Trait UnclesInherentData
sp_authorship
pub trait UnclesInherentData<H: Decode> { 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: Decode> UnclesInherentData<H> for InherentData