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

    Interface GetCompressedTokenAccountBalanceRequest

    Request parameters for getCompressedTokenAccountBalance.

    interface GetCompressedTokenAccountBalanceRequest {
        address?: string | null;
        hash?: string | null;
    }
    Index

    Properties

    Properties

    address?: string | null

    Base58-encoded public key of the compressed token account, or null to query by hash instead.

    hash?: string | null

    Base58-encoded 32-byte hash of the compressed token account's leaf node, or null to query by address instead.