set_expiry
Last updated
Last updated
An entrypoint that setups an expiry for a specific user's transfer permit or default expiry for all user's transfer permits. It fully implements TZIP-017.
Field | Type | Description |
---|---|---|
412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).
NOT_PERMIT_ISSUER
- a user is not an issuer of the permit.
EXPIRY_TOO_BIG
- expiry from parameters is bigger than maximum available expiry (31 556 995 200
seconds or 1000
years).
issuer
address
An issuer of a permit
expiry
seconds_t (nat)
Expiry for a permit to setup
permit_hash
option(blake2b_hash_t)
Hash of a permit (optional)