PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint's PubKey interface. It represents the 33-byte compressed public key format.
from message ethereum.PubKey
Optional
key is the public key in byte form
from field: bytes key = 1;
Static
Readonly
PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint's PubKey interface. It represents the 33-byte compressed public key format.
Generated
from message ethereum.PubKey