Genesis contains various consensus config flags that should be part of the genesis state.

interface ConsensusGenesis {
    backend: string;
    params: ConsensusParameters;
}

Properties

Properties

backend: string