Module shared

Source

Structs§

Bytes32
Datatype to hold 32-byte keys
Bytes32Key
On-disk format for 32-byte keys
Event
Identifies an event by block number and event index
EventMeta
Index and name of an event type
PalletMeta
Index, name and list of event types for a pallet
Span
Start and end block number for a span of blocks
SpanDbValue
On-disk format for span value
SubstrateTrees
Database trees for built-in Substrate keys
Trees
Database trees for the indexer
U32Key
On-disk format for u32 keys
VariantKey
On-disk format for variant keys

Enums§

IndexError
Errors this crate can return
Key
All the key types for the chain
RequestMessage
JSON request messages
ResponseMessage
JSON response messages
SubscriptionMessage
Subscription message sent from a WebSocket connection thread to the indexer thread
SubstrateKey
All the key types that are built-in to Substrate

Traits§

IndexKey
IndexTrees
RuntimeIndexer
Indexer for a specific chain