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

from message ethereum.PrivKey

Hierarchy

Constructors

Properties

key: Uint8Array = ...

key is the private key in byte form

from field: bytes key = 1;

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

Methods