pub(crate) trait InherentDataExt {
    fn create_extrinsics(
        &self
    ) -> Vec<<MockBlock<ParachainRuntime> as BlockT>::Extrinsic> ; fn check_extrinsics(
        &self,
        block: &MockBlock<ParachainRuntime>
    ) -> CheckInherentsResult; }

Required Methods§

Implementations on Foreign Types§

Implementors§