Skip to main content

Interface: Ed25519KeyPair

Hierarchy

Properties

controller

Optional controller: string

Inherited from

Partial.controller

Defined in

packages/klayr-decentralized-identifier/src/types/cryptography.ts:15


fingerprint

Optional fingerprint: () => string

Type declaration

▸ (): string

Returns

string

Defined in

packages/klayr-decentralized-identifier/src/types/cryptography.ts:23


id

Optional id: string

Inherited from

Partial.id

Defined in

packages/klayr-decentralized-identifier/src/types/cryptography.ts:13


privateKeyMultibase

Optional privateKeyMultibase: string

Inherited from

Partial.privateKeyMultibase

Defined in

packages/klayr-decentralized-identifier/src/types/cryptography.ts:19


publicKeyMultibase

Optional publicKeyMultibase: string

Inherited from

Partial.publicKeyMultibase

Defined in

packages/klayr-decentralized-identifier/src/types/cryptography.ts:16


type

Optional type: "Ed25519VerificationKey2020"

Overrides

Partial.type

Defined in

packages/klayr-decentralized-identifier/src/types/cryptography.ts:22