aftermath-ts-sdk - v3.3.3
    Preparing search index...
    PostedOrderEventOnChain: EventOnChain<
        {
            account_id: BigIntAsString;
            ch_id: ObjectId;
            expiration_timestamp_ms: BigIntAsString
            | null;
            order_id: BigIntAsString;
            order_size: BigIntAsString;
            reduce_only: boolean;
        },
    >

    Raw on-chain fields for posting an order.