# Functions
GenerateKey generates a new random private key.
# Constants
KeyType is the string constant for the Secp256k1 algorithm.
PrivKeyName defines the amino encoding name for the EthSecp256k1 private key.
PrivKeySize defines the size of the PrivKey bytes.
PubKeyName defines the amino encoding name for the EthSecp256k1 public key.
PubKeySize defines the size of the PubKey bytes.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author