pub trait GenesisCommitment {
    fn root(&mut self) -> Result<MerkleRoot>;
}

Required Methods§

Calculates the merkle root of the state of the entity.

Implementations on Foreign Types§

Implementors§