pub fn get_account<L>(
ledger: &mut L,
account_id: AccountId,
) -> (Box<Account>, ExistingOrNew<L::Location>)where
L: LedgerIntf,
pub fn get_account<L>(
ledger: &mut L,
account_id: AccountId,
) -> (Box<Account>, ExistingOrNew<L::Location>)where
L: LedgerIntf,