update_operators

params of updateOperatorParams -> (list(op), storage upd)

Implementation of FA2 interface method, more info about FA2 update_operators you can read in the link below.

TZIP-12: FA2 - Multi-Asset Interface

Types

Parameter
Type
Description

owner

address

account owner tokens

to_

address

account operator tokens

token_id

nat

token identifier

Usage

Errors

  • FA2_NOT_OWNER - sender is not owner of account.

  • FA2_TOKEN_UNDEFINED - token identifier is not assigned to any known tokens.

Last updated