Interface: Ed25519KeyPair
did.Ed25519KeyPair
Hierarchy
Partial
<KeyAgreement
>↳
Ed25519KeyPair
Properties
controller
• Optional
controller: string
Inherited from
Partial.controller
Defined in
packages/klayr-decentralized-identifier/dist/types/cryptography.d.ts:13
fingerprint
• Optional
fingerprint: () => string
Type declaration
▸ (): string
Returns
string
Defined in
packages/klayr-decentralized-identifier/dist/types/cryptography.d.ts:21
id
• Optional
id: string
Inherited from
Partial.id
Defined in
packages/klayr-decentralized-identifier/dist/types/cryptography.d.ts:11
privateKeyMultibase
• Optional
privateKeyMultibase: string
Inherited from
Partial.privateKeyMultibase
Defined in
packages/klayr-decentralized-identifier/dist/types/cryptography.d.ts:17
publicKeyMultibase
• Optional
publicKeyMultibase: string
Inherited from
Partial.publicKeyMultibase
Defined in
packages/klayr-decentralized-identifier/dist/types/cryptography.d.ts:14
type
• Optional
type: "Ed25519VerificationKey2020"
Overrides
Partial.type
Defined in
packages/klayr-decentralized-identifier/dist/types/cryptography.d.ts:20