(base) List of contract addresses that can be accessed with this permission
(base) Expiration timestamp
(base) User that initially created the permission, target of data fetching
(base) signTypedData
signature created by issuer
.
(base) Shared- and Self- permissions differ in signature format: (sealingKey
absent in shared signature)
(non-sharing) < issuer, expiration, contracts, projects, recipient, validatorId, validatorContract, sealingKey >
(sharing) < issuer, expiration, contracts, projects, recipient, validatorId, validatorContract >
Name for this permit, for organization and UI usage, not included in signature.
(base) List of project identifiers (strings) that can be accessed
(sharing) The user that this permission will be shared with
** optional, use address(0)
to disable **
(sharing) signTypedData
signature created by recipient
with format:
(sharing) < sealingKey, issuerSignature>
** required for shared permits **
(base) The publicKey of a sealingPair used to re-encrypt issuer
s confidential data
(non-sharing) Populated by issuer
(sharing) Populated by recipient
The type of the PermitV2 (self / sharing) (self) Permit that will be signed and used by the issuer (sharing) Permit that is signed by the issuer, but intended to be shared with recipient (recipient) Permit that has been received, and signed by the recipient
(issuer defined validation) The contract to query to determine permission validity
** optional, user address(0)
to disable **
(issuer defined validation) An id used to query a contract to check this permissions validity
** optional, use 0
to disable **
Type representing the full PermitV2