package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev

# Functions

CreateIndexerBlockEventMessage creates an on-chain update message for all the Indexer events in a block.
GetBytes returns the marshaled bytes of the event message.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

IndexerEventsCountKey is the key to retrieve the count of the indexer events within the last block.
No description provided by the author
BLOCK_EVENT_BEGIN_BLOCK indicates that the event was generated during BeginBlock.
BLOCK_EVENT_END_BLOCK indicates that the event was generated during EndBlock.
Default value.
No description provided by the author
TransientStoreKey is the transient store key for indexer events.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

IndexerEventsStoreValue represents the type of the value of the `IndexerEventsStore` in state.
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.
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.
No description provided by the author
No description provided by the author
IndexerTendermintEventWrapper is a wrapper around IndexerTendermintEvent, with an additional txn_hash field.

# Interfaces

No description provided by the author

# Type aliases

enum to specify that the IndexerTendermintEvent is a block event.