Trait frame_support::traits::tokens::fungible::Transfer [−][src]
pub trait Transfer<AccountId>: Inspect<AccountId> { fn transfer(
source: &AccountId,
dest: &AccountId,
amount: Self::Balance,
keep_alive: bool
) -> Result<Self::Balance, DispatchError>; }
Expand description
Trait for providing a fungible asset which can only be transferred.