Skip to main content

Presentation

@hyperledger/identus-sdk v7.0.0


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

Class: Presentation

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

Parameters

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

Returns

Presentation

Properties

PropertyModifierTypeDefault valueDefined in
attachmentspublicAttachmentDescriptor[]undefinedsrc/plugins/internal/oea/protocols/Presentation.ts:23
bodypublicPresentationBodyundefinedsrc/plugins/internal/oea/protocols/Presentation.ts:22
frompublicDIDundefinedsrc/plugins/internal/oea/protocols/Presentation.ts:24
idpublicstringundefinedsrc/plugins/internal/oea/protocols/Presentation.ts:27
thid?publicstringundefinedsrc/plugins/internal/oea/protocols/Presentation.ts:26
topublicDIDundefinedsrc/plugins/internal/oea/protocols/Presentation.ts:25
typestatic"https://didcomm.atalaprism.io/present-proof/3.0/presentation"OEA.ProtocolIds.Presentationsrc/plugins/internal/oea/protocols/Presentation.ts:19

Methods

makeMessage()

makeMessage(): Message

Defined in: src/plugins/internal/oea/protocols/Presentation.ts:42

Returns

Message


fromMessage()

static fromMessage(fromMessage: Message): Presentation

Defined in: src/plugins/internal/oea/protocols/Presentation.ts:55

Parameters

ParameterType
fromMessageMessage

Returns

Presentation