mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 18:47:56 +00:00
ddb53c87f5
This PR backports `spec_version`, `node_version` bumps and reordering of the prdocs from the 1.10.0 release branch
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
|