pub fn observe_applied_settlement_in_tx(
conn: &mut PgConnection,
expiration: &NewPositionExpiration,
payout: &NewSettlementPayout,
ledger_delta: Decimal,
) -> Result<SettlementResult>Expand description
Read-only validation of an already-applied settlement (standby replay path). Panics on any inconsistency between the replay and the persisted state.