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