RequestPresentation
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / plugins/internal/oea / RequestPresentation
Class: RequestPresentation
Defined in: packages/lib/sdk/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: packages/lib/sdk/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 | packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:25 |
body | public | RequestPresentationBody | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:24 |
from | public | DID | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:26 |
id | public | string | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:29 |
thid? | public | string | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:28 |
to | public | DID | undefined | packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:27 |
type | static | "https://didcomm.atalaprism.io/present-proof/3.0/request-presentation" | OEA.ProtocolIds.RequestPresentation | packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:21 |
Accessors
decodedAttachments
Get Signature
get decodedAttachments():
any[]
Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:34
Returns
any[]
Methods
makeMessage()
makeMessage():
Message
Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:52
Returns
fromMessage()
staticfromMessage(fromMessage:Message):RequestPresentation
Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/RequestPresentation.ts:65
Parameters
| Parameter | Type |
|---|---|
fromMessage | Message |
Returns
RequestPresentation