Function deriveAddressesFromPrivateKey

Derives and returns the address from a given private key.

  • Parameters

    • privateKeyHex: string

      A hex (0x) string of the private key of an account.

    Returns string

    The corresponding address for the given private key.