Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Currency ¶
type Currency struct {
Id string `json:"id"`
ShortName string `json:"shortName"`
Name string `json:"name"`
Symbol string `json:"symbol"`
Emoji string `json:"emoji"`
Unicode string `json:"unicode"`
IsToken bool `json:"isToken"`
IsPopular bool `json:"isPopular"` // to help the UI to show popular currencies in separate section
}
func GetCurrencies ¶
func GetCurrencies() []*Currency
Click to show internal directories.
Click to hide internal directories.