referrerpolicy=no-referrer-when-downgrade

Type Alias 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 */);