Type Definition pallet_child_bounties::pallet::ChildBounties
source · pub type ChildBounties<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageChildBounties<T>, Twox64Concat, BountyIndex, Twox64Concat, BountyIndex, ChildBounty<T::AccountId, BalanceOf<T>, BlockNumberFor<T>>>;
Expand description
Child bounties that have been added.
Storage type is StorageDoubleMap
with key1 type BountyIndex, key2 type BountyIndex and value type ChildBounty < T :: AccountId, BalanceOf < T >, BlockNumberFor < T > >.