Trait orml_traits::currency::TransferAll[][src]

pub trait TransferAll<AccountId> {
    fn transfer_all(source: &AccountId, dest: &AccountId) -> DispatchResult;
}

Required methods

Implementations on Foreign Types

Implementors