Function pallet_broker::pallet::dispatchables::transfer
source · pub fn transfer<T: Config>(region_id: RegionId, new_owner: T::AccountId)
Expand description
Transfer a Bulk Coretime Region to a new owner.
origin
: Must be a Signed origin of the account which owns the Regionregion_id
.region_id
: The Region whose ownership should change.new_owner
: The new owner for the Region.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::transfer
.