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
owner
• owner: string
Key owner.
Example
'did:nv:123456789abcdefghi'
Defined in
publicKeyBase58
• Optional
publicKeyBase58: string
Defined in
publicKeyHex
• Optional
publicKeyHex: string
Defined in
publicKeyPem
• Optional
publicKeyPem: string
Defined in
type
• type: "EthereumECDSAKey"
| "Ed25519VerificationKey2018"
| "RsaVerificationKey2018"
| "EdDsaSAPublicKeySecp256k1"
Type of key.