StaticallocatedCasts a raw collateral-allocation event.
StaticcanceledCasts a raw order-cancellation event and derives the order side from its ID.
StaticcreatedCasts a raw account-creation event.
StaticcreatedCasts a raw stop-order ticket creation event.
StaticdeallocatedCasts a raw collateral-deallocation event.
StaticdeletedCasts a raw stop-order ticket deletion event.
StaticdepositedCasts a raw collateral-deposit event.
StaticeditedCasts a raw stop-order ticket detail-edit event.
StaticeditedCasts a raw stop-order ticket executor-edit event.
StaticexecutedCasts a raw stop-order ticket execution event.
StaticfilledCasts a raw aggregate maker-fill event into per-order fill records.
StaticfilledCasts a raw taker-fill event and derives signed base and quote deltas.
StaticliquidatedCasts a raw liquidation event and derives the liquidated side and USD fields.
StaticpostedCasts a raw posted-order event, including an optional expiry timestamp.
StaticreducedCasts a raw order-reduction event.
StaticSetCasts a raw position initial-margin-ratio update event.
StaticsettledCasts a raw funding-settlement event and converts fixed-point USD values.
StaticupdatedCasts a raw cumulative funding-rate update event.
StaticUpdatedCasts a raw clearing-house version update event.
StaticupdatedCasts a raw premium TWAP update event.
StaticupdatedCasts a raw spread TWAP update event.
StaticwithdrewCasts a raw collateral-withdrawal event.
Converts raw Sui perpetuals events into the SDK's camel-case event types.
These static helpers do not perform network I/O. They convert bigint-like strings and fixed-point strings from
parsedJson, preserve the event timestamp in milliseconds, and copy the transaction digest and event type.