pub type Signature = Signature;Expand description
A cryptographic signature for consensus messages.
This type is used to sign proposals and votes in the consensus protocol to ensure authenticity and integrity of consensus messages.
Aliased Typeยง
pub struct Signature(/* private fields */);