package
0.1.0
Repository: https://github.com/gridironchain/gridnode.git
Documentation: pkg.go.dev

# Functions

DeployOracle deploys a new Ethereum contract, binding an instance of Oracle to it.
NewOracle creates a new instance of Oracle, bound to a specific deployed contract.
NewOracleCaller creates a new read-only instance of Oracle, bound to a specific deployed contract.
NewOracleFilterer creates a new log filterer instance of Oracle, bound to a specific deployed contract.
NewOracleTransactor creates a new write-only instance of Oracle, bound to a specific deployed contract.

# Constants

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

# Variables

OracleBin is the compiled bytecode used for deploying new contracts.

# Structs

Oracle is an auto generated Go binding around an Ethereum contract.
OracleCaller is an auto generated read-only Go binding around an Ethereum contract.
OracleCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
OracleCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
OracleFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
OracleLogNewOracleClaim represents a LogNewOracleClaim event raised by the Oracle contract.
OracleLogNewOracleClaimIterator is returned from FilterLogNewOracleClaim and is used to iterate over the raw logs and unpacked data for LogNewOracleClaim events raised by the Oracle contract.
OracleLogProphecyProcessed represents a LogProphecyProcessed event raised by the Oracle contract.
OracleLogProphecyProcessedIterator is returned from FilterLogProphecyProcessed and is used to iterate over the raw logs and unpacked data for LogProphecyProcessed events raised by the Oracle contract.
OracleRaw is an auto generated low-level Go binding around an Ethereum contract.
OracleSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
OracleTransactor is an auto generated write-only Go binding around an Ethereum contract.
OracleTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
OracleTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.