Skip to main content

ProblemReport

@hyperledger/identus-sdk v7.0.0


@hyperledger/identus-sdk / plugins/internal/didcomm / ProblemReport

Class: ProblemReport

Defined in: src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:20

Constructors

Constructor

new ProblemReport(body: ProblemReportBody, from: DID, to: DID, thid?: string): ProblemReport

Defined in: src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:23

Parameters

ParameterType
bodyProblemReportBody
fromDID
toDID
thid?string

Returns

ProblemReport

Properties

PropertyModifierTypeDefault valueDefined in
bodypublicProblemReportBodyundefinedsrc/plugins/internal/didcomm/protocols/other/ProblemReport.ts:24
frompublicDIDundefinedsrc/plugins/internal/didcomm/protocols/other/ProblemReport.ts:25
thid?publicstringundefinedsrc/plugins/internal/didcomm/protocols/other/ProblemReport.ts:27
topublicDIDundefinedsrc/plugins/internal/didcomm/protocols/other/ProblemReport.ts:26
typestatic"https://didcomm.org/report-problem/2.0/problem-report"ProtocolIds.ProblemReportingsrc/plugins/internal/didcomm/protocols/other/ProblemReport.ts:21

Methods

makeMessage()

makeMessage(): Message

Defined in: src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:30

Returns

Message