pub type BountyDescriptions<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageBountyDescriptions<T, I>, Twox64Concat, BountyIndex, BoundedVec<u8, T::MaximumReasonLength>>;
Expand description

The description of each bounty.

Storage type is StorageMap with key type BountyIndex and value type BoundedVec < u8, T :: MaximumReasonLength >.