@@ -194,16 +194,16 @@ _Note: Not all storage to query listed here will be implented in the scope of th
194
194
| --------------| -------------|
195
195
| Configuration | The current configuration of this pallet. |
196
196
| Reservations | The Polkadot Core reservations (generally tasked with the maintenance of System Chains). |
197
- | Leases< T > | The Polkadot Core legacy leases. |
198
- | Status< T > | The current status of miscellaneous subsystems of this pallet. |
199
- | SaleInfo< T > | The details of the current sale, including its properties and status. |
200
- | AllowedRenewals< T > | Records of allowed renewals. |
201
- | Regions< T > | The current (unassigned) Regions. |
202
- | Workplan< T > | The work we plan on having each core do at a particular time in the future. |
203
- | Workload< T > | The current workload of each core. This gets updated with workplan as timeslices pass. |
204
- | InstaPoolContribution< T > | Record of a single contribution to the Instantaneous Coretime Pool. |
205
- | InstaPoolIo< T > | Record of Coretime entering or leaving the Instantaneous Coretime Pool. |
206
- | InstaPoolHistory< T > | InstaPool rewards for each Timeslice and the number of core parts which contributed. |
197
+ | Leases | The Polkadot Core legacy leases. |
198
+ | Status | The current status of miscellaneous subsystems of this pallet. |
199
+ | SaleInfo | The details of the current sale, including its properties and status. |
200
+ | AllowedRenewals | Records of allowed renewals. |
201
+ | Regions | The current (unassigned) Regions. |
202
+ | Workplan | The work we plan on having each core do at a particular time in the future. |
203
+ | Workload | The current workload of each core. This gets updated with workplan as timeslices pass. |
204
+ | InstaPoolContribution | Record of a single contribution to the Instantaneous Coretime Pool. |
205
+ | InstaPoolIo | Record of Coretime entering or leaving the Instantaneous Coretime Pool. |
206
+ | InstaPoolHistory | InstaPool rewards for each Timeslice and the number of core parts which contributed. |
207
207
208
208
209
209
### Expansion of 3.b - Basic Interaction Creation
0 commit comments