Module indexer_manager

Module indexer_manager 

Modules§

indexer_tendermint_event
Nested message and enum types in IndexerTendermintEvent.

Structs§

IndexerEventsStoreValue
IndexerEventsStoreValue represents the type of the value of the IndexerEventsStore in state.
IndexerTendermintBlock
IndexerTendermintBlock contains all the events for the block along with metadata for the block height, timestamp of the block and a list of all the hashes of the transactions within the block. The transaction hashes follow the ordering of the transactions as they appear within the block.
IndexerTendermintEvent
IndexerTendermintEvent contains the base64 encoded event proto emitted from the dYdX application as well as additional metadata to determine the ordering of the event within the block and the subtype of the event.
IndexerTendermintEventWrapper
IndexerTendermintEventWrapper is a wrapper around IndexerTendermintEvent, with an additional txn_hash field.