tendermint

Module public_key

Source
Expand description

Public keys used in Tendermint networks

Re-exports§

pub use crate::crypto::ed25519::VerificationKey as Ed25519;

Structs§

PubKeyRequest
PubKeyRequest requests the consensus public key from the remote signer.
PubKeyResponse
PubKeyResponse

Enums§

Algorithm
Public key algorithms
PublicKey
Public keys allowed in Tendermint protocols
TendermintKey
Public key roles used in Tendermint networks

Functions§

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