Struct ethcore_rpc::v1::types::Histogram
[−]
[src]
pub struct Histogram { pub bucket_bounds: Vec<U256>, pub counts: Vec<u64>, }
Values of RPC settings.
Fields
bucket_bounds: Vec<U256>
Gas prices for bucket edges.
counts: Vec<u64>
Transacion counts for each bucket.