pub type Inherent = InherentData;

Aliased Type§

struct Inherent {
    pub data: Vec<([u8; 8], Vec<u8>)>,
}

Fields§

§data: Vec<([u8; 8], Vec<u8>)>