@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Interface PaginatedOptions

    Cursor is a unique identifier for a page of results by which the next page can be fetched.

    Limit is the maximum number of results to return per page.

    interface PaginatedOptions {
        cursor?: string;
        limit?: BN;
    }
    Index

    Properties

    Properties

    cursor?: string
    limit?: BN