pub type TotalChildBountiesPerParent<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageTotalChildBountiesPerParent<T, I>, Twox64Concat, BountyIndex, u32, ValueQuery>;Expand description
Number of total child bounties per parent bounty, including completed bounties.
Indexed by parent_bounty_id.
Storage type is [StorageMap] with key type BountyIndex and value type u32.
Aliased Type§
struct TotalChildBountiesPerParent<T: Config<I>, I: 'static = ()>(/* private fields */);