mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 03:47:57 +00:00
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>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user