pub trait CommitSigner { // Required method fn sign( &self, payload_hash: Hash, commit: &Commit, ) -> Result<CommitSignature>; }