pub type PublicKey = PublicKey;Expand description
A public key for the consensus protocol.
This type is used to verify signatures on proposals and votes in the consensus protocol. Each validator has an associated public key that is used to authenticate their messages.
Aliased Typeยง
pub struct PublicKey(/* private fields */);