Struct ethsync::TransactionStats [] [src]

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

Transaction stats

Fields

Block number where this TX was first seen.

Peers it was propagated to.

Trait Implementations

impl<'a> From<&'a Stats> for TransactionStats
[src]

Performs the conversion.

impl Debug for TransactionStats
[src]

Formats the value using the given formatter.