Package Exports
- @secux/utility
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@secux/utility) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@secux/utility
SecuX Hardware Wallet internal tools for SDK
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) |