referrerpolicy=no-referrer-when-downgrade

Function check_inherents

Source
pub async fn check_inherents<Block: BlockT, Client: ProvideRuntimeApi<Block>>(
    client: Arc<Client>,
    at_hash: Block::Hash,
    block: Block,
    inherent_data_providers: &impl InherentDataProvider,
) -> Result<(), CheckInherentsError>
where Client::Api: BlockBuilder<Block>,
Expand description

Create inherent data and check that the inherents are valid.