# Functions
DeployInteractor deploys a new Ethereum contract, binding an instance of Interactor to it.
NewInteractor creates a new instance of Interactor, bound to a specific deployed contract.
NewInteractorCaller creates a new read-only instance of Interactor, bound to a specific deployed contract.
NewInteractorFilterer creates a new log filterer instance of Interactor, bound to a specific deployed contract.
NewInteractorTransactor creates a new write-only instance of Interactor, bound to a specific deployed contract.
# Variables
InteractorABI is the input ABI used to generate the binding from.
InteractorBin is the compiled bytecode used for deploying new contracts.
InteractorMetaData contains all meta data concerning the Interactor contract.
# Structs
Interactor is an auto generated Go binding around an Ethereum contract.
InteractorCaller is an auto generated read-only Go binding around an Ethereum contract.
InteractorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
InteractorCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
InteractorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
InteractorRaw is an auto generated low-level Go binding around an Ethereum contract.
InteractorSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
InteractorTransactor is an auto generated write-only Go binding around an Ethereum contract.
InteractorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
InteractorTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.