pub fn pot_next_slot_input<Block: BlockT>(
parent_block_number: &NumberFor<Block>,
parent_slot: Slot,
parent_pot_parameters: &PotParameters,
genesis_pot_seed: PotSeed,
parent_pot_output: PotOutput,
) -> PotNextSlotInput
Expand description
Derives the next PoT slot input from the parent.