pub type Dag = HashMap<Round, HashMap<PublicKey, (CertificateDigest, Certificate)>>;
Expand description

The representation of the DAG in memory.