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

    Common inputs for event retrieval, including an optional cursor and limit.

    interface EventsInputs {
        cursor?: EventId;
        limit?: number;
    }
    Index
    cursor?: EventId

    Cursor for pagination, often an EventId or numeric index.

    limit?: number

    Limit for pagination, specifying the maximum number of events.