Documentation ¶
Index ¶
Constants ¶
View Source
const ( USDT = "USDT" USDC = "USDC" BUSD = "BUSD" )
Variables ¶
View Source
var BNB = wrapper{accounting.Accounting{Symbol: "BNB ", Precision: 4}}
View Source
var BTC = wrapper{accounting.Accounting{Symbol: "BTC ", Precision: 8}}
View Source
var FiatCurrencies = []string{"USDC", "USDT", "USD", "TWD", "EUR", "GBP", "BUSD"}
View Source
var USD = wrapper{accounting.Accounting{Symbol: "$ ", Precision: 2}}
View Source
var USDFiatCurrencies = []string{"USDT", "USDC", "USD", "BUSD"}
USDFiatCurrencies lists the USD stable coins
Functions ¶
func IsFiatCurrency ¶
func IsUSDFiatCurrency ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.