Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoinType_name = map[int32]string{
0: "PELL",
1: "GAS",
2: "ERC20",
3: "CMD",
}
View Source
var CoinType_value = map[string]int32{
"PELL": 0,
"GAS": 1,
"ERC20": 2,
"CMD": 3,
}
Functions ¶
Types ¶
type CoinType ¶
type CoinType int32
CoinType represents the type of coin
func GetCoinType ¶
func (CoinType) EnumDescriptor ¶
Click to show internal directories.
Click to hide internal directories.