interface GenesisShelley {
    activeSlotsCoefficient: string;
    epochLength: number;
    era: "shelley";
    initialDelegates: InitialDelegates;
    initialFunds: InitialFunds;
    initialParameters: Schema.ProtocolParameters;
    initialStakePools: GenesisStakePools;
    maxKesEvolutions: number;
    maxLovelaceSupply: number;
    network: Network;
    networkMagic: number;
    securityParameter: number;
    slotLength: SlotLength;
    slotsPerKesPeriod: number;
    startTime: string;
    updateQuorum: number;
}

Properties

activeSlotsCoefficient: string
epochLength: number
era: "shelley"
initialDelegates: InitialDelegates
initialFunds: InitialFunds
initialParameters: Schema.ProtocolParameters
initialStakePools: GenesisStakePools
maxKesEvolutions: number
maxLovelaceSupply: number
network: Network
networkMagic: number
securityParameter: number
slotLength: SlotLength
slotsPerKesPeriod: number
startTime: string
updateQuorum: number