pub(super) fn get_account<L: LedgerIntf>(
ledger: &L,
account_update: &AccountUpdate,
) -> Result<(Account, ExistingOrNew<<L as LedgerIntf>::Location>), String>
pub(super) fn get_account<L: LedgerIntf>(
ledger: &L,
account_update: &AccountUpdate,
) -> Result<(Account, ExistingOrNew<<L as LedgerIntf>::Location>), String>