Function pallet_bridge::pallet::dispatchables::transfer_native
source · pub fn transfer_native<T: Config>(
amount: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
recipient: Vec<u8>,
dest_id: ChainId
)
Expand description
Transfers some amount of the native token to some recipient on a (whitelisted) destination chain.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::transfer_native
.