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

    Interface GetCompressedTokenAccountsByDelegateRequest

    Request parameters for getCompressedTokenAccountsByDelegate.

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

    Properties

    cursor?: string | null

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

    delegate: string

    Base58-encoded public key of the delegate authority to retrieve token accounts for.

    limit?: number | null

    Maximum number of token accounts to return per page.

    mint?: string | null

    Base58-encoded public key of the token mint to filter by; omit to return accounts for all mints.