Trait HandleVersionedMempoolData
pub trait HandleVersionedMempoolData {
// Required method
fn msg_version(&self) -> EthVersion;
}Available on crate feature
network only.Expand description
Extension of HandleMempoolData interface, for mempool messages that are versioned.