Documentation
¶
Overview ¶
Package indexer implements a reference implementation of the indexer following the Cosmos Inscriptions spec in the root of this repository
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ChainID string `envconfig:"CHAIN_ID" required:"true"` BaseTokenBinanceEndpoint string `envconfig:"BASE_TOKEN_BINANCE_ENDPOINT" required:"true"` DatabaseDSN string `envconfig:"DATABASE_DSN" required:"true"` LCDEndpoints []string `envconfig:"LCD_ENDPOINTS" required:"true"` RPCEndpoints []string `envconfig:"RPC_ENDPOINTS" required:"true"` EndpointHeaders map[string]string `envconfig:"ENDPOINT_HEADERS" required:"true"` BlockPollIntervalMS int `envconfig:"BLOCK_POLL_INTERVAL_MS" required:"true"` }
Directories
¶
Path | Synopsis |
---|---|
package decoder provides a decoder for Cosmos SDK messages The code has been added from https://github.com/calvinlauyh/cosmosutils which hasn't been updated in many years
|
package decoder provides a decoder for Cosmos SDK messages The code has been added from https://github.com/calvinlauyh/cosmosutils which hasn't been updated in many years |
Package metaprotocol implements various metaprotocols and their rules for the indexer
|
Package metaprotocol implements various metaprotocols and their rules for the indexer |
Package models implement database models for the indexer
|
Package models implement database models for the indexer |
Package types contains the types used by the indexer
|
Package types contains the types used by the indexer |
Click to show internal directories.
Click to hide internal directories.