Function check_inherents_with_data
pub async fn check_inherents_with_data<Block, Client>(
    client: Arc<Client>,
    at_hash: <Block as Block>::Hash,
    block: Block,
    inherent_data_provider: &impl InherentDataProvider,
    inherent_data: InherentData,
) -> Result<(), CheckInherentsError>where
    Block: Block,
    Client: ProvideRuntimeApi<Block>,
    <Client as ProvideRuntimeApi<Block>>::Api: BlockBuilder<Block>,Expand description
Check that the inherents are valid.