Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { Id xuid.XUID `json:"Unit__"` Key string // USD, etc Name string Symbol *string // can be null if no symbol available SymbolPosition string `json:"Symbol_Position"` // before | after Decimals int `json:",string"` // force decimals to this value DisplayDecimals int `json:"Display_Decimals,string"` Type string // currency | crypto_token }
Click to show internal directories.
Click to hide internal directories.