Function deriveConfigPrivateKey

  • Derive the configPrivateKey for a wallet.

    This key is derived from the path m/5757'/0'/1, using 1 for change option, following the bip44 recommendation for keys relating to non-public data.

    This key is used to encrypt configuration data related to a wallet, so the user's configuration can be synced across wallets.

    Parameters

    • rootNode: HDKey

      A keychain that was created using the wallet's seed phrase

    Returns Uint8Array

Generated using TypeDoc