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 of the account which owns the Region region_id.
  • region_id: The Region which was assigned to the Pool.
  • max_timeslices: The maximum number of timeslices which should be processed. This may effect the weight of the call but should be ideally made equivalant to the length of the Region region_id. If it is less than this, then further dispatches will be required with the region_id which makes up any remainders of the region to be collected.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::claim_revenue.