Crate hybrid_api

source ·
Expand description

A library for querying Hybrid indexes.

The Hybrid Indexer library can be used to write indexers for Substrate blockchains. Rust programs that need to query Hybrid indexes can use this helper library.

For an example of how to use this library, consult the hybrid-cli source code.

Structs§

  • Datatype to hold 32-byte keys
  • Identifies an event by block number and event index
  • Index and name of an event type
  • Indexer state and methods
  • Index, name and list of event types for a pallet
  • Start and end block number for a span of blocks

Enums§