pub trait Verifiable { // Required method fn verify(&self, identity: &Identity) -> bool; }
Trait for verifying consensus messages