assetlists

package
v0.0.59 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL