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