Documentation ¶ Index ¶ func ParseJSONArg(arg []byte, typ *abi.Type) (interface{}, error) type ABI func LoadABI(file string) (ABI, error) func (a *ABI) PackJSON(name string, args ...[]byte) (string, error) type Big func (b *Big) UnmarshalJSON(input []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseJSONArg ¶ func ParseJSONArg(arg []byte, typ *abi.Type) (interface{}, error) Types ¶ type ABI ¶ type ABI struct { abi.ABI } func LoadABI ¶ func LoadABI(file string) (ABI, error) func (*ABI) PackJSON ¶ func (a *ABI) PackJSON(name string, args ...[]byte) (string, error) type Big ¶ type Big big.Int func (*Big) UnmarshalJSON ¶ func (b *Big) UnmarshalJSON(input []byte) error UnmarshalJSON implements json.Unmarshaler. Source Files ¶ View all Source files abi.go Click to show internal directories. Click to hide internal directories.