Unique identifier for the permission
The grant URL containing detailed permission parameters (IPFS link)
Cryptographic signature that authorized this permission
Hash of the grant file content for integrity verification
Nonce used when granting the permission
Block number when permission was granted
Timestamp when permission was added
Transaction hash of the grant transaction
Address that granted the permission
Whether the permission is still active (not revoked)
Represents on-chain permission grant data without expensive off-chain resolution.
This interface contains only the fast, on-chain data that can be retrieved efficiently from the subgraph without making individual IPFS or contract calls. Use this for fast permission listing in UIs, then call
retrieveGrantFile()
on specific grants when detailed data is needed.Example