Genesis is the roothash genesis state.

interface RootHashGenesis {
    params: RootHashConsensusParameters;
    runtime_states?: Map<Uint8Array, RootHashGenesisRuntimeState>;
}

Properties

Parameters are the roothash consensus parameters.

runtime_states?: Map<Uint8Array, RootHashGenesisRuntimeState>

RuntimeStates are the runtime states at genesis.