mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
0f4e849e0a
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>
13 lines
365 B
Plaintext
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
|