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

    Interface GetCompressedBalanceByOwnerResponse

    Response from getCompressedBalanceByOwner. Returns the total lamport balance.

    interface GetCompressedBalanceByOwnerResponse {
        context: { slot: number };
        value: number;
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    value: number

    Total lamport balance across all compressed accounts owned by the specified address.