Module tendermint::public_key

source ·
Expand description

Public keys used in Tendermint networks

Structs

An ed25519 public key.
PubKeyRequest requests the consensus public key from the remote signer.
PubKeyResponse
ECDSA/secp256k1 verification key (i.e. public key)

Enums

Public key algorithms
Public keys allowed in Tendermint protocols
Public key roles used in Tendermint networks

Functions

Custom deserialization for public keys to handle multiple potential JSON formats from Tendermint.