Documentation
¶
Overview ¶
Package abi contains constants which are useful when performing abi encoding and decoding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Address, _ = abi.NewType("address", "address", nil)
Address is the Address type for abi encoding
View Source
var AddressArray, _ = abi.NewType("address[]", "address[]", nil)
AddressArray is the address[] type for abi encoding
View Source
var Bool, _ = abi.NewType("bool", "bool", nil)
Bool is the bool type for abi encoding
View Source
var Bytes, _ = abi.NewType("bytes", "bytes", nil)
Bytes is the bytes type for abi encoding
View Source
var Bytes32, _ = abi.NewType("bytes32", "bytes32", nil)
Bytes32 is the Bytes32 type for abi encoding
View Source
var Destination = Bytes32
Destination is the bytes32 type for abi encoding
View Source
var String, _ = abi.NewType("string", "string", nil)
String is the String type for abi encoding
View Source
var Uint256, _ = abi.NewType("uint256", "uint256", nil)
Uint256 is the Uint256 type for abi encoding
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.