Type Definition polkadot_node_subsystem_types::messages::FragmentTreeMembership
source · pub type FragmentTreeMembership = Vec<(Hash, Vec<usize>)>;
Expand description
Indicates the relay-parents whose fragment tree a candidate is present in and the depths of that tree the candidate is present in.