BlockchainRepository(chainMetadata: KeyValueStore, blockBodyStore: KeyValueStore, blockHeaderStore: KeyValueStore, transactionReceiptsStore: KeyValueStore, blockchainIndex: BlockchainIndex)
Repository housing blockchain information.
This repository allows storing blocks, block headers and metadata about the blockchain, such as forks and head information.