Interface Secp256k1Pubkey

A pubkey which contains the data directly without further nesting.

You can think of this as a non-multisig pubkey.

Hierarchy

Properties

Properties

type: "tendermint/PubKeySecp256k1"
value: string

The base64 encoding of the Amino binary encoded pubkey.

Note: if type is Secp256k1, this must contain a 33 bytes compressed pubkey.

Generated using TypeDoc