API Reference
classes
Entanglementproof

@coasys/ad4m / Exports / EntanglementProof

Class: EntanglementProof

Table of contents

Constructors

Properties

Constructors

constructor

new EntanglementProof(did, didSigningKeyId, deviceKeyType, deviceKey, deviceKeySignedByDid, didSignedByDeviceKey?)

Parameters

NameType
didstring
didSigningKeyIdstring
deviceKeyTypestring
deviceKeystring
deviceKeySignedByDidstring
didSignedByDeviceKey?string

Defined in

agent/Agent.ts:75 (opens in a new tab)

Properties

deviceKey

deviceKey: string

Defined in

agent/Agent.ts:67 (opens in a new tab)


deviceKeySignedByDid

deviceKeySignedByDid: string

Defined in

agent/Agent.ts:70 (opens in a new tab)


deviceKeyType

deviceKeyType: string

Defined in

agent/Agent.ts:64 (opens in a new tab)


did

did: string

Defined in

agent/Agent.ts:58 (opens in a new tab)


didSignedByDeviceKey

Optional didSignedByDeviceKey: string

Defined in

agent/Agent.ts:73 (opens in a new tab)


didSigningKeyId

didSigningKeyId: string

Defined in

agent/Agent.ts:61 (opens in a new tab)