clear_all_transfer_approvals: TxDescriptor<{
    collection: number;
    item: number;
}>

Cancel all the approvals of a specific item.

Origin must be either:

  • the Force origin;
  • Signed with the signer being the Owner of the item;

Arguments:

  • collection: The collection of the item of whose approvals will be cleared.
  • item: The item of the collection of whose approvals will be cleared.

Emits AllApprovalsCancelled on success.

Weight: O(1)