pub trait GenesisCommitment { fn root(&mut self) -> Result<MerkleRoot>; }
Calculates the merkle root of the state of the entity.