Type Alias pallet_bounties::pallet::BountyDescriptions
source · 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 >
.
Aliased Type§
struct BountyDescriptions<T: Config<I>, I: 'static = ()>(/* private fields */);