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