pub trait ForkGraph {
// Required method
fn relationship(&self, a: u64, b: u64) -> BlockRelation;
}Expand description
Maps relationship between two slots.
Required Methods§
Sourcefn relationship(&self, a: u64, b: u64) -> BlockRelation
fn relationship(&self, a: u64, b: u64) -> BlockRelation
Returns the BlockRelation of A to B