pub fn seal_parachain_block_data(
block: ParachainBlockData,
client: &Client,
) -> ParachainBlockDataExpand description
Seals all the blocks in the given ParachainBlockData with an AURA seal.
Assumes that the authorities of the test runtime are present in the keyring.