package
1.10.11
Repository: https://github.com/dioneprotocol/odysseygo.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

Maximum number of containers IDs that can be fetched at a time in a call to GetContainerRange.

# 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 Odyssey Indexer API Endpoint.
Index indexes containers in their order of acceptance Index is thread-safe.
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.