Function pallet_transporter::dispatchables::transfer

source ·
pub fn transfer<T: Config>(
    dst_location: Location,
    amount: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
)
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.