# Functions
DeployNativeBridge deploys a new Ethereum contract, binding an instance of NativeBridge to it.
NewNativeBridge creates a new instance of NativeBridge, bound to a specific deployed contract.
NewNativeBridgeCaller creates a new read-only instance of NativeBridge, bound to a specific deployed contract.
NewNativeBridgeFilterer creates a new log filterer instance of NativeBridge, bound to a specific deployed contract.
NewNativeBridgeTransactor creates a new write-only instance of NativeBridge, bound to a specific deployed contract.
# Constants
NativeBridgeABI is the input ABI used to generate the binding from.
# Variables
NativeBridgeBin is the compiled bytecode used for deploying new contracts.
# Structs
NativeBridge is an auto generated Go binding around an Ethereum contract.
NativeBridgeCaller is an auto generated read-only Go binding around an Ethereum contract.
NativeBridgeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
NativeBridgeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
NativeBridgeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
NativeBridgeOwnershipTransferred represents a OwnershipTransferred event raised by the NativeBridge contract.
NativeBridgeOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the NativeBridge contract.
NativeBridgeRaw is an auto generated low-level Go binding around an Ethereum contract.
NativeBridgeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
NativeBridgeTransactor is an auto generated write-only Go binding around an Ethereum contract.
NativeBridgeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
NativeBridgeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
NativeBridgeTransferBridged represents a TransferBridged event raised by the NativeBridge contract.
NativeBridgeTransferBridgedIterator is returned from FilterTransferBridged and is used to iterate over the raw logs and unpacked data for TransferBridged events raised by the NativeBridge contract.