pub type ChildBounties<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageChildBounties<T, I>, Twox64Concat, BountyIndex, Twox64Concat, BountyIndex, ChildBountyOf<T, I>>;Expand description
Child bounties that have been added.
Indexed by (parent_bounty_id, child_bounty_id).
Storage type is [StorageDoubleMap] with key1 type BountyIndex, key2 type BountyIndex and value type ChildBountyOf < T, I >.
Aliased Type§
struct ChildBounties<T: Config<I>, I: 'static = ()>(/* private fields */);