Skip to main content

InherentDataExt

Trait InherentDataExt 

Source
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;
}

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 as Block>::LazyBlock, ) -> 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 as Block>::LazyBlock, ) -> CheckInherentsResult

Implementors§