generatePrivateKey function
Generates a random new secret key which is a 32-byte hexadecimal string.
Implementation
String generatePrivateKey() => getRandomHexString();
Generates a random new secret key which is a 32-byte hexadecimal string.
String generatePrivateKey() => getRandomHexString();