Type Alias pallet_child_bounties::pallet::ChildBountyCount
source · pub type ChildBountyCount<T: Config> = StorageValue<_GeneratedPrefixForStorageChildBountyCount<T>, BountyIndex, ValueQuery>;
Expand description
DEPRECATED: Replaced with ParentTotalChildBounties
storage item keeping dedicated counts
for each parent bounty. Number of total child bounties. Will be removed in May 2025.
Storage type is [StorageValue
] with value type BountyIndex
.
Aliased Type§
struct ChildBountyCount<T: Config>(/* private fields */);