ihybridmodel

package
v0.0.0-...-5ae1e3a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IHybridModelABI = IHybridModelMetaData.ABI

IHybridModelABI is the input ABI used to generate the binding from. Deprecated: Use IHybridModelMetaData.ABI instead.

View Source
var IHybridModelMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"_data\",\"type\":\"bytes\"}],\"name\":\"infer\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"referenceId\",\"type\":\"uint256\"}],\"stateMutability\":\"payable\",\"type\":\"function\"}]",
}

IHybridModelMetaData contains all meta data concerning the IHybridModel contract.

Functions

This section is empty.

Types

type IHybridModel

type IHybridModel struct {
	IHybridModelCaller     // Read-only binding to the contract
	IHybridModelTransactor // Write-only binding to the contract
	IHybridModelFilterer   // Log filterer for contract events
}

IHybridModel is an auto generated Go binding around an Ethereum contract.

func NewIHybridModel

func NewIHybridModel(address common.Address, backend bind.ContractBackend) (*IHybridModel, error)

NewIHybridModel creates a new instance of IHybridModel, bound to a specific deployed contract.

type IHybridModelCaller

type IHybridModelCaller struct {
	// contains filtered or unexported fields
}

IHybridModelCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewIHybridModelCaller

func NewIHybridModelCaller(address common.Address, caller bind.ContractCaller) (*IHybridModelCaller, error)

NewIHybridModelCaller creates a new read-only instance of IHybridModel, bound to a specific deployed contract.

type IHybridModelCallerRaw

type IHybridModelCallerRaw struct {
	Contract *IHybridModelCaller // Generic read-only contract binding to access the raw methods on
}

IHybridModelCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IHybridModelCallerRaw) Call

func (_IHybridModel *IHybridModelCallerRaw) 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 IHybridModelCallerSession

type IHybridModelCallerSession struct {
	Contract *IHybridModelCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts       // Call options to use throughout this session
}

IHybridModelCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type IHybridModelFilterer

type IHybridModelFilterer struct {
	// contains filtered or unexported fields
}

IHybridModelFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIHybridModelFilterer

func NewIHybridModelFilterer(address common.Address, filterer bind.ContractFilterer) (*IHybridModelFilterer, error)

NewIHybridModelFilterer creates a new log filterer instance of IHybridModel, bound to a specific deployed contract.

type IHybridModelRaw

type IHybridModelRaw struct {
	Contract *IHybridModel // Generic contract binding to access the raw methods on
}

IHybridModelRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*IHybridModelRaw) Call

func (_IHybridModel *IHybridModelRaw) 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 (*IHybridModelRaw) Transact

func (_IHybridModel *IHybridModelRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IHybridModelRaw) Transfer

func (_IHybridModel *IHybridModelRaw) 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 IHybridModelSession

type IHybridModelSession struct {
	Contract     *IHybridModel     // 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
}

IHybridModelSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IHybridModelSession) Infer

func (_IHybridModel *IHybridModelSession) Infer(_data []byte) (*types.Transaction, error)

Infer is a paid mutator transaction binding the contract method 0x67e950a8.

Solidity: function infer(bytes _data) payable returns(uint256 referenceId)

type IHybridModelTransactor

type IHybridModelTransactor struct {
	// contains filtered or unexported fields
}

IHybridModelTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIHybridModelTransactor

func NewIHybridModelTransactor(address common.Address, transactor bind.ContractTransactor) (*IHybridModelTransactor, error)

NewIHybridModelTransactor creates a new write-only instance of IHybridModel, bound to a specific deployed contract.

func (*IHybridModelTransactor) Infer

func (_IHybridModel *IHybridModelTransactor) Infer(opts *bind.TransactOpts, _data []byte) (*types.Transaction, error)

Infer is a paid mutator transaction binding the contract method 0x67e950a8.

Solidity: function infer(bytes _data) payable returns(uint256 referenceId)

type IHybridModelTransactorRaw

type IHybridModelTransactorRaw struct {
	Contract *IHybridModelTransactor // Generic write-only contract binding to access the raw methods on
}

IHybridModelTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IHybridModelTransactorRaw) Transact

func (_IHybridModel *IHybridModelTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IHybridModelTransactorRaw) Transfer

func (_IHybridModel *IHybridModelTransactorRaw) 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 IHybridModelTransactorSession

type IHybridModelTransactorSession struct {
	Contract     *IHybridModelTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
}

IHybridModelTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IHybridModelTransactorSession) Infer

func (_IHybridModel *IHybridModelTransactorSession) Infer(_data []byte) (*types.Transaction, error)

Infer is a paid mutator transaction binding the contract method 0x67e950a8.

Solidity: function infer(bytes _data) payable returns(uint256 referenceId)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL