SignatureVerification

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SignatureVerificationABI = SignatureVerificationMetaData.ABI

SignatureVerificationABI is the input ABI used to generate the binding from. Deprecated: Use SignatureVerificationMetaData.ABI instead.

View Source
var SignatureVerificationBin = SignatureVerificationMetaData.Bin

SignatureVerificationBin is the compiled bytecode used for deploying new contracts. Deprecated: Use SignatureVerificationMetaData.Bin instead.

View Source
var SignatureVerificationMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"BadContractSignature\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"}],\"name\":\"BadSignatureV\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSigner\",\"type\":\"error\"}]",
	Bin: "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea264697066735822122077d7e7ce56b31b02e7365d8c17f298eccf334684850d7d407af74874e8791ed964736f6c634300080d0033",
}

SignatureVerificationMetaData contains all meta data concerning the SignatureVerification contract.

Functions

This section is empty.

Types

type SignatureVerification

type SignatureVerification struct {
	SignatureVerificationCaller     // Read-only binding to the contract
	SignatureVerificationTransactor // Write-only binding to the contract
	SignatureVerificationFilterer   // Log filterer for contract events
}

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

func DeploySignatureVerification

func DeploySignatureVerification(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *SignatureVerification, error)

DeploySignatureVerification deploys a new Ethereum contract, binding an instance of SignatureVerification to it.

func NewSignatureVerification

func NewSignatureVerification(address common.Address, backend bind.ContractBackend) (*SignatureVerification, error)

NewSignatureVerification creates a new instance of SignatureVerification, bound to a specific deployed contract.

type SignatureVerificationCaller

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

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

func NewSignatureVerificationCaller

func NewSignatureVerificationCaller(address common.Address, caller bind.ContractCaller) (*SignatureVerificationCaller, error)

NewSignatureVerificationCaller creates a new read-only instance of SignatureVerification, bound to a specific deployed contract.

type SignatureVerificationCallerRaw

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

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

func (*SignatureVerificationCallerRaw) Call

func (_SignatureVerification *SignatureVerificationCallerRaw) 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 SignatureVerificationCallerSession

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

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

type SignatureVerificationFilterer

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

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

func NewSignatureVerificationFilterer

func NewSignatureVerificationFilterer(address common.Address, filterer bind.ContractFilterer) (*SignatureVerificationFilterer, error)

NewSignatureVerificationFilterer creates a new log filterer instance of SignatureVerification, bound to a specific deployed contract.

type SignatureVerificationRaw

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

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

func (*SignatureVerificationRaw) Call

func (_SignatureVerification *SignatureVerificationRaw) 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 (*SignatureVerificationRaw) Transact

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

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

func (*SignatureVerificationRaw) Transfer

func (_SignatureVerification *SignatureVerificationRaw) 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 SignatureVerificationSession

type SignatureVerificationSession struct {
	Contract     *SignatureVerification // 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
}

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

type SignatureVerificationTransactor

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

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

func NewSignatureVerificationTransactor

func NewSignatureVerificationTransactor(address common.Address, transactor bind.ContractTransactor) (*SignatureVerificationTransactor, error)

NewSignatureVerificationTransactor creates a new write-only instance of SignatureVerification, bound to a specific deployed contract.

type SignatureVerificationTransactorRaw

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

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

func (*SignatureVerificationTransactorRaw) Transact

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

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

func (*SignatureVerificationTransactorRaw) Transfer

func (_SignatureVerification *SignatureVerificationTransactorRaw) 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 SignatureVerificationTransactorSession

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

SignatureVerificationTransactorSession 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