Documentation ¶
Overview ¶
Package exporters contains the exporters for the prometheus exporter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TokenConfig ¶ added in v0.0.46
type TokenConfig struct { TokenID string ChainID int TokenAddress common.Address TokenDecimals uint8 HasUnderlying bool IsUnderlying bool }
TokenConfig is a cleaned up token config.
type Tokens ¶ added in v0.0.46
type Tokens []TokenConfig
Tokens is a list of token configs.
func (Tokens) GetForChainID ¶ added in v0.0.46
GetForChainID returns all tokens for a given chainID.
Click to show internal directories.
Click to hide internal directories.