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

    Type Alias GetTokenAccountsByOwnerV2Config

    Configuration for getTokenAccountsByOwnerV2.

    type GetTokenAccountsByOwnerV2Config = {
        changedSinceSlot?: number;
        commitment?: Commitment;
        dataSlice?: GtaV2DataSlice;
        encoding?: Encoding;
        limit?: number;
        minContextSlot?: number;
        paginationKey?: string | null;
    }
    Index

    Properties

    changedSinceSlot?: number

    Only return accounts modified after this slot.

    commitment?: Commitment
    dataSlice?: GtaV2DataSlice
    encoding?: Encoding
    limit?: number

    Max results per page (up to 10,000).

    minContextSlot?: number
    paginationKey?: string | null

    Base-58 pagination cursor. null when no more pages.