update_operators
An entrypoint works exactly like FA2 update_operators entrypoint according to TZIP-012.
Call parameters
Field
Type
Description
owner
address
Owner of tokens
operator
address
Operator of tokens
token_id
token_id_t
Token ID
Usage
Errors
412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).FA2_TOKEN_UNDEFINED
- token withtoken_id
doesn't exist.FA2_NOT_OWNER
-sender
is notowner
of account.
Last updated