pub trait UnclesInherentData<H: Decode> { fn uncles(&self) -> Result<Vec<H>, Error>; }
Auxiliary trait to extract uncles inherent data.
Get uncles.