referrerpolicy=no-referrer-when-downgrade

BountyCount

Type Alias BountyCount 

Source
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§

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