referrerpolicy=no-referrer-when-downgrade
xcm_fuzzer::parachain

Trait InherentDataExt

Source
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,
    ) -> CheckInherentsResult;
}

Required Methods§

Source

fn create_extrinsics( &self, ) -> Vec<<<Runtime as Config>::Block as Block>::Extrinsic>

Source

fn check_extrinsics( &self, block: &<Runtime as Config>::Block, ) -> CheckInherentsResult

Implementations on Foreign Types§

Source§

impl InherentDataExt for InherentData

Source§

fn create_extrinsics( &self, ) -> Vec<<<Runtime as Config>::Block as Block>::Extrinsic>

Source§

fn check_extrinsics( &self, block: &<Runtime as Config>::Block, ) -> CheckInherentsResult

Implementors§