KeyHold TypeScript SDK / UnlockResult
Interface: UnlockResult
The private key and public key recovered after a successful unlock.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
privateKey | Uint8Array | Yes | — |
publicKeyHex | string | Yes | — |
Properties
privateKey
privateKey:
Uint8Array
publicKeyHex
publicKeyHex:
string