package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewClient creates a client that can interact with an index via HTTP API calls.
NewIndexer returns a new Indexer and registers a new endpoint on the given API server.

# Constants

No description provided by the author
Maximum number of containers IDs that can be fetched at a time in a call to GetContainerRange.

# Variables

No description provided by the author

# Structs

Config for an indexer.
Container is something that gets accepted (a block, transaction or vertex).
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
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

# Interfaces

Client interface for Avalanche Indexer API Endpoint.
Indexer causes accepted containers for a given chain to be indexed by their ID and by the order in which they were accepted by this node.