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

    Interface GetCompressedBalanceRequest

    Request parameters for getCompressedBalance.

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

    Properties

    Properties

    address?: string | null

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

    hash?: string | null

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