pub trait UnclesInherentData<H> {
    fn uncles(&self) -> Result<Vec<H>, Error>;
}
Expand description

Auxiliary trait to extract uncles inherent data.

Required Methods§

Get uncles.

Implementations on Foreign Types§

Implementors§