Trait xcm_fuzzer::parachain::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;
}