# 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

# Structs

PrivKey defines a type alias for an ecdsa.PrivateKey that implements Tendermint's PrivateKey interface.
PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint's PubKey interface.