Helius SDK - v3.0.0
    Preparing search index...

    Interface GetCompressionSignaturesForTokenOwnerResponse

    Response from getCompressionSignaturesForTokenOwner.

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

    Properties

    Properties

    context: { slot: number }