Struct ethcore::client::BlockChainCacheSize  
                   
                       [−]
                   
               [src]
pub struct BlockChainCacheSize {
    pub blocks: usize,
    pub block_details: usize,
    pub transaction_addresses: usize,
    pub blocks_blooms: usize,
    pub block_receipts: usize,
}Represents blockchain's in-memory cache size in bytes.
Fields
blocks: usize
                           Blocks cache size.
block_details: usize
                           BlockDetails cache size.
transaction_addresses: usize
                           Transaction addresses cache size.
blocks_blooms: usize
                           Blooms cache size.
block_receipts: usize
                           Block receipts size.
Methods
impl CacheSize[src] 
            impl CacheSizeTrait Implementations
Auto Trait Implementations
impl Send for BlockChainCacheSize
impl Send for BlockChainCacheSizeimpl Sync for BlockChainCacheSize
impl Sync for BlockChainCacheSize