package
1.0.0-rc.1
Repository: https://github.com/corex-mn/go-corex.git
Documentation: pkg.go.dev

# Functions

DeployContract deploys a new Ethereum contract, binding an instance of Contract to it.
NewContract creates a new instance of Contract, bound to a specific deployed contract.
NewContractCaller creates a new read-only instance of Contract, bound to a specific deployed contract.
NewContractFilterer creates a new log filterer instance of Contract, bound to a specific deployed contract.
NewContractTransactor creates a new write-only instance of Contract, bound to a specific deployed contract.

# Constants

ContractABI is the input ABI used to generate the binding from.

# Variables

ContractBin is the compiled bytecode used for deploying new contracts.
No description provided by the author

# Structs

Contract is an auto generated Go binding around an Ethereum contract.
ContractAdvanceEpochs represents a AdvanceEpochs event raised by the Contract contract.
ContractAdvanceEpochsIterator is returned from FilterAdvanceEpochs and is used to iterate over the raw logs and unpacked data for AdvanceEpochs events raised by the Contract contract.
ContractCaller is an auto generated read-only Go binding around an Ethereum contract.
ContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ContractRaw is an auto generated low-level Go binding around an Ethereum contract.
ContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
ContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ContractUpdatedBackend represents a UpdatedBackend event raised by the Contract contract.
ContractUpdatedBackendIterator is returned from FilterUpdatedBackend and is used to iterate over the raw logs and unpacked data for UpdatedBackend events raised by the Contract contract.
ContractUpdateNetworkRules represents a UpdateNetworkRules event raised by the Contract contract.
ContractUpdateNetworkRulesIterator is returned from FilterUpdateNetworkRules and is used to iterate over the raw logs and unpacked data for UpdateNetworkRules events raised by the Contract contract.
ContractUpdateNetworkVersion represents a UpdateNetworkVersion event raised by the Contract contract.
ContractUpdateNetworkVersionIterator is returned from FilterUpdateNetworkVersion and is used to iterate over the raw logs and unpacked data for UpdateNetworkVersion events raised by the Contract contract.
ContractUpdateValidatorPubkey represents a UpdateValidatorPubkey event raised by the Contract contract.
ContractUpdateValidatorPubkeyIterator is returned from FilterUpdateValidatorPubkey and is used to iterate over the raw logs and unpacked data for UpdateValidatorPubkey events raised by the Contract contract.
ContractUpdateValidatorWeight represents a UpdateValidatorWeight event raised by the Contract contract.
ContractUpdateValidatorWeightIterator is returned from FilterUpdateValidatorWeight and is used to iterate over the raw logs and unpacked data for UpdateValidatorWeight events raised by the Contract contract.