pub type ChildBountyCount<T: Config> = StorageValue<_GeneratedPrefixForStorageChildBountyCount<T>, BountyIndex, ValueQuery>;
Expand description

Number of total child bounties.

Storage type is StorageValue with value type BountyIndex.