Documentation ¶
Index ¶
- Variables
- type Functions
- type FunctionsCaller
- type FunctionsCallerRaw
- type FunctionsCallerSession
- type FunctionsFilterer
- type FunctionsInterface
- type FunctionsRaw
- func (_Functions *FunctionsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Functions *FunctionsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Functions *FunctionsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type FunctionsSession
- type FunctionsTransactor
- type FunctionsTransactorRaw
- type FunctionsTransactorSession
Constants ¶
This section is empty.
Variables ¶
View Source
var FunctionsABI = FunctionsMetaData.ABI
View Source
var FunctionsBin = FunctionsMetaData.Bin
View Source
var FunctionsMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"EmptyArgs\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"EmptySecrets\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"EmptySource\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoInlineSecrets\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"REQUEST_DATA_VERSION\",\"outputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
Bin: "0x6063610038600b82828239805160001a607314602b57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361060335760003560e01c80635d641dfc146038575b600080fd5b603f600181565b60405161ffff909116815260200160405180910390f3fea164736f6c6343000813000a",
}
Functions ¶
This section is empty.
Types ¶
type Functions ¶
type Functions struct { FunctionsCaller FunctionsTransactor FunctionsFilterer // contains filtered or unexported fields }
func DeployFunctions ¶
func DeployFunctions(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Functions, error)
func NewFunctions ¶
type FunctionsCaller ¶
type FunctionsCaller struct {
// contains filtered or unexported fields
}
func NewFunctionsCaller ¶
func NewFunctionsCaller(address common.Address, caller bind.ContractCaller) (*FunctionsCaller, error)
func (*FunctionsCaller) REQUESTDATAVERSION ¶
func (_Functions *FunctionsCaller) REQUESTDATAVERSION(opts *bind.CallOpts) (uint16, error)
type FunctionsCallerRaw ¶
type FunctionsCallerRaw struct {
Contract *FunctionsCaller
}
type FunctionsCallerSession ¶
type FunctionsCallerSession struct { Contract *FunctionsCaller CallOpts bind.CallOpts }
func (*FunctionsCallerSession) REQUESTDATAVERSION ¶
func (_Functions *FunctionsCallerSession) REQUESTDATAVERSION() (uint16, error)
type FunctionsFilterer ¶
type FunctionsFilterer struct {
// contains filtered or unexported fields
}
func NewFunctionsFilterer ¶
func NewFunctionsFilterer(address common.Address, filterer bind.ContractFilterer) (*FunctionsFilterer, error)
type FunctionsInterface ¶
type FunctionsRaw ¶
type FunctionsRaw struct {
Contract *Functions
}
func (*FunctionsRaw) Call ¶
func (_Functions *FunctionsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
func (*FunctionsRaw) Transact ¶
func (_Functions *FunctionsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*FunctionsRaw) Transfer ¶
func (_Functions *FunctionsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type FunctionsSession ¶
type FunctionsSession struct { Contract *Functions CallOpts bind.CallOpts TransactOpts bind.TransactOpts }
func (*FunctionsSession) REQUESTDATAVERSION ¶
func (_Functions *FunctionsSession) REQUESTDATAVERSION() (uint16, error)
type FunctionsTransactor ¶
type FunctionsTransactor struct {
// contains filtered or unexported fields
}
func NewFunctionsTransactor ¶
func NewFunctionsTransactor(address common.Address, transactor bind.ContractTransactor) (*FunctionsTransactor, error)
type FunctionsTransactorRaw ¶
type FunctionsTransactorRaw struct {
Contract *FunctionsTransactor
}
func (*FunctionsTransactorRaw) Transact ¶
func (_Functions *FunctionsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*FunctionsTransactorRaw) Transfer ¶
func (_Functions *FunctionsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type FunctionsTransactorSession ¶
type FunctionsTransactorSession struct { Contract *FunctionsTransactor TransactOpts bind.TransactOpts }
Click to show internal directories.
Click to hide internal directories.