Type Definition pallet_bounties::pallet::BountyCount [−][src]
pub type BountyCount<T: Config> = StorageValue<_GeneratedPrefixForStorageBountyCount<T>, BountyIndex, ValueQuery>;
Expand description
Number of bounty proposals that have been made.