Function polkadot_sdk_docs::guides::your_first_pallet::pallet::dispatchables::transfer
source · pub fn transfer<T: Config>(dest: T::AccountId, amount: Balance)
Expand description
Transfer amount
from origin
to dest
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::transfer
.