Skip to main content

PublicKey

@nevermined-io/sdk - v3.0.44 / 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:544


owner

owner: string

Key owner.

Example

'did:nv:123456789abcdefghi'

Defined in

src/types/DDOTypes.ts:559


publicKeyBase58

Optional publicKeyBase58: string

Defined in

src/types/DDOTypes.ts:562


publicKeyHex

Optional publicKeyHex: string

Defined in

src/types/DDOTypes.ts:563


publicKeyPem

Optional publicKeyPem: string

Defined in

src/types/DDOTypes.ts:561


type

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

Type of key.

Defined in

src/types/DDOTypes.ts:549