pub trait HasCmr { // Required method fn cmr(&self) -> Cmr; }
Trait for types that have a Commitment Merkle Root.
Access the Commitment Merkle Root.