Struct ethcore_rpc::v1::types::TransactionStats [] [src]

pub struct TransactionStats {
    pub first_seen: u64,
    pub propagated_to: BTreeMap<H512, usize>,
}

Propagation statistics for pending transaction.

Fields

Block no this transaction was first seen.

Peers this transaction was propagated to with count.

Trait Implementations

impl Debug for TransactionStats
[src]

Formats the value using the given formatter.

impl Default for TransactionStats
[src]

Returns the "default value" for a type. Read more

impl From<SyncTransactionStats> for TransactionStats
[src]

Performs the conversion.