Original key expression string.
OptionalpubkeyConcrete public key when derivable.
This is usually set unless the key expression is ranged (*).
For taproot keys this is x-only (32 bytes).
Optionalecpairbitcoinjs-compatible single-key signer (when derivable from the expression).
Optionalbip32bitcoinjs-compatible HD node (when derivable from the expression).
OptionalprivkeyRaw private key bytes, when available.
OptionalxParsed extended public key, when present in the expression.
OptionalxParsed extended private key, when present in the expression.
OptionalmasterBIP32 master fingerprint, when available.
OptionaloriginPath from masterFingerprint to the xpub/xprv root.
OptionalkeyPath from the xpub/xprv root.
OptionalpathFull path from the master.
Format: m/val/val/..., where val is an integer and hardened elements
use '.
Parsed key-expression metadata.
See KeyExpressionParser.