Documentation ¶
Index ¶
- Variables
- type Isp1verifier
- type Isp1verifierCaller
- type Isp1verifierCallerRaw
- type Isp1verifierCallerSession
- type Isp1verifierFilterer
- type Isp1verifierRaw
- func (_Isp1verifier *Isp1verifierRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Isp1verifier *Isp1verifierRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Isp1verifier *Isp1verifierRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Isp1verifierSession
- type Isp1verifierTransactor
- type Isp1verifierTransactorRaw
- type Isp1verifierTransactorSession
Constants ¶
This section is empty.
Variables ¶
var Isp1verifierABI = Isp1verifierMetaData.ABI
Isp1verifierABI is the input ABI used to generate the binding from. Deprecated: Use Isp1verifierMetaData.ABI instead.
var Isp1verifierMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"programVKey\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"publicValues\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"proofBytes\",\"type\":\"bytes\"}],\"name\":\"verifyProof\",\"outputs\":[],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}
Isp1verifierMetaData contains all meta data concerning the Isp1verifier contract.
Functions ¶
This section is empty.
Types ¶
type Isp1verifier ¶
type Isp1verifier struct { Isp1verifierCaller // Read-only binding to the contract Isp1verifierTransactor // Write-only binding to the contract Isp1verifierFilterer // Log filterer for contract events }
Isp1verifier is an auto generated Go binding around an Ethereum contract.
func NewIsp1verifier ¶
func NewIsp1verifier(address common.Address, backend bind.ContractBackend) (*Isp1verifier, error)
NewIsp1verifier creates a new instance of Isp1verifier, bound to a specific deployed contract.
type Isp1verifierCaller ¶
type Isp1verifierCaller struct {
// contains filtered or unexported fields
}
Isp1verifierCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIsp1verifierCaller ¶
func NewIsp1verifierCaller(address common.Address, caller bind.ContractCaller) (*Isp1verifierCaller, error)
NewIsp1verifierCaller creates a new read-only instance of Isp1verifier, bound to a specific deployed contract.
func (*Isp1verifierCaller) VerifyProof ¶
func (_Isp1verifier *Isp1verifierCaller) VerifyProof(opts *bind.CallOpts, programVKey [32]byte, publicValues []byte, proofBytes []byte) error
VerifyProof is a free data retrieval call binding the contract method 0x41493c60.
Solidity: function verifyProof(bytes32 programVKey, bytes publicValues, bytes proofBytes) view returns()
type Isp1verifierCallerRaw ¶
type Isp1verifierCallerRaw struct {
Contract *Isp1verifierCaller // Generic read-only contract binding to access the raw methods on
}
Isp1verifierCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Isp1verifierCallerRaw) Call ¶
func (_Isp1verifier *Isp1verifierCallerRaw) 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 Isp1verifierCallerSession ¶
type Isp1verifierCallerSession struct { Contract *Isp1verifierCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Isp1verifierCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*Isp1verifierCallerSession) VerifyProof ¶
func (_Isp1verifier *Isp1verifierCallerSession) VerifyProof(programVKey [32]byte, publicValues []byte, proofBytes []byte) error
VerifyProof is a free data retrieval call binding the contract method 0x41493c60.
Solidity: function verifyProof(bytes32 programVKey, bytes publicValues, bytes proofBytes) view returns()
type Isp1verifierFilterer ¶
type Isp1verifierFilterer struct {
// contains filtered or unexported fields
}
Isp1verifierFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIsp1verifierFilterer ¶
func NewIsp1verifierFilterer(address common.Address, filterer bind.ContractFilterer) (*Isp1verifierFilterer, error)
NewIsp1verifierFilterer creates a new log filterer instance of Isp1verifier, bound to a specific deployed contract.
type Isp1verifierRaw ¶
type Isp1verifierRaw struct {
Contract *Isp1verifier // Generic contract binding to access the raw methods on
}
Isp1verifierRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*Isp1verifierRaw) Call ¶
func (_Isp1verifier *Isp1verifierRaw) 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 (*Isp1verifierRaw) Transact ¶
func (_Isp1verifier *Isp1verifierRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Isp1verifierRaw) Transfer ¶
func (_Isp1verifier *Isp1verifierRaw) 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 Isp1verifierSession ¶
type Isp1verifierSession struct { Contract *Isp1verifier // 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 }
Isp1verifierSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Isp1verifierSession) VerifyProof ¶
func (_Isp1verifier *Isp1verifierSession) VerifyProof(programVKey [32]byte, publicValues []byte, proofBytes []byte) error
VerifyProof is a free data retrieval call binding the contract method 0x41493c60.
Solidity: function verifyProof(bytes32 programVKey, bytes publicValues, bytes proofBytes) view returns()
type Isp1verifierTransactor ¶
type Isp1verifierTransactor struct {
// contains filtered or unexported fields
}
Isp1verifierTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIsp1verifierTransactor ¶
func NewIsp1verifierTransactor(address common.Address, transactor bind.ContractTransactor) (*Isp1verifierTransactor, error)
NewIsp1verifierTransactor creates a new write-only instance of Isp1verifier, bound to a specific deployed contract.
type Isp1verifierTransactorRaw ¶
type Isp1verifierTransactorRaw struct {
Contract *Isp1verifierTransactor // Generic write-only contract binding to access the raw methods on
}
Isp1verifierTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Isp1verifierTransactorRaw) Transact ¶
func (_Isp1verifier *Isp1verifierTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Isp1verifierTransactorRaw) Transfer ¶
func (_Isp1verifier *Isp1verifierTransactorRaw) 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 Isp1verifierTransactorSession ¶
type Isp1verifierTransactorSession struct { Contract *Isp1verifierTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Isp1verifierTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.