RequestPresentation
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / plugins/internal/oea / RequestPresentation
Class: RequestPresentation
Defined in: src/plugins/internal/oea/protocols/RequestPresentation.ts:20
Constructors
Constructor
new RequestPresentation(
body:RequestPresentationBody,attachments:AttachmentDescriptor[],from:DID,to:DID,thid?:string,id?:string):RequestPresentation
Defined in: src/plugins/internal/oea/protocols/RequestPresentation.ts:23
Parameters
| Parameter | Type | 
|---|---|
| body | RequestPresentationBody | 
| attachments | AttachmentDescriptor[] | 
| from | DID | 
| to | DID | 
| thid? | string | 
| id? | string | 
Returns
RequestPresentation
Properties
| Property | Modifier | Type | Default value | Defined in | 
|---|---|---|---|---|
| attachments | public | AttachmentDescriptor[] | undefined | src/plugins/internal/oea/protocols/RequestPresentation.ts:25 | 
| body | public | RequestPresentationBody | undefined | src/plugins/internal/oea/protocols/RequestPresentation.ts:24 | 
| from | public | DID | undefined | src/plugins/internal/oea/protocols/RequestPresentation.ts:26 | 
| id | public | string | undefined | src/plugins/internal/oea/protocols/RequestPresentation.ts:29 | 
| thid? | public | string | undefined | src/plugins/internal/oea/protocols/RequestPresentation.ts:28 | 
| to | public | DID | undefined | src/plugins/internal/oea/protocols/RequestPresentation.ts:27 | 
| type | static | "https://didcomm.atalaprism.io/present-proof/3.0/request-presentation" | OEA.ProtocolIds.RequestPresentation | src/plugins/internal/oea/protocols/RequestPresentation.ts:21 | 
Accessors
decodedAttachments
Get Signature
get decodedAttachments():
any[]
Defined in: src/plugins/internal/oea/protocols/RequestPresentation.ts:34
Returns
any[]
Methods
makeMessage()
makeMessage():
Message
Defined in: src/plugins/internal/oea/protocols/RequestPresentation.ts:52
Returns
fromMessage()
staticfromMessage(fromMessage:Message):RequestPresentation
Defined in: src/plugins/internal/oea/protocols/RequestPresentation.ts:65
Parameters
| Parameter | Type | 
|---|---|
| fromMessage | Message | 
Returns
RequestPresentation