pub type Bounties<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageBounties<T, I>, Twox64Concat, BountyIndex, BountyOf<T, I>>;Expand description
Bounties that have been made.
Storage type is [StorageMap] with key type BountyIndex and value type BountyOf < T, I >.
Aliased Type§
struct Bounties<T: Config<I>, I: 'static = ()>(/* private fields */);