Expand description
Public keys used in Tendermint networks
Re-exports§
pub use crate::crypto::ed25519::VerificationKey as Ed25519;
Structs§
- PubKey
Request - PubKeyRequest requests the consensus public key from the remote signer.
- PubKey
Response - PubKeyResponse
Enums§
- Algorithm
- Public key algorithms
- Public
Key - Public keys allowed in Tendermint protocols
- Tendermint
Key - Public key roles used in Tendermint networks
Functions§
- deserialize_
public_ key - Custom deserialization for public keys to handle multiple potential JSON formats from Tendermint.