UnclesInherentData

Trait UnclesInherentData 

Source
pub trait UnclesInherentData<H: Decode> {
    // Required method
    fn uncles(&self) -> Result<Vec<H>, Error>;
}
Expand description

Auxiliary trait to extract uncles inherent data.

Required Methods§

Source

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

Get uncles.

Implementations on Foreign Types§

Source§

impl<H: Decode> UnclesInherentData<H> for InherentData

Source§

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

Implementors§