Helius SDK - v2.2.2
    Preparing search index...

    Interface PaginatedAccountList

    A paginated list of compressed accounts.

    interface PaginatedAccountList {
        cursor?: string;
        items: CompressedAccount[];
    }
    Index

    Properties

    Properties

    cursor?: string

    Base58-encoded cursor to fetch the next page; omitted when no more results exist.

    Compressed accounts returned in this page.