Trait tp_authorship::UnclesInherentData[][src]

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

Auxiliary trait to extract uncles inherent data.

Required methods

fn uncles(&self) -> Result<Vec<H>, Error>[src]

Get uncles.

Loading content...

Implementations on Foreign Types

impl<H: Decode> UnclesInherentData<H> for InherentData[src]

Loading content...

Implementors

Loading content...