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

Properties

deviceKey

deviceKey: string

Defined in

agent/Agent.ts:67


deviceKeySignedByDid

deviceKeySignedByDid: string

Defined in

agent/Agent.ts:70


deviceKeyType

deviceKeyType: string

Defined in

agent/Agent.ts:64


did

did: string

Defined in

agent/Agent.ts:58


didSignedByDeviceKey

Optional didSignedByDeviceKey: string

Defined in

agent/Agent.ts:73


didSigningKeyId

didSigningKeyId: string

Defined in

agent/Agent.ts:61