Type Definition lightning_block_sync::UnboundedCache[][src]

type UnboundedCache = HashMap<BlockHash, ValidatedBlockHeader>;

Unbounded cache of block headers keyed by block hash.

Trait Implementations

impl Cache for UnboundedCache[src]