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

    Interface GetCompressedBalanceResponse

    Response from getCompressedBalance. Returns the lamport balance.

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

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    value: number

    Lamport balance of the compressed account.