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

    Interface GetCompressedAccountRequest

    Request parameters for getCompressedAccount.

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

    Properties

    Properties

    address: string | null

    The Solana public key of the compressed account to retrieve, or null to query by hash instead.

    hash?: string

    The data hash identifier of the compressed account. Used when the address is not available.