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

Required Methods§

Implementations on Foreign Types§

Implementors§

impl<T: Config> TransferAll<<T as Config>::AccountId> for Pallet<T>

impl<T: Config> TransferAll<<T as Config>::AccountId> for Pallet<T>