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

pub struct Histogram {
    pub bucket_bounds: Vec<U256>,
    pub counts: Vec<u64>,
}

Values of RPC settings.

Fields

Gas prices for bucket edges.

Transacion counts for each bucket.

Trait Implementations

impl From<Histogram> for Histogram
[src]

Performs the conversion.