Presentation
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / plugins/internal/oea / Presentation
Class: Presentation
Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:18
Constructors
Constructor
new Presentation(
body:PresentationBody,attachments:AttachmentDescriptor[],from:DID,to:DID,thid?:string,id?:string):Presentation
Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:21
Parameters
| Parameter | Type |
|---|---|
body | PresentationBody |
attachments | AttachmentDescriptor[] |
from | DID |
to | DID |
thid? | string |
id? | string |
Returns
Presentation
Properties
| Property | Modifier | Type | Default value | Defined in |
|---|---|---|---|---|
attachments | public | AttachmentDescriptor[] | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:23 |
body | public | PresentationBody | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:22 |
from | public | DID | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:24 |
id | public | string | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:27 |
thid? | public | string | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:26 |
to | public | DID | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:25 |
type | static | "https://didcomm.atalaprism.io/present-proof/3.0/presentation" | OEA.ProtocolIds.Presentation | packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:19 |
Methods
makeMessage()
makeMessage():
Message
Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:42
Returns
fromMessage()
staticfromMessage(fromMessage:Message):Presentation
Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/Presentation.ts:55
Parameters
| Parameter | Type |
|---|---|
fromMessage | Message |
Returns
Presentation