Trait sp_authorship::UnclesInherentData
source · pub trait UnclesInherentData<H> {
// Required method
fn uncles(&self) -> Result<Vec<H>, Error>;
}
Expand description
Auxiliary trait to extract uncles inherent data.
pub trait UnclesInherentData<H> {
// Required method
fn uncles(&self) -> Result<Vec<H>, Error>;
}
Auxiliary trait to extract uncles inherent data.