eip1271validator

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: LGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Eip1271validatorABI = Eip1271validatorMetaData.ABI

Eip1271validatorABI is the input ABI used to generate the binding from. Deprecated: Use Eip1271validatorMetaData.ABI instead.

View Source
var Eip1271validatorMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_hash\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"_signature\",\"type\":\"bytes\"}],\"name\":\"isValidSignature\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

Eip1271validatorMetaData contains all meta data concerning the Eip1271validator contract.

Functions

This section is empty.

Types

type Eip1271validator

type Eip1271validator struct {
	Eip1271validatorCaller     // Read-only binding to the contract
	Eip1271validatorTransactor // Write-only binding to the contract
	Eip1271validatorFilterer   // Log filterer for contract events
}

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

func NewEip1271validator

func NewEip1271validator(address common.Address, backend bind.ContractBackend) (*Eip1271validator, error)

NewEip1271validator creates a new instance of Eip1271validator, bound to a specific deployed contract.

type Eip1271validatorCaller

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

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

func NewEip1271validatorCaller

func NewEip1271validatorCaller(address common.Address, caller bind.ContractCaller) (*Eip1271validatorCaller, error)

NewEip1271validatorCaller creates a new read-only instance of Eip1271validator, bound to a specific deployed contract.

func (*Eip1271validatorCaller) IsValidSignature

func (_Eip1271validator *Eip1271validatorCaller) IsValidSignature(opts *bind.CallOpts, _hash [32]byte, _signature []byte) ([4]byte, error)

IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.

Solidity: function isValidSignature(bytes32 _hash, bytes _signature) view returns(bytes4)

type Eip1271validatorCallerRaw

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

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

func (*Eip1271validatorCallerRaw) Call

func (_Eip1271validator *Eip1271validatorCallerRaw) 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 Eip1271validatorCallerSession

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

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

func (*Eip1271validatorCallerSession) IsValidSignature

func (_Eip1271validator *Eip1271validatorCallerSession) IsValidSignature(_hash [32]byte, _signature []byte) ([4]byte, error)

IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.

Solidity: function isValidSignature(bytes32 _hash, bytes _signature) view returns(bytes4)

type Eip1271validatorFilterer

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

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

func NewEip1271validatorFilterer

func NewEip1271validatorFilterer(address common.Address, filterer bind.ContractFilterer) (*Eip1271validatorFilterer, error)

NewEip1271validatorFilterer creates a new log filterer instance of Eip1271validator, bound to a specific deployed contract.

type Eip1271validatorRaw

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

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

func (*Eip1271validatorRaw) Call

func (_Eip1271validator *Eip1271validatorRaw) 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 (*Eip1271validatorRaw) Transact

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

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

func (*Eip1271validatorRaw) Transfer

func (_Eip1271validator *Eip1271validatorRaw) 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 Eip1271validatorSession

type Eip1271validatorSession struct {
	Contract     *Eip1271validator // 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
}

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

func (*Eip1271validatorSession) IsValidSignature

func (_Eip1271validator *Eip1271validatorSession) IsValidSignature(_hash [32]byte, _signature []byte) ([4]byte, error)

IsValidSignature is a free data retrieval call binding the contract method 0x1626ba7e.

Solidity: function isValidSignature(bytes32 _hash, bytes _signature) view returns(bytes4)

type Eip1271validatorTransactor

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

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

func NewEip1271validatorTransactor

func NewEip1271validatorTransactor(address common.Address, transactor bind.ContractTransactor) (*Eip1271validatorTransactor, error)

NewEip1271validatorTransactor creates a new write-only instance of Eip1271validator, bound to a specific deployed contract.

type Eip1271validatorTransactorRaw

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

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

func (*Eip1271validatorTransactorRaw) Transact

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

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

func (*Eip1271validatorTransactorRaw) Transfer

func (_Eip1271validator *Eip1271validatorTransactorRaw) 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 Eip1271validatorTransactorSession

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

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

Jump to

Keyboard shortcuts

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