Genesis is the genesis state.

interface BeaconGenesis {
    base: longnum;
    params: BeaconConsensusParameters;
}

Properties

Properties

base: longnum

Base is the starting epoch.

Parameters are the beacon consensus parameters.