Skip to main content

apply_pnl_decimal_sync

Function apply_pnl_decimal_sync 

Source
pub fn apply_pnl_decimal_sync(
    conn: &mut PgConnection,
    wallet: &WalletAddress,
    balance_delta: Decimal,
) -> Result<()>
Expand description

Apply a Decimal balance delta within a transaction.