@secux/utility
SecuX Hardware Wallet internal tools for SDK
Logger module configuration (default: disabled)
- Add the code to your project starting point:
require("@secux/utility/lib/logger");
-
Install following packages:
-
Configure global environment with your bundler or at project starting point:
API doc
toExtenededPublicKey(path, parentFingerPrint, chainCode, publicKey) ⇒ String
Convert publicKey to extended publicKey
Kind: global function
Returns: String
- extended publicKey
Param | Type | Description |
---|
path | string | BIP32 path |
parentFingerPrint | Buffer | byte(4) |
chainCode | Buffer | byte(32) |
publicKey | Buffer | byte(33) |