Trait frame_support::traits::IsInherent  
source · pub trait IsInherent<Extrinsic> {
    // Required method
    fn is_inherent(ext: &Extrinsic) -> bool;
}Expand description
A trait to check if an extrinsic is an inherent.
Required Methods§
sourcefn is_inherent(ext: &Extrinsic) -> bool
 
fn is_inherent(ext: &Extrinsic) -> bool
Whether this extrinsic is an inherent.
Object Safety§
This trait is not object safe.