Type Alias pallet_treasury::pallet::ProposalCount
source · pub type ProposalCount<T, I = ()> = StorageValue<_GeneratedPrefixForStorageProposalCount<T, I>, ProposalIndex, ValueQuery>;
Expand description
DEPRECATED: associated with spend_local
call and will be removed in May 2025.
Refer to https://github.com/paritytech/polkadot-sdk/pull/5961 for migration to spend
.
Number of proposals that have been made.
Storage type is [StorageValue
] with value type ProposalIndex
.
Aliased Type§
struct ProposalCount<T, I = ()>(/* private fields */);