package
0.4.1
Repository: https://github.com/cosmos/ethermint.git
Documentation: pkg.go.dev

# Functions

GenerateKey generates a new random private key.
RegisterCodec registers all the necessary types with amino for the given codec.

# Constants

KeyType is the string constant for the EthSecp256k1 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.

# Variables

CryptoCodec is the default amino codec used by ethermint.

# Type aliases

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.