pub trait SigValidator { // Required method fn validate_sig(&self, identity: &Identity, sig: SigBlob) -> bool; }