• Export the private key as Uint8Array starting from mnemonic

    Parameters

    • param0: {
          bip39Password?: string;
          hdPath?: HdPath;
          mnemonic: string;
      }

      {mnemonic, bip39Password, hdPath}, where mnemonic is the secret, bip39Password optionals, hdPath optional, default = 'm/44'/118'/0'/0/a'

      • Optional bip39Password?: string
      • Optional hdPath?: HdPath
      • mnemonic: string

    Returns Promise<Uint8Array>

    the private key as Uint8Array

Generated using TypeDoc