Documentation ¶
Index ¶
- Variables
- type GoogleProtobufAny
- type GoogleProtobufAnyCaller
- type GoogleProtobufAnyCallerRaw
- type GoogleProtobufAnyCallerSession
- type GoogleProtobufAnyFilterer
- type GoogleProtobufAnyRaw
- func (_GoogleProtobufAny *GoogleProtobufAnyRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_GoogleProtobufAny *GoogleProtobufAnyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_GoogleProtobufAny *GoogleProtobufAnyRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type GoogleProtobufAnySession
- type GoogleProtobufAnyTransactor
- type GoogleProtobufAnyTransactorRaw
- type GoogleProtobufAnyTransactorSession
Constants ¶
This section is empty.
Variables ¶
var GoogleProtobufAnyABI = GoogleProtobufAnyMetaData.ABI
GoogleProtobufAnyABI is the input ABI used to generate the binding from. Deprecated: Use GoogleProtobufAnyMetaData.ABI instead.
var GoogleProtobufAnyMetaData = &bind.MetaData{
ABI: "[]",
}
GoogleProtobufAnyMetaData contains all meta data concerning the GoogleProtobufAny contract.
Functions ¶
This section is empty.
Types ¶
type GoogleProtobufAny ¶
type GoogleProtobufAny struct { GoogleProtobufAnyCaller // Read-only binding to the contract GoogleProtobufAnyTransactor // Write-only binding to the contract GoogleProtobufAnyFilterer // Log filterer for contract events }
GoogleProtobufAny is an auto generated Go binding around an Ethereum contract.
func NewGoogleProtobufAny ¶
func NewGoogleProtobufAny(address common.Address, backend bind.ContractBackend) (*GoogleProtobufAny, error)
NewGoogleProtobufAny creates a new instance of GoogleProtobufAny, bound to a specific deployed contract.
type GoogleProtobufAnyCaller ¶
type GoogleProtobufAnyCaller struct {
// contains filtered or unexported fields
}
GoogleProtobufAnyCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewGoogleProtobufAnyCaller ¶
func NewGoogleProtobufAnyCaller(address common.Address, caller bind.ContractCaller) (*GoogleProtobufAnyCaller, error)
NewGoogleProtobufAnyCaller creates a new read-only instance of GoogleProtobufAny, bound to a specific deployed contract.
type GoogleProtobufAnyCallerRaw ¶
type GoogleProtobufAnyCallerRaw struct {
Contract *GoogleProtobufAnyCaller // Generic read-only contract binding to access the raw methods on
}
GoogleProtobufAnyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*GoogleProtobufAnyCallerRaw) Call ¶
func (_GoogleProtobufAny *GoogleProtobufAnyCallerRaw) 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 GoogleProtobufAnyCallerSession ¶
type GoogleProtobufAnyCallerSession struct { Contract *GoogleProtobufAnyCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
GoogleProtobufAnyCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type GoogleProtobufAnyFilterer ¶
type GoogleProtobufAnyFilterer struct {
// contains filtered or unexported fields
}
GoogleProtobufAnyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewGoogleProtobufAnyFilterer ¶
func NewGoogleProtobufAnyFilterer(address common.Address, filterer bind.ContractFilterer) (*GoogleProtobufAnyFilterer, error)
NewGoogleProtobufAnyFilterer creates a new log filterer instance of GoogleProtobufAny, bound to a specific deployed contract.
type GoogleProtobufAnyRaw ¶
type GoogleProtobufAnyRaw struct {
Contract *GoogleProtobufAny // Generic contract binding to access the raw methods on
}
GoogleProtobufAnyRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*GoogleProtobufAnyRaw) Call ¶
func (_GoogleProtobufAny *GoogleProtobufAnyRaw) 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 (*GoogleProtobufAnyRaw) Transact ¶
func (_GoogleProtobufAny *GoogleProtobufAnyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*GoogleProtobufAnyRaw) Transfer ¶
func (_GoogleProtobufAny *GoogleProtobufAnyRaw) 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 GoogleProtobufAnySession ¶
type GoogleProtobufAnySession struct { Contract *GoogleProtobufAny // 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 }
GoogleProtobufAnySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type GoogleProtobufAnyTransactor ¶
type GoogleProtobufAnyTransactor struct {
// contains filtered or unexported fields
}
GoogleProtobufAnyTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewGoogleProtobufAnyTransactor ¶
func NewGoogleProtobufAnyTransactor(address common.Address, transactor bind.ContractTransactor) (*GoogleProtobufAnyTransactor, error)
NewGoogleProtobufAnyTransactor creates a new write-only instance of GoogleProtobufAny, bound to a specific deployed contract.
type GoogleProtobufAnyTransactorRaw ¶
type GoogleProtobufAnyTransactorRaw struct {
Contract *GoogleProtobufAnyTransactor // Generic write-only contract binding to access the raw methods on
}
GoogleProtobufAnyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*GoogleProtobufAnyTransactorRaw) Transact ¶
func (_GoogleProtobufAny *GoogleProtobufAnyTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*GoogleProtobufAnyTransactorRaw) Transfer ¶
func (_GoogleProtobufAny *GoogleProtobufAnyTransactorRaw) 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 GoogleProtobufAnyTransactorSession ¶
type GoogleProtobufAnyTransactorSession struct { Contract *GoogleProtobufAnyTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
GoogleProtobufAnyTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.