Files
eth_transfer_go/abis/token.go

11 lines
168 B
Go
Raw Permalink Normal View History

2025-05-13 15:44:44 +08:00
package abis
type TokenABI struct {
//token 合约地址
Address string
//测试网地址
TestAddress string
//token 最小单位位数
Decimals int
}