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

    Interface GetCompressedMintTokenHoldersResponse

    Response from getCompressedMintTokenHolders.

    interface GetCompressedMintTokenHoldersResponse {
        context: { slot: number };
        value: { cursor?: string; items: OwnerBalance[] };
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    value: { cursor?: string; items: OwnerBalance[] }

    Type Declaration

    • Optionalcursor?: string

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

    • items: OwnerBalance[]

      List of owners and their compressed token balances.