package
0.0.0-20241216062037-a10b3bf05bef
Repository: https://github.com/chain-lab/go-disoc.git
Documentation: pkg.go.dev
# Functions
NewEthereum creates a new instance of Ethereum, bound to a specific deployed contract.
NewEthereumCaller creates a new read-only instance of Ethereum, bound to a specific deployed contract.
NewEthereumClient Create new client with provider http/ws address.
NewEthereumFilterer creates a new log filterer instance of Ethereum, bound to a specific deployed contract.
NewEthereumTransactor creates a new write-only instance of Ethereum, bound to a specific deployed contract.
NewProxy creates a new instance of Proxy, bound to a specific deployed contract.
NewProxyCaller creates a new read-only instance of Proxy, bound to a specific deployed contract.
NewProxyFilterer creates a new log filterer instance of Proxy, bound to a specific deployed contract.
NewProxyTransactor creates a new write-only instance of Proxy, bound to a specific deployed contract.
NewWDEthereumClient Create new client with provider http/ws address.
# Variables
EthereumABI is the input ABI used to generate the binding from.
EthereumMetaData contains all meta data concerning the Ethereum contract.
ProxyABI is the input ABI used to generate the binding from.
ProxyMetaData contains all meta data concerning the Proxy contract.
# Structs
No description provided by the author
Ethereum is an auto generated Go binding around an Ethereum contract.
EthereumCaller is an auto generated read-only Go binding around an Ethereum contract.
EthereumCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
EthereumCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
EthereumDataRequest represents a DataRequest event raised by the Ethereum contract.
EthereumDataRequestIterator is returned from FilterDataRequest and is used to iterate over the raw logs and unpacked data for DataRequest events raised by the Ethereum contract.
EthereumDataResponse represents a DataResponse event raised by the Ethereum contract.
EthereumDataResponseIterator is returned from FilterDataResponse and is used to iterate over the raw logs and unpacked data for DataResponse events raised by the Ethereum contract.
EthereumFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
EthereumRaw is an auto generated low-level Go binding around an Ethereum contract.
EthereumSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
EthereumTransactor is an auto generated write-only Go binding around an Ethereum contract.
EthereumTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
EthereumTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Proxy is an auto generated Go binding around an Ethereum contract.
ProxyCaller is an auto generated read-only Go binding around an Ethereum contract.
ProxyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ProxyCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ProxyDataRequest represents a DataRequest event raised by the Proxy contract.
ProxyDataRequestIterator is returned from FilterDataRequest and is used to iterate over the raw logs and unpacked data for DataRequest events raised by the Proxy contract.
ProxyDataResponse represents a DataResponse event raised by the Proxy contract.
ProxyDataResponseIterator is returned from FilterDataResponse and is used to iterate over the raw logs and unpacked data for DataResponse events raised by the Proxy contract.
ProxyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ProxyRaw is an auto generated low-level Go binding around an Ethereum contract.
ProxySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ProxyTransactor is an auto generated write-only Go binding around an Ethereum contract.
ProxyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ProxyTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
No description provided by the author