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

    Interface GetCompressionSignaturesForOwnerRequest

    Request parameters for getCompressionSignaturesForOwner.

    interface GetCompressionSignaturesForOwnerRequest {
        cursor?: string | null;
        limit?: number | null;
        owner: string;
    }
    Index

    Properties

    Properties

    cursor?: string | null
    limit?: number | null
    owner: string

    Owner address to query.