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

    Interface GetCompressedAccountsByOwnerResponse

    Response from getCompressedAccountsByOwner.

    interface GetCompressedAccountsByOwnerResponse {
        context: { slot: number };
        value: PaginatedAccountList;
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    Paginated list of compressed accounts owned by the specified address.