XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface NextOptions<TId>

    interface NextOptions<TId = Hex> {
        cursor?: TId;
        limit?: number;
        open?: boolean;
        order?: "asc" | "desc";
    }

    Type Parameters

    • TId = Hex

    Hierarchy (View Summary)

    Index

    Properties

    cursor?: TId
    limit?: number
    open?: boolean
    order?: "asc" | "desc"