hanainteractorerrors

package
v0.0.0-...-4c6f18b Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HanaInteractorErrorsABI = HanaInteractorErrorsMetaData.ABI

HanaInteractorErrorsABI is the input ABI used to generate the binding from. Deprecated: Use HanaInteractorErrorsMetaData.ABI instead.

View Source
var HanaInteractorErrorsMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"InvalidCaller\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidDestinationChainId\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidHanaMessageCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidHanaRevertCall\",\"type\":\"error\"}]",
}

HanaInteractorErrorsMetaData contains all meta data concerning the HanaInteractorErrors contract.

Functions

This section is empty.

Types

type HanaInteractorErrors

type HanaInteractorErrors struct {
	HanaInteractorErrorsCaller     // Read-only binding to the contract
	HanaInteractorErrorsTransactor // Write-only binding to the contract
	HanaInteractorErrorsFilterer   // Log filterer for contract events
}

HanaInteractorErrors is an auto generated Go binding around an Ethereum contract.

func NewHanaInteractorErrors

func NewHanaInteractorErrors(address common.Address, backend bind.ContractBackend) (*HanaInteractorErrors, error)

NewHanaInteractorErrors creates a new instance of HanaInteractorErrors, bound to a specific deployed contract.

type HanaInteractorErrorsCaller

type HanaInteractorErrorsCaller struct {
	// contains filtered or unexported fields
}

HanaInteractorErrorsCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewHanaInteractorErrorsCaller

func NewHanaInteractorErrorsCaller(address common.Address, caller bind.ContractCaller) (*HanaInteractorErrorsCaller, error)

NewHanaInteractorErrorsCaller creates a new read-only instance of HanaInteractorErrors, bound to a specific deployed contract.

type HanaInteractorErrorsCallerRaw

type HanaInteractorErrorsCallerRaw struct {
	Contract *HanaInteractorErrorsCaller // Generic read-only contract binding to access the raw methods on
}

HanaInteractorErrorsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*HanaInteractorErrorsCallerRaw) Call

func (_HanaInteractorErrors *HanaInteractorErrorsCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type HanaInteractorErrorsCallerSession

type HanaInteractorErrorsCallerSession struct {
	Contract *HanaInteractorErrorsCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts               // Call options to use throughout this session
}

HanaInteractorErrorsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type HanaInteractorErrorsFilterer

type HanaInteractorErrorsFilterer struct {
	// contains filtered or unexported fields
}

HanaInteractorErrorsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewHanaInteractorErrorsFilterer

func NewHanaInteractorErrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*HanaInteractorErrorsFilterer, error)

NewHanaInteractorErrorsFilterer creates a new log filterer instance of HanaInteractorErrors, bound to a specific deployed contract.

type HanaInteractorErrorsRaw

type HanaInteractorErrorsRaw struct {
	Contract *HanaInteractorErrors // Generic contract binding to access the raw methods on
}

HanaInteractorErrorsRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*HanaInteractorErrorsRaw) Call

func (_HanaInteractorErrors *HanaInteractorErrorsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*HanaInteractorErrorsRaw) Transact

func (_HanaInteractorErrors *HanaInteractorErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*HanaInteractorErrorsRaw) Transfer

func (_HanaInteractorErrors *HanaInteractorErrorsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type HanaInteractorErrorsSession

type HanaInteractorErrorsSession struct {
	Contract     *HanaInteractorErrors // Generic contract binding to set the session for
	CallOpts     bind.CallOpts         // Call options to use throughout this session
	TransactOpts bind.TransactOpts     // Transaction auth options to use throughout this session
}

HanaInteractorErrorsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type HanaInteractorErrorsTransactor

type HanaInteractorErrorsTransactor struct {
	// contains filtered or unexported fields
}

HanaInteractorErrorsTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewHanaInteractorErrorsTransactor

func NewHanaInteractorErrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*HanaInteractorErrorsTransactor, error)

NewHanaInteractorErrorsTransactor creates a new write-only instance of HanaInteractorErrors, bound to a specific deployed contract.

type HanaInteractorErrorsTransactorRaw

type HanaInteractorErrorsTransactorRaw struct {
	Contract *HanaInteractorErrorsTransactor // Generic write-only contract binding to access the raw methods on
}

HanaInteractorErrorsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*HanaInteractorErrorsTransactorRaw) Transact

func (_HanaInteractorErrors *HanaInteractorErrorsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*HanaInteractorErrorsTransactorRaw) Transfer

func (_HanaInteractorErrors *HanaInteractorErrorsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type HanaInteractorErrorsTransactorSession

type HanaInteractorErrorsTransactorSession struct {
	Contract     *HanaInteractorErrorsTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
}

HanaInteractorErrorsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

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