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

Restricts a transfer allowance for a sending account/currency/receiver location to:

  • either the current block + delay if a delay is set
  • or the current block if no delay is set

§Warning: Doc-Only

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