CryptoHDkey
Last updated
Was this helpful?
Last updated
Was this helpful?
The CryptoHDKey
class represents hierarchical deterministic key information
This is an instruction provided by the OneKey hardware, which includes the extened public key information.
isMaster
: boolean
Whether it is a master key.
isPrivateKey
: boolean
Whether it is a private key.
key
: Buffer
The key data.
chainCode
: Buffer
The chain code.
useInfo
: Usage information.
origin
: The origin path.
children
: The children path.
parentFingerprint
:Buffer
The parent fingerprint.
name
: string
The name. optional
note
:Note(string)
The note. optional
'account.standard' : BIP44 Standard account
"account.ledger_live" : Ledger Live account
"account.ledger_legacy" : Ledger Legacy account