Trait UnclesInherentData
Other items insp_authorship
pub trait UnclesInherentData<H> { fn uncles(&self) -> Result<Vec<H>, Error>; }
Auxiliary trait to extract uncles inherent data.
fn uncles(&self) -> Result<Vec<H>, Error>
Get uncles.
impl<H: HeaderT> UnclesInherentData<H> for InherentData