//! Create and compare commits in an underlying merkle tree.
use ;
use ;
/// Type for an Sha256 commit tree hash.
pub type TreeHash = Hash;
/// Commit hash of zeroes.
pub const ZERO: TreeHash = ;
pub use ;
pub use CommitTree;
/// Commit state combines the last commit hash with
/// a commit proof.
;