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

    Type Alias GetProgramAccountsV2Result

    Result payload from getProgramAccountsV2.

    type GetProgramAccountsV2Result = {
        accounts: ReadonlyArray<GpaV2Account>;
        paginationKey: string | null;
        totalResults?: number | null;
    }
    Index

    Properties

    accounts: ReadonlyArray<GpaV2Account>
    paginationKey: string | null

    Cursor for the next page, or null when done.

    totalResults?: number | null

    Total number of matching accounts (may be absent).