package ethermint.crypto.v1.ethsecp256k1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message PrivKey

keys.proto:20

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

message PubKey

keys.proto:11

PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint's PubKey interface. It represents the 33-byte compressed public key format.