referrerpolicy=no-referrer-when-downgrade
pub type ChildBountyDescriptionsV1<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageChildBountyDescriptionsV1<T>, Twox64Concat, BountyIndex, Twox64Concat, BountyIndex, BoundedVec<u8, T::MaximumReasonLength>>;
Expand description

The description of each child-bounty. Indexed by (parent_id, child_id).

This item replaces the ChildBountyDescriptions storage item from the V0 storage version.

Storage type is [StorageDoubleMap] with key1 type BountyIndex, key2 type BountyIndex and value type BoundedVec < u8, T :: MaximumReasonLength >.

Aliased Type§

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