Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnexpectedClosingBracket = errors.New("unexpected closing bracket")
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct { ChainId int `json:"chainId"` Address string `json:"address"` Symbol string `json:"symbol"` Name string `json:"name"` Decimals int `json:"decimals"` LogoURI string `json:"logoURI"` Tags []string `json:"tags,omitempty"` Extensions map[string]string `json:"extensions,omitempty"` }
func NormalizeWhatever ¶
type TokenList ¶
type TokenList struct { Name string `json:"name"` LogoURI string `json:"logoURI"` Keywords []string `json:"keywords"` Tags json.RawMessage `json:"tags"` Timestamp string `json:"timestamp"` Tokens []Token `json:"tokens"` Version struct { Major int `json:"major"` Minor int `json:"minor"` Patch int `json:"patch"` } `json:"version"` }
Click to show internal directories.
Click to hide internal directories.