Type Alias phron_finality::data_io::data_interpreter::InterpretersChainInfoProvider
source · type InterpretersChainInfoProvider<CIP> = CachedChainInfoProvider<AuxFinalizationChainInfoProvider<CIP>>;
Aliased Type§
struct InterpretersChainInfoProvider<CIP> {
available_block_with_parent_cache: LruCache<BlockId, H256>,
available_blocks_cache: LruCache<BlockId, ()>,
finalized_cache: LruCache<u32, H256>,
chain_info_provider: AuxFinalizationChainInfoProvider<CIP>,
}
Fields§
§available_block_with_parent_cache: LruCache<BlockId, H256>
§available_blocks_cache: LruCache<BlockId, ()>
§finalized_cache: LruCache<u32, H256>
§chain_info_provider: AuxFinalizationChainInfoProvider<CIP>