Struct ethp2p::NewPooledTransactionHashes
source · [−]Expand description
This informs peers of transaction hashes for transactions that have appeared on the network, but have not been included in a block.
Tuple Fields
0: Vec<[u8; 32]>
Transaction hashes for new transactions that have appeared on the network.
Clients should request the transactions with the given hashes using a
GetPooledTransactions
message.
Trait Implementations
sourceimpl Clone for NewPooledTransactionHashes
impl Clone for NewPooledTransactionHashes
sourcefn clone(&self) -> NewPooledTransactionHashes
fn clone(&self) -> NewPooledTransactionHashes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NewPooledTransactionHashes
impl Debug for NewPooledTransactionHashes
sourceimpl Decodable for NewPooledTransactionHashes
impl Decodable for NewPooledTransactionHashes
sourceimpl Encodable for NewPooledTransactionHashes
impl Encodable for NewPooledTransactionHashes
sourceimpl From<NewPooledTransactionHashes> for EthMessage
impl From<NewPooledTransactionHashes> for EthMessage
sourcefn from(t: NewPooledTransactionHashes) -> Self
fn from(t: NewPooledTransactionHashes) -> Self
Converts to this type from the input type.
sourceimpl From<NewPooledTransactionHashes> for Request
impl From<NewPooledTransactionHashes> for Request
sourcefn from(t: NewPooledTransactionHashes) -> Self
fn from(t: NewPooledTransactionHashes) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<NewPooledTransactionHashes> for NewPooledTransactionHashes
impl PartialEq<NewPooledTransactionHashes> for NewPooledTransactionHashes
sourcefn eq(&self, other: &NewPooledTransactionHashes) -> bool
fn eq(&self, other: &NewPooledTransactionHashes) -> bool
impl Eq for NewPooledTransactionHashes
impl StructuralEq for NewPooledTransactionHashes
impl StructuralPartialEq for NewPooledTransactionHashes
Auto Trait Implementations
impl RefUnwindSafe for NewPooledTransactionHashes
impl Send for NewPooledTransactionHashes
impl Sync for NewPooledTransactionHashes
impl Unpin for NewPooledTransactionHashes
impl UnwindSafe for NewPooledTransactionHashes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more