Basic representation of a signature verifier compatible contract. If additional functionality is required, this contract can be extended via inheritance
Constructs a new instance of the object
Returns the contract address
Returns the underlying contract interface
Returns an interface allowing for us with the multicall method of a provider
Rest
Connects the existing instance of the contract to a new signer or provider
Protected
Automatically keeps trying the call unless we get a revert exception
Returns whether the specified interface is supported by the contract
Verifies the signature of a specific hash value
Verifies the signature of a specific message
Basic representation of a signature verifier compatible contract. If additional functionality is required, this contract can be extended via inheritance