Documentation ¶
Index ¶
Constants ¶
View Source
const ( TableName = "address" KeyPrefix = TableName + "-" )
View Source
const ( AccountPersonage = "personage" AccountContract = "contract" )
View Source
const Mapping = `` /* 260-byte string literal not displayed */
Mapping 合约验证表
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Address ¶
type Address struct { Address string `json:"address"` TxCount int64 `json:"tx_count"` EvmTransferCount int64 `json:"evm_transfer_count"` AddrType string `json:"addr_type"` }
Address 地址
Click to show internal directories.
Click to hide internal directories.