pub type Proposals<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageProposals<T, I>, Twox64Concat, ProposalIndex, Proposal<T::AccountId, BalanceOf<T, I>>, OptionQuery>;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.
Proposals that have been made.
Storage type is [StorageMap] with key type ProposalIndex and value type Proposal < T :: AccountId, BalanceOf < T, I > >.
Aliased Type§
struct Proposals<T: Config<I>, I: 'static = ()>(/* private fields */);