Type Alias cancel_item_attributes_approval

cancel_item_attributes_approval: TxDescriptor<{
    collection: number;
    delegate: MultiAddress;
    item: number;
    witness: number;
}>

Cancel the previously provided approval to change item's attributes. All the previously set attributes by the delegate will be removed.

Origin must be Signed and must be an owner of the item.

  • collection: Collection that the item is contained within.
  • item: The item that holds attributes.
  • delegate: The previously approved account to remove.

Emits ItemAttributesApprovalRemoved on success.