aftermath-ts-sdk - v3.3.3
    Preparing search index...
    FilledMakerOrdersEventOnChain: EventOnChain<
        {
            events: {
                canceled_size: BigIntAsString;
                ch_id: ObjectId;
                fees: IFixedAsString;
                filled_size: BigIntAsString;
                maker_account_id: BigIntAsString;
                order_id: BigIntAsString;
                pnl: IFixedAsString;
                remaining_size: BigIntAsString;
                taker_account_id: BigIntAsString;
            }[];
        },
    >

    Raw on-chain fields for an aggregate maker-fill event.