IDepositExecute

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: LGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const IDepositExecuteABI = "" /* 740-byte string literal not displayed */

IDepositExecuteABI is the input ABI used to generate the binding from.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDepositExecute

type IDepositExecute struct {
	IDepositExecuteCaller     // Read-only binding to the contract
	IDepositExecuteTransactor // Write-only binding to the contract
	IDepositExecuteFilterer   // Log filterer for contract events
}

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

func NewIDepositExecute

func NewIDepositExecute(address common.Address, backend bind.ContractBackend) (*IDepositExecute, error)

NewIDepositExecute creates a new instance of IDepositExecute, bound to a specific deployed contract.

type IDepositExecuteCaller

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

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

func NewIDepositExecuteCaller

func NewIDepositExecuteCaller(address common.Address, caller bind.ContractCaller) (*IDepositExecuteCaller, error)

NewIDepositExecuteCaller creates a new read-only instance of IDepositExecute, bound to a specific deployed contract.

type IDepositExecuteCallerRaw

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

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

func (*IDepositExecuteCallerRaw) Call

func (_IDepositExecute *IDepositExecuteCallerRaw) 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 IDepositExecuteCallerSession

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

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

type IDepositExecuteFilterer

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

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

func NewIDepositExecuteFilterer

func NewIDepositExecuteFilterer(address common.Address, filterer bind.ContractFilterer) (*IDepositExecuteFilterer, error)

NewIDepositExecuteFilterer creates a new log filterer instance of IDepositExecute, bound to a specific deployed contract.

type IDepositExecuteRaw

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

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

func (*IDepositExecuteRaw) Call

func (_IDepositExecute *IDepositExecuteRaw) 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 (*IDepositExecuteRaw) Transact

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

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

func (*IDepositExecuteRaw) Transfer

func (_IDepositExecute *IDepositExecuteRaw) 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 IDepositExecuteSession

type IDepositExecuteSession struct {
	Contract     *IDepositExecute  // 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
}

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

func (*IDepositExecuteSession) Deposit

func (_IDepositExecute *IDepositExecuteSession) Deposit(resourceID [32]byte, destinationChainID uint8, depositNonce uint64, depositer common.Address, data []byte) (*types.Transaction, error)

Deposit is a paid mutator transaction binding the contract method 0x38995da9.

Solidity: function deposit(bytes32 resourceID, uint8 destinationChainID, uint64 depositNonce, address depositer, bytes data) returns()

func (*IDepositExecuteSession) ExecuteProposal

func (_IDepositExecute *IDepositExecuteSession) ExecuteProposal(resourceID [32]byte, data []byte) (*types.Transaction, error)

ExecuteProposal is a paid mutator transaction binding the contract method 0xe248cff2.

Solidity: function executeProposal(bytes32 resourceID, bytes data) returns()

type IDepositExecuteTransactor

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

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

func NewIDepositExecuteTransactor

func NewIDepositExecuteTransactor(address common.Address, transactor bind.ContractTransactor) (*IDepositExecuteTransactor, error)

NewIDepositExecuteTransactor creates a new write-only instance of IDepositExecute, bound to a specific deployed contract.

func (*IDepositExecuteTransactor) Deposit

func (_IDepositExecute *IDepositExecuteTransactor) Deposit(opts *bind.TransactOpts, resourceID [32]byte, destinationChainID uint8, depositNonce uint64, depositer common.Address, data []byte) (*types.Transaction, error)

Deposit is a paid mutator transaction binding the contract method 0x38995da9.

Solidity: function deposit(bytes32 resourceID, uint8 destinationChainID, uint64 depositNonce, address depositer, bytes data) returns()

func (*IDepositExecuteTransactor) ExecuteProposal

func (_IDepositExecute *IDepositExecuteTransactor) ExecuteProposal(opts *bind.TransactOpts, resourceID [32]byte, data []byte) (*types.Transaction, error)

ExecuteProposal is a paid mutator transaction binding the contract method 0xe248cff2.

Solidity: function executeProposal(bytes32 resourceID, bytes data) returns()

type IDepositExecuteTransactorRaw

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

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

func (*IDepositExecuteTransactorRaw) Transact

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

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

func (*IDepositExecuteTransactorRaw) Transfer

func (_IDepositExecute *IDepositExecuteTransactorRaw) 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 IDepositExecuteTransactorSession

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

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

func (*IDepositExecuteTransactorSession) Deposit

func (_IDepositExecute *IDepositExecuteTransactorSession) Deposit(resourceID [32]byte, destinationChainID uint8, depositNonce uint64, depositer common.Address, data []byte) (*types.Transaction, error)

Deposit is a paid mutator transaction binding the contract method 0x38995da9.

Solidity: function deposit(bytes32 resourceID, uint8 destinationChainID, uint64 depositNonce, address depositer, bytes data) returns()

func (*IDepositExecuteTransactorSession) ExecuteProposal

func (_IDepositExecute *IDepositExecuteTransactorSession) ExecuteProposal(resourceID [32]byte, data []byte) (*types.Transaction, error)

ExecuteProposal is a paid mutator transaction binding the contract method 0xe248cff2.

Solidity: function executeProposal(bytes32 resourceID, bytes data) returns()

Jump to

Keyboard shortcuts

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