Documentation ¶
Index ¶
Constants ¶
View Source
const ( IndexXRP = 144 IndexXLM = 148 IndexNIM = 242 IndexBNB = 714 IndexKIN = 2017 )
Variables ¶
View Source
var ( XRP = Coins[IndexXRP] XLM = Coins[IndexXLM] NIM = Coins[IndexNIM] BNB = Coins[IndexBNB] KIN = Coins[IndexKIN] )
View Source
var Coins = map[int]Coin{ IndexXRP: { Index: IndexXRP, Symbol: "XRP", Title: "Ripple", Website: "https://ripple.com", Decimals: 6, }, IndexXLM: { Index: IndexXLM, Symbol: "XLM", Title: "Stellar Lumens", Website: "https://www.stellar.org/", Decimals: 7, }, IndexNIM: { Index: IndexNIM, Symbol: "NIM", Title: "Nimiq", Website: "https://nimiq.com", Decimals: 5, }, IndexBNB: { Index: IndexBNB, Symbol: "BNB", Title: "Binance Coin", Website: "https://binance.org", Decimals: 18, }, IndexKIN: { Index: IndexKIN, Symbol: "KIN", Title: "Kin", Website: "https://www.kin.org", Decimals: 18, }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.