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

    Interface GetCompressionSignaturesForOwnerResponse

    Response from getCompressionSignaturesForOwner.

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

    Properties

    Properties

    context: { slot: number }