1
This commit is contained in:
10
abis/token.go
Normal file
10
abis/token.go
Normal file
@ -0,0 +1,10 @@
|
||||
package abis
|
||||
|
||||
type TokenABI struct {
|
||||
//token 合约地址
|
||||
Address string
|
||||
//测试网地址
|
||||
TestAddress string
|
||||
//token 最小单位位数
|
||||
Decimals int
|
||||
}
|
||||
Reference in New Issue
Block a user