pub(crate) trait InherentDataExt {
// Required methods
fn create_extrinsics(
&self,
) -> Vec<<<Runtime as Config>::Block as Block>::Extrinsic>;
fn check_extrinsics(
&self,
block: &<<Runtime as Config>::Block as Block>::LazyBlock,
) -> CheckInherentsResult;
}