Documentation ¶
Index ¶
- Variables
- type ProtoBufRuntime
- type ProtoBufRuntimeCaller
- type ProtoBufRuntimeCallerRaw
- type ProtoBufRuntimeCallerSession
- type ProtoBufRuntimeFilterer
- type ProtoBufRuntimeRaw
- func (_ProtoBufRuntime *ProtoBufRuntimeRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ProtoBufRuntime *ProtoBufRuntimeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ProtoBufRuntime *ProtoBufRuntimeRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ProtoBufRuntimeSession
- type ProtoBufRuntimeTransactor
- type ProtoBufRuntimeTransactorRaw
- type ProtoBufRuntimeTransactorSession
Constants ¶
This section is empty.
Variables ¶
var ProtoBufRuntimeABI = ProtoBufRuntimeMetaData.ABI
ProtoBufRuntimeABI is the input ABI used to generate the binding from. Deprecated: Use ProtoBufRuntimeMetaData.ABI instead.
var ProtoBufRuntimeMetaData = &bind.MetaData{
ABI: "[]",
}
ProtoBufRuntimeMetaData contains all meta data concerning the ProtoBufRuntime contract.
Functions ¶
This section is empty.
Types ¶
type ProtoBufRuntime ¶
type ProtoBufRuntime struct { ProtoBufRuntimeCaller // Read-only binding to the contract ProtoBufRuntimeTransactor // Write-only binding to the contract ProtoBufRuntimeFilterer // Log filterer for contract events }
ProtoBufRuntime is an auto generated Go binding around an Ethereum contract.
func NewProtoBufRuntime ¶
func NewProtoBufRuntime(address common.Address, backend bind.ContractBackend) (*ProtoBufRuntime, error)
NewProtoBufRuntime creates a new instance of ProtoBufRuntime, bound to a specific deployed contract.
type ProtoBufRuntimeCaller ¶
type ProtoBufRuntimeCaller struct {
// contains filtered or unexported fields
}
ProtoBufRuntimeCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewProtoBufRuntimeCaller ¶
func NewProtoBufRuntimeCaller(address common.Address, caller bind.ContractCaller) (*ProtoBufRuntimeCaller, error)
NewProtoBufRuntimeCaller creates a new read-only instance of ProtoBufRuntime, bound to a specific deployed contract.
type ProtoBufRuntimeCallerRaw ¶
type ProtoBufRuntimeCallerRaw struct {
Contract *ProtoBufRuntimeCaller // Generic read-only contract binding to access the raw methods on
}
ProtoBufRuntimeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ProtoBufRuntimeCallerRaw) Call ¶
func (_ProtoBufRuntime *ProtoBufRuntimeCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type ProtoBufRuntimeCallerSession ¶
type ProtoBufRuntimeCallerSession struct { Contract *ProtoBufRuntimeCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ProtoBufRuntimeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type ProtoBufRuntimeFilterer ¶
type ProtoBufRuntimeFilterer struct {
// contains filtered or unexported fields
}
ProtoBufRuntimeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewProtoBufRuntimeFilterer ¶
func NewProtoBufRuntimeFilterer(address common.Address, filterer bind.ContractFilterer) (*ProtoBufRuntimeFilterer, error)
NewProtoBufRuntimeFilterer creates a new log filterer instance of ProtoBufRuntime, bound to a specific deployed contract.
type ProtoBufRuntimeRaw ¶
type ProtoBufRuntimeRaw struct {
Contract *ProtoBufRuntime // Generic contract binding to access the raw methods on
}
ProtoBufRuntimeRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ProtoBufRuntimeRaw) Call ¶
func (_ProtoBufRuntime *ProtoBufRuntimeRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*ProtoBufRuntimeRaw) Transact ¶
func (_ProtoBufRuntime *ProtoBufRuntimeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ProtoBufRuntimeRaw) Transfer ¶
func (_ProtoBufRuntime *ProtoBufRuntimeRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ProtoBufRuntimeSession ¶
type ProtoBufRuntimeSession struct { Contract *ProtoBufRuntime // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ProtoBufRuntimeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type ProtoBufRuntimeTransactor ¶
type ProtoBufRuntimeTransactor struct {
// contains filtered or unexported fields
}
ProtoBufRuntimeTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewProtoBufRuntimeTransactor ¶
func NewProtoBufRuntimeTransactor(address common.Address, transactor bind.ContractTransactor) (*ProtoBufRuntimeTransactor, error)
NewProtoBufRuntimeTransactor creates a new write-only instance of ProtoBufRuntime, bound to a specific deployed contract.
type ProtoBufRuntimeTransactorRaw ¶
type ProtoBufRuntimeTransactorRaw struct {
Contract *ProtoBufRuntimeTransactor // Generic write-only contract binding to access the raw methods on
}
ProtoBufRuntimeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ProtoBufRuntimeTransactorRaw) Transact ¶
func (_ProtoBufRuntime *ProtoBufRuntimeTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ProtoBufRuntimeTransactorRaw) Transfer ¶
func (_ProtoBufRuntime *ProtoBufRuntimeTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ProtoBufRuntimeTransactorSession ¶
type ProtoBufRuntimeTransactorSession struct { Contract *ProtoBufRuntimeTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ProtoBufRuntimeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.