Skip to main content

ProposePresentation

@hyperledger/identus-sdk v8.0.0


@hyperledger/identus-sdk / plugins/internal/oea / ProposePresentation

Class: ProposePresentation

Defined in: packages/lib/sdk/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: packages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:21

Parameters

ParameterType
bodyProposePresentationBody
attachmentsAttachmentDescriptor[]
fromDID
toDID
thid?string
id?string

Returns

ProposePresentation

Properties

PropertyModifierTypeDefault valueDefined in
attachmentspublicAttachmentDescriptor[]undefinedpackages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:23
bodypublicProposePresentationBodyundefinedpackages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:22
frompublicDIDundefinedpackages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:24
idpublicstringundefinedpackages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:27
thid?publicstringundefinedpackages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:26
topublicDIDundefinedpackages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:25
typestatic"https://didcomm.atalaprism.io/present-proof/3.0/propose-presentation"OEA.ProtocolIds.ProposePresentationpackages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:19

Methods

makeMessage()

makeMessage(): Message

Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:42

Returns

Message


fromMessage()

static fromMessage(fromMessage: Message): ProposePresentation

Defined in: packages/lib/sdk/src/plugins/internal/oea/protocols/ProposePresentation.ts:55

Parameters

ParameterType
fromMessageMessage

Returns

ProposePresentation