Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetAddressParameters ¶
SetAddressParameters holds the parameters of the setAddress method call
func ParseSetAddressCallData ¶
func ParseSetAddressCallData(input []byte) (parms *SetAddressParameters, err error)
ParseSetAddressCallData parses setAddress method call parameters from transaction input data.
type SetBoolParameters ¶
SetBoolParameters holds the parameters of the setBool method call
func ParseSetBoolCallData ¶
func ParseSetBoolCallData(input []byte) (parms *SetBoolParameters, err error)
ParseSetBoolCallData parses setBool method call parameters from transaction input data.
type SetBytesParameters ¶
SetBytesParameters holds the parameters of the setBytes method call
func ParseSetBytesCallData ¶
func ParseSetBytesCallData(input []byte) (parms *SetBytesParameters, err error)
ParseSetBytesCallData parses setBytes method call parameters from transaction input data.
type SetIPFSHashParameters ¶
SetIPFSHashParameters holds the parameters of the setIPFSHash method call
func ParseSetIPFSHashCallData ¶
func ParseSetIPFSHashCallData(input []byte) (parms *SetIPFSHashParameters, err error)
ParseSetIPFSHashCallData parses setIPFSHash method call parameters from transaction input data.
type SetIntParameters ¶
SetIntParameters holds the parameters of the setInt method call
func ParseSetIntCallData ¶
func ParseSetIntCallData(input []byte) (parms *SetIntParameters, err error)
ParseSetIntCallData parses setInt method call parameters from transaction input data.
type SetStringParameters ¶
SetStringParameters holds the parameters of the setString method call
func ParseSetStringCallData ¶
func ParseSetStringCallData(input []byte) (parms *SetStringParameters, err error)
ParseSetStringCallData parses setString method call parameters from transaction input data.
type SetTxDataBlockNumberParameters ¶
SetTxDataBlockNumberParameters holds the parameters of the setTxDataBlockNumber method call
func ParseSetTxDataBlockNumberCallData ¶
func ParseSetTxDataBlockNumberCallData(input []byte) (parms *SetTxDataBlockNumberParameters, err error)
ParseSetTxDataBlockNumberCallData parses setTxDataBlockNumber method call parameters from transaction input data.
type SetUintParameters ¶
SetUintParameters holds the parameters of the setUint method call
func ParseSetUintCallData ¶
func ParseSetUintCallData(input []byte) (parms *SetUintParameters, err error)
ParseSetUintCallData parses setUint method call parameters from transaction input data.