#include "block_index_impl.hpp"


Public Member Functions | |
| BlockIndexImpl (std::unique_ptr< Indexer > indexer, logger::LoggerPtr log) | |
| void | index (const shared_model::interface::Block &block) override |
| Index a block. More... | |
Public Member Functions inherited from iroha::ametsuchi::BlockIndex | |
| virtual | ~BlockIndex ()=default |
Creates several indices for passed blocks. Namely: transaction hash -> block, where this transaction is stored transaction creator -> block where his transaction is located
Additionally, for each Transfer Asset command:
| BlockIndexImpl::BlockIndexImpl | ( | std::unique_ptr< Indexer > | indexer, |
| logger::LoggerPtr | log | ||
| ) |
|
overridevirtual |
Index a block.
Implements iroha::ametsuchi::BlockIndex.

