Type Alias polkadot_node_subsystem_types::messages::Ancestors

source ·
pub type Ancestors = HashSet<CandidateHash>;
Expand description

A collection of ancestor candidates of a parachain.

Aliased Type§

struct Ancestors { /* private fields */ }