pub type ParentChildBounties<T: Config> = StorageMap<_GeneratedPrefixForStorageParentChildBounties<T>, Twox64Concat, BountyIndex, u32, ValueQuery>;
Expand description

Number of child bounties per parent bounty. Map of parent bounty index to number of child bounties.

Storage type is [StorageMap] with key type BountyIndex and value type u32.

Aliased Type§

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