pub type ChildBounties<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageChildBounties<T>, Twox64Concat, BountyIndex, Twox64Concat, BountyIndex, ChildBounty<T::AccountId, BalanceOf<T>, T::BlockNumber>>;
Expand description

Child bounties that have been added.