pub type ConsensusProof = BTreeMap<Ed25519PK, Bytes>;
A consensus proof is a mapping from signing key to signature.
pub struct ConsensusProof { /* private fields */ }