Type Alias pallet_bounties::pallet::Bounties
source · pub type Bounties<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageBounties<T, I>, Twox64Concat, BountyIndex, Bounty<T::AccountId, BalanceOf<T, I>, <<T as Config<I>>::BlockNumberProvider as BlockNumberProvider>::BlockNumber>>;
Expand description
Bounties that have been made.
Storage type is [StorageMap
] with key type BountyIndex
and value type Bounty < T :: AccountId, BalanceOf < T, I > , BlockNumberFor < T, I > >
.
Aliased Type§
struct Bounties<T: Config<I>, I: 'static = ()>(/* private fields */);