Documentation ¶
Index ¶
- Constants
- type ISignatureValidator
- type ISignatureValidatorCaller
- type ISignatureValidatorCallerRaw
- type ISignatureValidatorCallerSession
- type ISignatureValidatorFilterer
- type ISignatureValidatorRaw
- func (_ISignatureValidator *ISignatureValidatorRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_ISignatureValidator *ISignatureValidatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ISignatureValidator *ISignatureValidatorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ISignatureValidatorSession
- type ISignatureValidatorTransactor
- type ISignatureValidatorTransactorRaw
- type ISignatureValidatorTransactorSession
Constants ¶
const ISignatureValidatorABI = "" /* 273-byte string literal not displayed */
ISignatureValidatorABI is the input ABI used to generate the binding from.
const ISignatureValidatorBin = `0x`
ISignatureValidatorBin is the compiled bytecode used for deploying new contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ISignatureValidator ¶
type ISignatureValidator struct { ISignatureValidatorCaller // Read-only binding to the contract ISignatureValidatorTransactor // Write-only binding to the contract ISignatureValidatorFilterer // Log filterer for contract events }
ISignatureValidator is an auto generated Go binding around an Ethereum contract.
func DeployISignatureValidator ¶
func DeployISignatureValidator(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ISignatureValidator, error)
DeployISignatureValidator deploys a new Ethereum contract, binding an instance of ISignatureValidator to it.
func NewISignatureValidator ¶
func NewISignatureValidator(address common.Address, backend bind.ContractBackend) (*ISignatureValidator, error)
NewISignatureValidator creates a new instance of ISignatureValidator, bound to a specific deployed contract.
type ISignatureValidatorCaller ¶
type ISignatureValidatorCaller struct {
// contains filtered or unexported fields
}
ISignatureValidatorCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewISignatureValidatorCaller ¶
func NewISignatureValidatorCaller(address common.Address, caller bind.ContractCaller) (*ISignatureValidatorCaller, error)
NewISignatureValidatorCaller creates a new read-only instance of ISignatureValidator, bound to a specific deployed contract.
func (*ISignatureValidatorCaller) IsValidSignature ¶
func (_ISignatureValidator *ISignatureValidatorCaller) IsValidSignature(opts *bind.CallOpts, _data []byte, _signature []byte) (bool, error)
IsValidSignature is a free data retrieval call binding the contract method 0x20c13b0b.
Solidity: function isValidSignature(_data bytes, _signature bytes) constant returns(isValid bool)
type ISignatureValidatorCallerRaw ¶
type ISignatureValidatorCallerRaw struct {
Contract *ISignatureValidatorCaller // Generic read-only contract binding to access the raw methods on
}
ISignatureValidatorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ISignatureValidatorCallerRaw) Call ¶
func (_ISignatureValidator *ISignatureValidatorCallerRaw) 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 ISignatureValidatorCallerSession ¶
type ISignatureValidatorCallerSession struct { Contract *ISignatureValidatorCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ISignatureValidatorCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ISignatureValidatorCallerSession) IsValidSignature ¶
func (_ISignatureValidator *ISignatureValidatorCallerSession) IsValidSignature(_data []byte, _signature []byte) (bool, error)
IsValidSignature is a free data retrieval call binding the contract method 0x20c13b0b.
Solidity: function isValidSignature(_data bytes, _signature bytes) constant returns(isValid bool)
type ISignatureValidatorFilterer ¶
type ISignatureValidatorFilterer struct {
// contains filtered or unexported fields
}
ISignatureValidatorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewISignatureValidatorFilterer ¶
func NewISignatureValidatorFilterer(address common.Address, filterer bind.ContractFilterer) (*ISignatureValidatorFilterer, error)
NewISignatureValidatorFilterer creates a new log filterer instance of ISignatureValidator, bound to a specific deployed contract.
type ISignatureValidatorRaw ¶
type ISignatureValidatorRaw struct {
Contract *ISignatureValidator // Generic contract binding to access the raw methods on
}
ISignatureValidatorRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ISignatureValidatorRaw) Call ¶
func (_ISignatureValidator *ISignatureValidatorRaw) 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 (*ISignatureValidatorRaw) Transact ¶
func (_ISignatureValidator *ISignatureValidatorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ISignatureValidatorRaw) Transfer ¶
func (_ISignatureValidator *ISignatureValidatorRaw) 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 ISignatureValidatorSession ¶
type ISignatureValidatorSession struct { Contract *ISignatureValidator // 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 }
ISignatureValidatorSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ISignatureValidatorSession) IsValidSignature ¶
func (_ISignatureValidator *ISignatureValidatorSession) IsValidSignature(_data []byte, _signature []byte) (bool, error)
IsValidSignature is a free data retrieval call binding the contract method 0x20c13b0b.
Solidity: function isValidSignature(_data bytes, _signature bytes) constant returns(isValid bool)
type ISignatureValidatorTransactor ¶
type ISignatureValidatorTransactor struct {
// contains filtered or unexported fields
}
ISignatureValidatorTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewISignatureValidatorTransactor ¶
func NewISignatureValidatorTransactor(address common.Address, transactor bind.ContractTransactor) (*ISignatureValidatorTransactor, error)
NewISignatureValidatorTransactor creates a new write-only instance of ISignatureValidator, bound to a specific deployed contract.
type ISignatureValidatorTransactorRaw ¶
type ISignatureValidatorTransactorRaw struct {
Contract *ISignatureValidatorTransactor // Generic write-only contract binding to access the raw methods on
}
ISignatureValidatorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ISignatureValidatorTransactorRaw) Transact ¶
func (_ISignatureValidator *ISignatureValidatorTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ISignatureValidatorTransactorRaw) Transfer ¶
func (_ISignatureValidator *ISignatureValidatorTransactorRaw) 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 ISignatureValidatorTransactorSession ¶
type ISignatureValidatorTransactorSession struct { Contract *ISignatureValidatorTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ISignatureValidatorTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.