Struct ethcore::client::BlockChainCacheSize[][src]

pub struct BlockChainCacheSize {
    pub blocks: usize,
    pub block_details: usize,
    pub transaction_addresses: usize,
    pub block_receipts: usize,
}

Represents blockchain's in-memory cache size in bytes.

Fields

Blocks cache size.

BlockDetails cache size.

Transaction addresses cache size.

Block receipts size.

Methods

impl CacheSize
[src]

Total amount used by the cache.

Trait Implementations

impl Debug for CacheSize
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BlockChainCacheSize

impl Sync for BlockChainCacheSize