pub type Output = CheckInherentsResult;

Aliased Type§

struct Output {
    pub okay: bool,
    pub fatal_error: bool,
    pub errors: InherentData,
}

Fields§

§okay: bool§fatal_error: bool§errors: InherentData