aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Event emitted when one or more maker orders are filled against a taker.

    interface FilledMakerOrdersEvent {
        events: FilledMakerOrderEventFields[];
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • FilledMakerOrdersEvent
    Index

    List of per-maker fills for this aggregate event.

    timestamp: number | undefined

    Timestamp of the event, if available.

    txnDigest: string

    The transaction digest associated with the event.

    type: string

    A string identifying the Move event type.