Function pallet_broker::pallet::dispatchables::pool
source · pub fn pool<T: Config>(
region_id: RegionId,
payee: T::AccountId,
finality: Finality,
)
Expand description
Place a Bulk Coretime Region into the Instantaneous Coretime Pool.
origin
: Must be a Signed origin of the account which owns the Regionregion_id
.region_id
: The Region which should be assigned to the Pool.payee
: The account which is able to collect any revenue due for the usage of this Coretime.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::pool
.