pub fn seal_block(
block: ParachainBlockData,
client: &Client,
) -> ParachainBlockData
Expand description
Given parachain block data and a slot, seal the block with an aura seal. Assumes that the authorities of the test runtime are present in the keyring.