referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_child_bounties::pallet::ChildBounties

source ·
pub type ChildBounties<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageChildBounties<T>, Twox64Concat, BountyIndex, Twox64Concat, BountyIndex, ChildBounty<T::AccountId, BalanceOf<T>, <<T as Config>::BlockNumberProvider as BlockNumberProvider>::BlockNumber>>;
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 > >.

Aliased Type§

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