Approve an item to be transferred by a delegated third-party account.
The origin must conform to ForceOrigin or must be Signed and the sender must be either the owner of the item or the admin of the collection.
ForceOrigin
Signed
item
collection
delegate
Important NOTE: The approved account gets reset after each transfer.
approved
Emits ApprovedTransfer on success.
ApprovedTransfer
Weight: O(1)
O(1)
Approve an item to be transferred by a delegated third-party account.
The origin must conform to
ForceOrigin
or must beSigned
and the sender must be either the owner of theitem
or the admin of the collection.collection
: The collection of the item to be approved for delegated transfer.item
: The item of the item to be approved for delegated transfer.delegate
: The account to delegate permission to transfer the item.Important NOTE: The
approved
account gets reset after each transfer.Emits
ApprovedTransfer
on success.Weight:
O(1)