fuel_core_chain_config

Trait GenesisCommitment

source
pub trait GenesisCommitment {
    // Required method
    fn root(&self) -> Result<MerkleRoot>;
}

Required Methods§

source

fn root(&self) -> Result<MerkleRoot>

Calculates the merkle root of the state of the entity.

Implementations on Foreign Types§

source§

impl GenesisCommitment for Message

source§

impl GenesisCommitment for Genesis

source§

impl GenesisCommitment for Coin

Implementors§