merkle_log

Type Alias Proof

Source
pub type Proof<N> = BTreeMap<TreeID, N>;
Expand description

Type alias for a BTreeMap containing leaf and tree nodes.

Aliased Typeยง

struct Proof<N> { /* private fields */ }