Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2020 Changes in this version + const IBridgeABI + type IBridge struct + func NewIBridge(address common.Address, backend bind.ContractBackend) (*IBridge, error) + type IBridgeCaller struct + func NewIBridgeCaller(address common.Address, caller bind.ContractCaller) (*IBridgeCaller, error) + type IBridgeCallerRaw struct + Contract *IBridgeCaller + func (_IBridge *IBridgeCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + type IBridgeCallerSession struct + CallOpts bind.CallOpts + Contract *IBridgeCaller + type IBridgeFilterer struct + func NewIBridgeFilterer(address common.Address, filterer bind.ContractFilterer) (*IBridgeFilterer, error) + type IBridgeRaw struct + Contract *IBridge + func (_IBridge *IBridgeRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + func (_IBridge *IBridgeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_IBridge *IBridgeRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type IBridgeSession struct + CallOpts bind.CallOpts + Contract *IBridge + TransactOpts bind.TransactOpts + func (_IBridge *IBridgeSession) ChainID() (*types.Transaction, error) + type IBridgeTransactor struct + func NewIBridgeTransactor(address common.Address, transactor bind.ContractTransactor) (*IBridgeTransactor, error) + func (_IBridge *IBridgeTransactor) ChainID(opts *bind.TransactOpts) (*types.Transaction, error) + type IBridgeTransactorRaw struct + Contract *IBridgeTransactor + func (_IBridge *IBridgeTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_IBridge *IBridgeTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type IBridgeTransactorSession struct + Contract *IBridgeTransactor + TransactOpts bind.TransactOpts + func (_IBridge *IBridgeTransactorSession) ChainID() (*types.Transaction, error)