Function check_inherents
pub async fn check_inherents<Block, Client>(
    client: Arc<Client>,
    at_hash: <Block as Block>::Hash,
    block: Block,
    inherent_data_providers: &impl InherentDataProvider,
) -> Result<(), CheckInherentsError>where
    Block: Block,
    Client: ProvideRuntimeApi<Block>,
    <Client as ProvideRuntimeApi<Block>>::Api: BlockBuilder<Block>,Expand description
Create inherent data and check that the inherents are valid.