Function pallet_broker::pallet::dispatchables::partition
source · pub fn partition<T: Config>(region_id: RegionId, pivot: Timeslice)
Expand description
Split a Bulk Coretime Region into two non-overlapping Regions at a particular time into the region.
origin
: Must be a Signed origin of the account which owns the Regionregion_id
.region_id
: The Region which should be partitioned into two non-overlapping Regions.pivot
: The offset in time into the Region at which to make the split.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::partition
.