interface BlockchainIndexWriter (source)
Indexer for blockchain elements.
indexBlockHeader |
Indexes a block header. abstract fun indexBlockHeader(blockHeader: BlockHeader): Unit |
indexTransactionReceipt |
Indexes a transaction receipt. abstract fun indexTransactionReceipt(txReceipt: TransactionReceipt, txIndex: Int, txHash: Hash, blockHash: Hash): Unit |
BlockchainIndex |
A Lucene-backed indexer capable of indexing blocks and block headers. class BlockchainIndex : BlockchainIndexWriter, BlockchainIndexReader |