Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ERC20Token ¶
type ERC20Token struct { Address string `json:"address"` Symbol string `json:"symbol"` Name string `json:"name"` Decimals int `json:"decimals"` }
ERC20Token is a struct to represent the token
type EVMTokenList ¶ added in v1.95.0
type EVMTokenList struct { Name string `json:"name"` LogoURI string `json:"logoURI"` Tokens []ERC20Token `json:"tokens"` Keywords []string `json:"keywords"` Timestamp time.Time `json:"timestamp"` }
func GetAVAXTokenList ¶ added in v1.95.0
func GetAVAXTokenList(version semver.Version) EVMTokenList
func GetETHTokenList ¶
func GetETHTokenList(version semver.Version) EVMTokenList
func GetEVMTokenList ¶ added in v1.95.0
func GetEVMTokenList(chain common.Chain, version semver.Version) EVMTokenList
GetEVMTokenList returns all available tokens for external asset matching for a particular EVM chain and version Note: these tokens are NOT necessarily the same tokens that are whitelisted for each chain. Whitelisting happens in each chain's bifrost chain client
Click to show internal directories.
Click to hide internal directories.