Type Alias pallet_bounties::pallet::BountyApprovals
source · pub type BountyApprovals<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageBountyApprovals<T, I>, BoundedVec<BountyIndex, T::MaxApprovals>, ValueQuery>;
Expand description
Bounty indices that have been approved but not yet funded.
Storage type is [StorageValue
] with value type BoundedVec < BountyIndex, T :: MaxApprovals >
.
Aliased Type§
struct BountyApprovals<T: Config<I>, I: 'static = ()>(/* private fields */);