Type Definition narwhal_consensus::consensus::Dag
source · [−]pub type Dag = HashMap<Round, HashMap<PublicKey, (CertificateDigest, Certificate)>>;
Expand description
The representation of the DAG in memory.
pub type Dag = HashMap<Round, HashMap<PublicKey, (CertificateDigest, Certificate)>>;
The representation of the DAG in memory.