All chains
    Preparing search index...

    Type Alias force_cancel_approval

    force_cancel_approval: TxDescriptor<
        {
            delegate: MultiAddress;
            id: { interior: XcmV5Junctions; parents: number };
            owner: MultiAddress;
        },
    >

    Cancel all of some asset approved for delegated transfer by a third-party account.

    Origin must be either ForceOrigin or Signed origin with the signer being the Admin account of the asset id.

    Unreserves any deposit previously reserved by approve_transfer for the approval.

    • id: The identifier of the asset.
    • delegate: The account delegated permission to transfer asset.

    Emits ApprovalCancelled on success.

    Weight: O(1)