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

    Interface GetCompressionSignaturesForTokenOwnerRequest

    Request parameters for getCompressionSignaturesForTokenOwner.

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

    Properties

    Properties

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

    Token owner address.