Create delegated renting ABI encoded (v,r,s)(uint8, bytes32, bytes32) typed data signature (EIP712). Caller should be the actual renter.
Nonce (optional).
Create extended delegated renting ABI encoded (v,r,s)(uint8, bytes32, bytes32) typed data signature (EIP712). Caller should be the actual renter.
Data to sign.
ABI encoded typed data signature with nonce (optional).
Performs renting operation (delegated).
Renting parameters.
Delegated Rent ECDSA signature ABI encoded (v,r,s)(uint8, bytes32, bytes32).
Estimates the gas amount needed for performing renting operation (delegated).
Renting parameters.
Delegated Rent ECDSA signature ABI encoded (v,r,s)(uint8, bytes32, bytes32).
Get the current nonce of renter for delegated rent.
Renter account ID.
Verify delegated renting signature.
Signers account ID.
Typed data signature (EIP712).
True if signature is valid.
Verify extended delegated renting signature.
Signers account ID.
Signature verification data.
Typed data signature (EIP712).
True if signature is valid.
Generated using TypeDoc
Returns the domain separator used in the encoding of the signature for permit, as defined by EIP712.