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
    ) -> 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§