Function pallet_liquidity_pools::pallet::dispatchables::transfer
source · pub fn transfer<T: Config>(
currency_id: T::CurrencyId,
receiver: DomainAddress,
amount: T::Balance
)
Expand description
Transfer non-tranche tokens to a given address.
NOTE: Assumes OutboundQueue
to check whether destination is local.
NOTE: The transferring account is not kept alive as we allow its death.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::transfer
.