Documentation
¶
Index ¶
Constants ¶
View Source
const ( TableName = "contract_verify" KeyPrefix = TableName + "-" )
View Source
const Mapping = `` /* 512-byte string literal not displayed */
Mapping 合约验证表
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContractVerify ¶
type ContractVerify struct {
ContractBinHash string `json:"contract_bin_hash"`
ContractBin string `json:"contract_bin"`
ContractAbi string `json:"contract_abi"`
ContractType string `json:"contract_type"`
CompileType string `json:"compile_type"`
CompileVersion string `json:"compile_version"`
}
func (*ContractVerify) GetContractBinHash ¶
func (c *ContractVerify) GetContractBinHash() string
func (*ContractVerify) Key ¶
func (c *ContractVerify) Key() string
Click to show internal directories.
Click to hide internal directories.