Documentation ¶
Index ¶
Constants ¶
View Source
const ( Bool = "bool" Address = "address" Int64 = "int64" Uint64 = "uint64" Int32 = "int32" Uint32 = "uint32" Int8 = "int8" Uint8 = "uint8" Bytes32 = "bytes32" String = "string" )
Variables ¶
This section is empty.
Functions ¶
func ABIUnmarshal ¶
Types ¶
type CompileResult ¶
type Ether ¶
type Ether struct { Addr string `toml:"addr" json:"addr"` Name string `toml:"name" json:"name"` ContractAddress string `mapstructure:"contract_address" json:"contract_address"` AbiPath string `mapstructure:"abi_path" json:"abi_path"` KeyPath string `mapstructure:"key_path" json:"key_path"` Password string `toml:"password" json:"password"` }
type EtherSession ¶
type EtherSession struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.