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

    Interface GetCompressedAccountResponse

    Response from getCompressedAccount.

    interface GetCompressedAccountResponse {
        context: { slot: number };
        value: GetCompressedAccountValue;
    }
    Index

    Properties

    Properties

    context: { slot: number }

    The slot context for this response.

    The compressed account data.