Function transfer

Source
pub fn transfer<T: Config>(dst_location: Location, amount: BalanceOf<T>)
Expand description

Initiates transfer of funds from account on src_chain to account on dst_chain. Funds are burned on src_chain first and are minted on dst_chain using Messenger.

ยงWarning: Doc-Only

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