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

    Interface GetCompressedTokenAccountBalanceResponse

    Response from getCompressedTokenAccountBalance.

    interface GetCompressedTokenAccountBalanceResponse {
        context: { slot: number };
        value: { amount: number };
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    value: { amount: number }

    Type Declaration

    • amount: number

      Raw token balance of the compressed token account (in the token's smallest unit).