Documentation ¶ Index ¶ type Asset type AssetList func GetAssetList(url string) (AssetList, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Asset ¶ type Asset struct { Description string `json:"description"` Base string `json:"base"` Symbol string `json:"symbol"` KoinlyID string `json:"koinly_id"` // currently stored as a string in our assetlist } type AssetList ¶ type AssetList struct { ChainName string `json:"chain_name"` Assets []Asset `json:"assets"` } func GetAssetList ¶ func GetAssetList(url string) (AssetList, error) Source Files ¶ View all Source files assetlists.go types.go Click to show internal directories. Click to hide internal directories.