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