KeyHold TypeScript SDK / EncryptedStateInput
Interface: EncryptedStateInput
Already-encrypted state that can be serialized without decryption.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
label | string | Yes | — |
publicKeyHex | string | Yes | — |
keyDerivation | KeyDerivationParameters & object | Yes | — |
cipher | CipherParameters & object | Yes | — |
Properties
label
label:
string
publicKeyHex
publicKeyHex:
string
keyDerivation
keyDerivation:
KeyDerivationParameters&object
Type Declaration
salt
salt:
Uint8Array
cipher
cipher:
CipherParameters&object
Type Declaration
iv
iv:
Uint8Array
ciphertextAndTag
ciphertextAndTag:
Uint8Array