ibridgemessagereceiver

package
v0.0.0-...-44e5e6b Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: AGPL-3.0, AGPL-3.0-or-later Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IbridgemessagereceiverABI = IbridgemessagereceiverMetaData.ABI

IbridgemessagereceiverABI is the input ABI used to generate the binding from. Deprecated: Use IbridgemessagereceiverMetaData.ABI instead.

View Source
var IbridgemessagereceiverMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"originAddress\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"originNetwork\",\"type\":\"uint32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onMessageReceived\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}]",
}

IbridgemessagereceiverMetaData contains all meta data concerning the Ibridgemessagereceiver contract.

Functions

This section is empty.

Types

type Ibridgemessagereceiver

type Ibridgemessagereceiver struct {
	IbridgemessagereceiverCaller     // Read-only binding to the contract
	IbridgemessagereceiverTransactor // Write-only binding to the contract
	IbridgemessagereceiverFilterer   // Log filterer for contract events
}

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

func NewIbridgemessagereceiver

func NewIbridgemessagereceiver(address common.Address, backend bind.ContractBackend) (*Ibridgemessagereceiver, error)

NewIbridgemessagereceiver creates a new instance of Ibridgemessagereceiver, bound to a specific deployed contract.

type IbridgemessagereceiverCaller

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

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

func NewIbridgemessagereceiverCaller

func NewIbridgemessagereceiverCaller(address common.Address, caller bind.ContractCaller) (*IbridgemessagereceiverCaller, error)

NewIbridgemessagereceiverCaller creates a new read-only instance of Ibridgemessagereceiver, bound to a specific deployed contract.

type IbridgemessagereceiverCallerRaw

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

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

func (*IbridgemessagereceiverCallerRaw) Call

func (_Ibridgemessagereceiver *IbridgemessagereceiverCallerRaw) 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 IbridgemessagereceiverCallerSession

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

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

type IbridgemessagereceiverFilterer

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

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

func NewIbridgemessagereceiverFilterer

func NewIbridgemessagereceiverFilterer(address common.Address, filterer bind.ContractFilterer) (*IbridgemessagereceiverFilterer, error)

NewIbridgemessagereceiverFilterer creates a new log filterer instance of Ibridgemessagereceiver, bound to a specific deployed contract.

type IbridgemessagereceiverRaw

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

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

func (*IbridgemessagereceiverRaw) Call

func (_Ibridgemessagereceiver *IbridgemessagereceiverRaw) 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 (*IbridgemessagereceiverRaw) Transact

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

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

func (*IbridgemessagereceiverRaw) Transfer

func (_Ibridgemessagereceiver *IbridgemessagereceiverRaw) 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 IbridgemessagereceiverSession

type IbridgemessagereceiverSession struct {
	Contract     *Ibridgemessagereceiver // 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
}

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

func (*IbridgemessagereceiverSession) OnMessageReceived

func (_Ibridgemessagereceiver *IbridgemessagereceiverSession) OnMessageReceived(originAddress common.Address, originNetwork uint32, data []byte) (*types.Transaction, error)

OnMessageReceived is a paid mutator transaction binding the contract method 0x1806b5f2.

Solidity: function onMessageReceived(address originAddress, uint32 originNetwork, bytes data) payable returns()

type IbridgemessagereceiverTransactor

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

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

func NewIbridgemessagereceiverTransactor

func NewIbridgemessagereceiverTransactor(address common.Address, transactor bind.ContractTransactor) (*IbridgemessagereceiverTransactor, error)

NewIbridgemessagereceiverTransactor creates a new write-only instance of Ibridgemessagereceiver, bound to a specific deployed contract.

func (*IbridgemessagereceiverTransactor) OnMessageReceived

func (_Ibridgemessagereceiver *IbridgemessagereceiverTransactor) OnMessageReceived(opts *bind.TransactOpts, originAddress common.Address, originNetwork uint32, data []byte) (*types.Transaction, error)

OnMessageReceived is a paid mutator transaction binding the contract method 0x1806b5f2.

Solidity: function onMessageReceived(address originAddress, uint32 originNetwork, bytes data) payable returns()

type IbridgemessagereceiverTransactorRaw

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

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

func (*IbridgemessagereceiverTransactorRaw) Transact

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

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

func (*IbridgemessagereceiverTransactorRaw) Transfer

func (_Ibridgemessagereceiver *IbridgemessagereceiverTransactorRaw) 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 IbridgemessagereceiverTransactorSession

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

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

func (*IbridgemessagereceiverTransactorSession) OnMessageReceived

func (_Ibridgemessagereceiver *IbridgemessagereceiverTransactorSession) OnMessageReceived(originAddress common.Address, originNetwork uint32, data []byte) (*types.Transaction, error)

OnMessageReceived is a paid mutator transaction binding the contract method 0x1806b5f2.

Solidity: function onMessageReceived(address originAddress, uint32 originNetwork, bytes data) payable returns()

Jump to

Keyboard shortcuts

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