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

    Interface GetCompressionSignaturesForTokenOwnerResponse

    Response from getCompressionSignaturesForTokenOwner.

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

    Properties

    Properties

    context: { slot: number }