Files
pezkuwi-subxt/prdoc/pr_3950.prdoc
T
Andrei Sandu 0f4e849e0a Add ClaimQueue wrapper (#3950)
Remove `fetch_next_scheduled_on_core` in favor of new wrapper and
methods for accessing it.

---------

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
2024-04-03 15:01:34 +00:00

13 lines
365 B
Plaintext

title: Add `ClaimQueue` wrapper
doc:
- audience: Node Dev
description: |
Intoduces a new wrapper type: `ClaimQueueSnapshot`. It contains a snapshot of the `ClaimQueue`
at an arbitrary relay chain block. Two methods are exposed to allow access to the claims at
specific depths.
crates:
- name: polkadot-node-subsystem-util
bump: minor