sum
sum: {
case: "ed25519";
value: Uint8Array;
} | {
case: "secp256k1";
value: Uint8Array;
} | {
case: undefined;
value?: undefined;
} = ...
Type declaration
case: "ed25519"
value: Uint8Array
Type declaration
case: "secp256k1"
value: Uint8Array
Static
Readonly
fields
fields: FieldList = ...
Static
Readonly
runtime
runtime: ProtoRuntime = proto3
Static
Readonly
typeName
typeName: "tendermint.crypto.PublicKey" = "tendermint.crypto.PublicKey"
PublicKey defines the keys available for use with Validators
Generated
from message tendermint.crypto.PublicKey