Integration with xcRegions
⚠️ Deprecated ⚠️
Accessing region metadata
fn get_metadata(&self, region_id: RawRegionId) -> Result<VersionedRegion, XcRegionsError>;pub struct RegionId {
/// The timeslice at which the region starts.
pub begin: Timeslice,
/// The index of the relay chain Core on which this Region will be scheduled.
pub core: CoreIndex,
/// The regularity parts in which this Region will be scheduled.
pub mask: CoreMask,
}Last updated