All chains
    Preparing search index...

    Type Alias check_inherents

    check_inherents: RuntimeDescriptor<
        [
            block: {
                extrinsics: Uint8Array[];
                header: {
                    digest: DigestItem[];
                    extrinsics_root: SizedHex<32>;
                    number: number;
                    parent_hash: SizedHex<32>;
                    state_root: SizedHex<32>;
                };
            },
            data: [SizedHex<8>, Uint8Array][],
        ],
        {
            errors: [SizedHex<8>, Uint8Array][];
            fatal_error: boolean;
            okay: boolean;
        },
    >

    Check that the inherents are valid. The inherent data will vary from chain to chain.