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

    Interface GetCompressedMintTokenHoldersRequest

    Request parameters for getCompressedMintTokenHolders.

    interface GetCompressedMintTokenHoldersRequest {
        cursor?: string | null;
        limit?: number | null;
        mint: string;
    }
    Index

    Properties

    Properties

    cursor?: string | null

    Base58-encoded pagination cursor from a previous response's cursor field; omit to start from the beginning.

    limit?: number | null

    Maximum number of token holders to return per page.

    mint: string

    Base58-encoded public key of the compressed token mint.