Type Definition merkle_log::Proof[][src]

type Proof = HashMap<TreeID, Node>;

Type alias for a HashMap containing leaf and tree nodes.