Function set_account

Source
pub(super) fn set_account<L: LedgerIntf>(
    ledger: &mut L,
    account: (Account, ExistingOrNew<<L as LedgerIntf>::Location>),
) -> Result<(), String>