JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q31601F
  • License MIT

SecuX Hardware Wallet internal tools for SDK

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)