pub fn purge_transfer_allowance<T: Config>(
    currency_id: T::CurrencyId,
    receiver: T::Location
)
Expand description

Removes a transfer allowance for a sending account/currency and receiving location Decrements or removes the sending account/currency count.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::purge_transfer_allowance.