Function zebra_state::service::read::address::balance::apply_balance_change

source ·
fn apply_balance_change(
    finalized_balance: Amount<NonNegative>,
    chain_balance_change: Amount<NegativeAllowed>
) -> Result<Amount<NonNegative>>
Expand description

Add the supplied finalized and non-finalized balances together, and return the result.