Type Alias pallet_child_bounties::pallet::ParentTotalChildBounties
source · pub type ParentTotalChildBounties<T: Config> = StorageMap<_GeneratedPrefixForStorageParentTotalChildBounties<T>, Twox64Concat, BountyIndex, u32, ValueQuery>;
Expand description
Number of total child bounties per parent bounty, including completed bounties.
Storage type is [StorageMap
] with key type BountyIndex
and value type u32
.
Aliased Type§
struct ParentTotalChildBounties<T: Config>(/* private fields */);