Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type ERC20 ¶
type ERC20 struct {
Name string `json:"name"` // 代币名称,例如Tool Global Blockchain
Symbol string `json:"symbol"` // 代币symbol,例如OLO
Decimals int `json:"decimals"` // 小数位数
//TotalSupply string `json:"totalSupply"` // 总发行量,整数
//CreatedAt string `json:"createdAt"` // 发行时间
Address string `json:"address"` // 合约地址
//Exchange bool `json:"exchange"` // 是否在交易所交易
//WhitePaper string `json:"whitePaper"` // 白皮书
//Website string `json:"website"` // 官网
Icon string `json:"icon"` // icon url
}
Click to show internal directories.
Click to hide internal directories.