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.

Aliased Type§

struct BountyCount<T: Config<I>, I: 'static = ()>(/* private fields */);