mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
staking: Expose MaxUnlockingChunks in metadata as a const (#10958)
This commit is contained in:
@@ -158,6 +158,7 @@ pub mod pallet {
|
||||
|
||||
/// The maximum number of `unlocking` chunks a [`StakingLedger`] can have. Effectively
|
||||
/// determines how many unique eras a staker may be unbonding in.
|
||||
#[pallet::constant]
|
||||
type MaxUnlockingChunks: Get<u32>;
|
||||
|
||||
/// Some parameters of the benchmarking.
|
||||
|
||||
Reference in New Issue
Block a user