PubKey defines a secp256r1 ECDSA public key.

from message cosmos.crypto.secp256r1.PubKey

Hierarchy

Constructors

Properties

key: Uint8Array = ...

Point on secp256r1 curve in a compressed representation as specified in section 4.3.6 of ANSI X9.62: https://webstore.ansi.org/standards/ascx9/ansix9621998

from field: bytes key = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.crypto.secp256r1.PubKey" = "cosmos.crypto.secp256r1.PubKey"

Methods