Documentation ¶
Index ¶
- Constants
- type IFeeHander
- type IFeeHanderCaller
- type IFeeHanderCallerRaw
- type IFeeHanderCallerSession
- type IFeeHanderFilterer
- type IFeeHanderRaw
- func (_IFeeHander *IFeeHanderRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IFeeHander *IFeeHanderRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IFeeHander *IFeeHanderRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IFeeHanderSession
- func (_IFeeHander *IFeeHanderSession) SetResourceFeeContract(reosurceId [32]byte, tokenAddress common.Address) (*types.Transaction, error)
- func (_IFeeHander *IFeeHanderSession) TransferFee(resourceID [32]byte, gasFeeRecipient common.Address, relayers []common.Address, ...) (*types.Transaction, error)
- type IFeeHanderTransactor
- func (_IFeeHander *IFeeHanderTransactor) SetResourceFeeContract(opts *bind.TransactOpts, reosurceId [32]byte, tokenAddress common.Address) (*types.Transaction, error)
- func (_IFeeHander *IFeeHanderTransactor) TransferFee(opts *bind.TransactOpts, resourceID [32]byte, gasFeeRecipient common.Address, ...) (*types.Transaction, error)
- type IFeeHanderTransactorRaw
- type IFeeHanderTransactorSession
- func (_IFeeHander *IFeeHanderTransactorSession) SetResourceFeeContract(reosurceId [32]byte, tokenAddress common.Address) (*types.Transaction, error)
- func (_IFeeHander *IFeeHanderTransactorSession) TransferFee(resourceID [32]byte, gasFeeRecipient common.Address, relayers []common.Address, ...) (*types.Transaction, error)
Constants ¶
const IFeeHanderABI = "" /* 697-byte string literal not displayed */
IFeeHanderABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IFeeHander ¶
type IFeeHander struct { IFeeHanderCaller // Read-only binding to the contract IFeeHanderTransactor // Write-only binding to the contract IFeeHanderFilterer // Log filterer for contract events }
IFeeHander is an auto generated Go binding around an Ethereum contract.
func NewIFeeHander ¶
func NewIFeeHander(address common.Address, backend bind.ContractBackend) (*IFeeHander, error)
NewIFeeHander creates a new instance of IFeeHander, bound to a specific deployed contract.
type IFeeHanderCaller ¶
type IFeeHanderCaller struct {
// contains filtered or unexported fields
}
IFeeHanderCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIFeeHanderCaller ¶
func NewIFeeHanderCaller(address common.Address, caller bind.ContractCaller) (*IFeeHanderCaller, error)
NewIFeeHanderCaller creates a new read-only instance of IFeeHander, bound to a specific deployed contract.
type IFeeHanderCallerRaw ¶
type IFeeHanderCallerRaw struct {
Contract *IFeeHanderCaller // Generic read-only contract binding to access the raw methods on
}
IFeeHanderCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IFeeHanderCallerRaw) Call ¶
func (_IFeeHander *IFeeHanderCallerRaw) 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 IFeeHanderCallerSession ¶
type IFeeHanderCallerSession struct { Contract *IFeeHanderCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
IFeeHanderCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type IFeeHanderFilterer ¶
type IFeeHanderFilterer struct {
// contains filtered or unexported fields
}
IFeeHanderFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIFeeHanderFilterer ¶
func NewIFeeHanderFilterer(address common.Address, filterer bind.ContractFilterer) (*IFeeHanderFilterer, error)
NewIFeeHanderFilterer creates a new log filterer instance of IFeeHander, bound to a specific deployed contract.
type IFeeHanderRaw ¶
type IFeeHanderRaw struct {
Contract *IFeeHander // Generic contract binding to access the raw methods on
}
IFeeHanderRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IFeeHanderRaw) Call ¶
func (_IFeeHander *IFeeHanderRaw) 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 (*IFeeHanderRaw) Transact ¶
func (_IFeeHander *IFeeHanderRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IFeeHanderRaw) Transfer ¶
func (_IFeeHander *IFeeHanderRaw) 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 IFeeHanderSession ¶
type IFeeHanderSession struct { Contract *IFeeHander // 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 }
IFeeHanderSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*IFeeHanderSession) SetResourceFeeContract ¶
func (_IFeeHander *IFeeHanderSession) SetResourceFeeContract(reosurceId [32]byte, tokenAddress common.Address) (*types.Transaction, error)
SetResourceFeeContract is a paid mutator transaction binding the contract method 0xb581b552.
Solidity: function setResourceFeeContract(bytes32 reosurceId, address tokenAddress) returns()
func (*IFeeHanderSession) TransferFee ¶
func (_IFeeHander *IFeeHanderSession) TransferFee(resourceID [32]byte, gasFeeRecipient common.Address, relayers []common.Address, amount *big.Int) (*types.Transaction, error)
TransferFee is a paid mutator transaction binding the contract method 0x88617c2e.
Solidity: function transferFee(bytes32 resourceID, address gasFeeRecipient, address[] relayers, uint256 amount) returns()
type IFeeHanderTransactor ¶
type IFeeHanderTransactor struct {
// contains filtered or unexported fields
}
IFeeHanderTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIFeeHanderTransactor ¶
func NewIFeeHanderTransactor(address common.Address, transactor bind.ContractTransactor) (*IFeeHanderTransactor, error)
NewIFeeHanderTransactor creates a new write-only instance of IFeeHander, bound to a specific deployed contract.
func (*IFeeHanderTransactor) SetResourceFeeContract ¶
func (_IFeeHander *IFeeHanderTransactor) SetResourceFeeContract(opts *bind.TransactOpts, reosurceId [32]byte, tokenAddress common.Address) (*types.Transaction, error)
SetResourceFeeContract is a paid mutator transaction binding the contract method 0xb581b552.
Solidity: function setResourceFeeContract(bytes32 reosurceId, address tokenAddress) returns()
func (*IFeeHanderTransactor) TransferFee ¶
func (_IFeeHander *IFeeHanderTransactor) TransferFee(opts *bind.TransactOpts, resourceID [32]byte, gasFeeRecipient common.Address, relayers []common.Address, amount *big.Int) (*types.Transaction, error)
TransferFee is a paid mutator transaction binding the contract method 0x88617c2e.
Solidity: function transferFee(bytes32 resourceID, address gasFeeRecipient, address[] relayers, uint256 amount) returns()
type IFeeHanderTransactorRaw ¶
type IFeeHanderTransactorRaw struct {
Contract *IFeeHanderTransactor // Generic write-only contract binding to access the raw methods on
}
IFeeHanderTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IFeeHanderTransactorRaw) Transact ¶
func (_IFeeHander *IFeeHanderTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IFeeHanderTransactorRaw) Transfer ¶
func (_IFeeHander *IFeeHanderTransactorRaw) 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 IFeeHanderTransactorSession ¶
type IFeeHanderTransactorSession struct { Contract *IFeeHanderTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
IFeeHanderTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*IFeeHanderTransactorSession) SetResourceFeeContract ¶
func (_IFeeHander *IFeeHanderTransactorSession) SetResourceFeeContract(reosurceId [32]byte, tokenAddress common.Address) (*types.Transaction, error)
SetResourceFeeContract is a paid mutator transaction binding the contract method 0xb581b552.
Solidity: function setResourceFeeContract(bytes32 reosurceId, address tokenAddress) returns()
func (*IFeeHanderTransactorSession) TransferFee ¶
func (_IFeeHander *IFeeHanderTransactorSession) TransferFee(resourceID [32]byte, gasFeeRecipient common.Address, relayers []common.Address, amount *big.Int) (*types.Transaction, error)
TransferFee is a paid mutator transaction binding the contract method 0x88617c2e.
Solidity: function transferFee(bytes32 resourceID, address gasFeeRecipient, address[] relayers, uint256 amount) returns()