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

    Interface GetLatestCompressionSignaturesResponse

    Response from getLatestCompressionSignatures.

    interface GetLatestCompressionSignaturesResponse {
        context: { slot: number };
        value: PaginatedSignatureInfoList;
    }
    Index

    Properties

    Properties

    context: { slot: number }