pub type BountyCount<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageBountyCount<T, I>, u32, ValueQuery>;Expand description
Number of bounty proposals that have been made.
Storage type is [StorageValue] with value type u32.
Aliased Type§
struct BountyCount<T: Config<I>, I: 'static = ()>(/* private fields */);