Function get_account

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