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.

Aliased Type§

struct ChildBountyCount<T: Config>(/* private fields */);