Cancel the prior approval for the transfer of an item by a delegate.
Origin must be either:
Force
Signed
collection
item
Arguments:
maybe_check_delegate
Some
Emits ApprovalCancelled on success.
ApprovalCancelled
Weight: O(1)
O(1)
Cancel the prior approval for the transfer of an item by a delegate.
Origin must be either:
Forceorigin;Signedwith the signer being the Admin of thecollection;Signedwith the signer being the Owner of theitem;Arguments:
collection: The collection of the item of whose approval will be cancelled.item: The item of the item of whose approval will be cancelled.maybe_check_delegate: IfSomewill ensure that the given account is the one to which permission of transfer is delegated.Emits
ApprovalCancelledon success.Weight:
O(1)