Function generateSecretKey

  • Parameters

    • seed: Uint8Array

      bip39.mnemonicToSeed

    • derivationPath: string

      Tezos Requirement 44'/1729' for HD key address default 44'/1729'/0'/0'

    • curve: Curves

      'ed25519' | 'secp256k1' | 'p256''

    Returns string

    final Derivation of HD keys tezos Secret key

    Throws

    InvalidCurveError | ToBeImplemented

Generated using TypeDoc