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
| Parameter | Type | 
|---|---|
| body | ProblemReportBody | 
| from | DID | 
| to | DID | 
| thid? | string | 
Returns
ProblemReport
Properties
| Property | Modifier | Type | Default value | Defined in | 
|---|---|---|---|---|
| body | public | ProblemReportBody | undefined | src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:24 | 
| from | public | DID | undefined | src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:25 | 
| thid? | public | string | undefined | src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:27 | 
| to | public | DID | undefined | src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:26 | 
| type | static | "https://didcomm.org/report-problem/2.0/problem-report" | ProtocolIds.ProblemReporting | src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:21 | 
Methods
makeMessage()
makeMessage():
Message
Defined in: src/plugins/internal/didcomm/protocols/other/ProblemReport.ts:30