Trait sp_authorship::UnclesInherentData[][src]

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