Type Alias: KeyEntry ​
KeyEntry =
object
Defined in: interface.ts:17
Stored key entry with optional secret key and metadata tags.
Properties ​
publicKey ​
publicKey:
KeyBytes
Defined in: interface.ts:21
Compressed secp256k1 public key bytes. Always present.
secretKey? ​
optionalsecretKey?:KeyBytes
Defined in: interface.ts:19
Secret key bytes. Undefined for public-key-only (watch-only) entries.
tags? ​
optionaltags?:Record<string,string>
Defined in: interface.ts:23
Arbitrary metadata tags (e.g. derivation path, account, DID).