isValidPrivateKey abstract method

bool isValidPrivateKey(
  1. String privateKeyHex
)

Returns whether the given private key is valid.

The privateKeyHex parameter should be a hexadecimal String representing a private key.

Returns true if the private key is valid, and false otherwise.

Implementation

bool isValidPrivateKey(String privateKeyHex);