Function pallet_broker::pallet::dispatchables::claim_revenue
source · pub fn claim_revenue<T: Config>(region_id: RegionId, max_timeslices: Timeslice)
Expand description
Claim the revenue owed from inclusion in the Instantaneous Coretime Pool.
origin
: Must be a Signed origin.region_id
: The Region which was assigned to the Pool.max_timeslices
: The maximum number of timeslices which should be processed. This must be greater than 0. This may affect the weight of the call but should be ideally made equivalent to the length of the Regionregion_id
. If less, further dispatches will be required with the sameregion_id
to claim revenue for the remainder.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::claim_revenue
.