ConsensusProof

Type Alias ConsensusProof 

Source
pub type ConsensusProof = BTreeMap<Ed25519PK, Bytes>;
Expand description

A consensus proof is a mapping from signing key to signature.

Aliased Typeยง

pub struct ConsensusProof { /* private fields */ }