pub trait HeightIndexed {
// Required method
fn height(&self) -> u64;
}Expand description
Types which have a notion of “height” within a chain.
pub trait HeightIndexed {
// Required method
fn height(&self) -> u64;
}Types which have a notion of “height” within a chain.