pub type ChildBountyDescriptions<T: Config> = StorageMap<_GeneratedPrefixForStorageChildBountyDescriptions<T>, Twox64Concat, BountyIndex, BoundedVec<u8, T::MaximumReasonLength>>;
Expand description

The description of each child-bounty.

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

Aliased Type§

struct ChildBountyDescriptions<T: Config>(/* private fields */);