KeyHold TypeScript SDK / Document
Interface: Document
The complete JSON document represented by the SDK.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
format | "keymaster" | Yes | — |
version | 2 | Yes | — |
label | string | Yes | — |
publicKeyHex | string | Yes | — |
keyDerivation | KeyDerivation | Yes | — |
cipher | Cipher | Yes | — |
Properties
format
format:
"keymaster"
version
version:
2
label
label:
string
publicKeyHex
publicKeyHex:
string
keyDerivation
keyDerivation:
KeyDerivation
cipher
cipher:
Cipher