IERC721Permit
Extension to ERC721 that includes a permit function for signature based approvals
Functions
PERMIT_TYPEHASH
function PERMIT_TYPEHASH(
) external returns (bytes32)
The permit typehash used in the permit signature
Return Values:
Type | Description |
---|---|
bytes32 | typehash for the permit |