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