Skip to main content

PublicKey

@nevermined-io/sdk - v3.0.32 / PublicKey

Interface: PublicKey

Public key data.

Table of contents

Properties

Properties

id

id: string

ID of the key.

Example

'did:nv:123456789abcdefghi#keys-1'

Defined in

src/types/DDOTypes.ts:499


owner

owner: string

Key owner.

Example

'did:nv:123456789abcdefghi'

Defined in

src/types/DDOTypes.ts:514


publicKeyBase58

Optional publicKeyBase58: string

Defined in

src/types/DDOTypes.ts:517


publicKeyHex

Optional publicKeyHex: string

Defined in

src/types/DDOTypes.ts:518


publicKeyPem

Optional publicKeyPem: string

Defined in

src/types/DDOTypes.ts:516


type

type: "EthereumECDSAKey" | "Ed25519VerificationKey2018" | "RsaVerificationKey2018" | "EdDsaSAPublicKeySecp256k1"

Type of key.

Defined in

src/types/DDOTypes.ts:504