mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 21:07:56 +00:00
79b08d8847
Part of: https://github.com/paritytech/polkadot-sdk/issues/239 Polkadot address: 12GyGD3QhT4i2JJpNzvMf96sxxBLWymz4RdGCxRH5Rj5agKW
12 lines
414 B
Plaintext
12 lines
414 B
Plaintext
title: Try State Hook for Beefy.
|
|
|
|
doc:
|
|
- audience: Runtime User
|
|
description: |
|
|
Invariants for storage items in the beefy pallet. Enforces the following Invariants:
|
|
1. `Authorities` should not exceed the `MaxAuthorities` capacity.
|
|
2. `NextAuthorities` should not exceed the `MaxAuthorities` capacity.
|
|
3. `ValidatorSetId` must be present in `SetIdSession`.
|
|
crates:
|
|
- name: pallet-beefy
|