Documentation ¶
Index ¶
- Constants
- type IBridgeCounter
- type IBridgeCounterCaller
- type IBridgeCounterCallerRaw
- type IBridgeCounterCallerSession
- type IBridgeCounterFilterer
- type IBridgeCounterRaw
- func (_IBridgeCounter *IBridgeCounterRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IBridgeCounter *IBridgeCounterRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IBridgeCounter *IBridgeCounterRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IBridgeCounterSession
- type IBridgeCounterTransactor
- type IBridgeCounterTransactorRaw
- type IBridgeCounterTransactorSession
Constants ¶
const IBridgeCounterABI = "" /* 249-byte string literal not displayed */
IBridgeCounterABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBridgeCounter ¶
type IBridgeCounter struct { IBridgeCounterCaller // Read-only binding to the contract IBridgeCounterTransactor // Write-only binding to the contract IBridgeCounterFilterer // Log filterer for contract events }
IBridgeCounter is an auto generated Go binding around an Ethereum contract.
func NewIBridgeCounter ¶
func NewIBridgeCounter(address common.Address, backend bind.ContractBackend) (*IBridgeCounter, error)
NewIBridgeCounter creates a new instance of IBridgeCounter, bound to a specific deployed contract.
type IBridgeCounterCaller ¶
type IBridgeCounterCaller struct {
// contains filtered or unexported fields
}
IBridgeCounterCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIBridgeCounterCaller ¶
func NewIBridgeCounterCaller(address common.Address, caller bind.ContractCaller) (*IBridgeCounterCaller, error)
NewIBridgeCounterCaller creates a new read-only instance of IBridgeCounter, bound to a specific deployed contract.
type IBridgeCounterCallerRaw ¶
type IBridgeCounterCallerRaw struct {
Contract *IBridgeCounterCaller // Generic read-only contract binding to access the raw methods on
}
IBridgeCounterCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IBridgeCounterCallerRaw) Call ¶
func (_IBridgeCounter *IBridgeCounterCallerRaw) 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 IBridgeCounterCallerSession ¶
type IBridgeCounterCallerSession struct { Contract *IBridgeCounterCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
IBridgeCounterCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type IBridgeCounterFilterer ¶
type IBridgeCounterFilterer struct {
// contains filtered or unexported fields
}
IBridgeCounterFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIBridgeCounterFilterer ¶
func NewIBridgeCounterFilterer(address common.Address, filterer bind.ContractFilterer) (*IBridgeCounterFilterer, error)
NewIBridgeCounterFilterer creates a new log filterer instance of IBridgeCounter, bound to a specific deployed contract.
type IBridgeCounterRaw ¶
type IBridgeCounterRaw struct {
Contract *IBridgeCounter // Generic contract binding to access the raw methods on
}
IBridgeCounterRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IBridgeCounterRaw) Call ¶
func (_IBridgeCounter *IBridgeCounterRaw) 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 (*IBridgeCounterRaw) Transact ¶
func (_IBridgeCounter *IBridgeCounterRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IBridgeCounterRaw) Transfer ¶
func (_IBridgeCounter *IBridgeCounterRaw) 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 IBridgeCounterSession ¶
type IBridgeCounterSession struct { Contract *IBridgeCounter // 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 }
IBridgeCounterSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*IBridgeCounterSession) Incr ¶
func (_IBridgeCounter *IBridgeCounterSession) Incr(destinationChainID uint8) (*types.Transaction, error)
Incr is a paid mutator transaction binding the contract method 0x71af5099.
Solidity: function incr(uint8 destinationChainID) returns(uint64)
type IBridgeCounterTransactor ¶
type IBridgeCounterTransactor struct {
// contains filtered or unexported fields
}
IBridgeCounterTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIBridgeCounterTransactor ¶
func NewIBridgeCounterTransactor(address common.Address, transactor bind.ContractTransactor) (*IBridgeCounterTransactor, error)
NewIBridgeCounterTransactor creates a new write-only instance of IBridgeCounter, bound to a specific deployed contract.
func (*IBridgeCounterTransactor) Incr ¶
func (_IBridgeCounter *IBridgeCounterTransactor) Incr(opts *bind.TransactOpts, destinationChainID uint8) (*types.Transaction, error)
Incr is a paid mutator transaction binding the contract method 0x71af5099.
Solidity: function incr(uint8 destinationChainID) returns(uint64)
type IBridgeCounterTransactorRaw ¶
type IBridgeCounterTransactorRaw struct {
Contract *IBridgeCounterTransactor // Generic write-only contract binding to access the raw methods on
}
IBridgeCounterTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IBridgeCounterTransactorRaw) Transact ¶
func (_IBridgeCounter *IBridgeCounterTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IBridgeCounterTransactorRaw) Transfer ¶
func (_IBridgeCounter *IBridgeCounterTransactorRaw) 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 IBridgeCounterTransactorSession ¶
type IBridgeCounterTransactorSession struct { Contract *IBridgeCounterTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
IBridgeCounterTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*IBridgeCounterTransactorSession) Incr ¶
func (_IBridgeCounter *IBridgeCounterTransactorSession) Incr(destinationChainID uint8) (*types.Transaction, error)
Incr is a paid mutator transaction binding the contract method 0x71af5099.
Solidity: function incr(uint8 destinationChainID) returns(uint64)