package
1.7.2
Repository: https://github.com/lasthyphen/dijetalgo.git
Documentation: pkg.go.dev

# 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

No description provided by the author
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

# Interfaces

Index indexes containers in their order of acceptance Index implements triggers.Acceptor 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.