Type Definition pallet_bounties::pallet::BountyCount
source · pub type BountyCount<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageBountyCount<T, I>, BountyIndex, ValueQuery>;
Expand description
Number of bounty proposals that have been made.
Storage type is StorageValue
with value type BountyIndex
.