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

Hierarchy

Constructors

Properties

key: Uint8Array = ...

key is the public key in byte form

from field: bytes key = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "ethereum.PubKey" = "ethereum.PubKey"

Methods