CryptoHDkey
The CryptoHDKey
class represents hierarchical deterministic key information
This is an instruction provided by the OneKey hardware, which includes the extened public key information.
Parameters
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
:CryptoCoinInfo
Usage information.origin
:CryptoKeypath
The origin path.children
:CryptoKeypath
The children path.parentFingerprint
:Buffer
The parent fingerprint.name
:string
The name. optionalnote
:Note(string)
The note. optional'account.standard' : BIP44 Standard account
"account.ledger_live" : Ledger Live account
"account.ledger_legacy" : Ledger Legacy account
URL Example
Example
Last updated