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