txdata

package
v0.0.0-...-f1d979d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2018 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SetAddressParameters

type SetAddressParameters struct {
	Key  [32]byte       `abi:"_key"`
	Data common.Address `abi:"_value"`
}

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

type SetBoolParameters struct {
	Key  [32]byte `abi:"_key"`
	Data bool     `abi:"_value"`
}

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

type SetBytesParameters struct {
	Key  [32]byte `abi:"_key"`
	Data []byte   `abi:"_value"`
}

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

type SetIPFSHashParameters struct {
	Key  [32]byte `abi:"_key"`
	Hash string   `abi:"_value"`
}

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

type SetIntParameters struct {
	Key  [32]byte `abi:"_key"`
	Data *big.Int `abi:"_value"`
}

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

type SetStringParameters struct {
	Key  [32]byte `abi:"_key"`
	Data string   `abi:"_value"`
}

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

type SetTxDataBlockNumberParameters struct {
	Key  [32]byte `abi:"_key"`
	Data []byte   `abi:"_data"`
}

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

type SetUintParameters struct {
	Key  [32]byte `abi:"_key"`
	Data *big.Int `abi:"_value"`
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL