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>, BlockNumberFor<T>>>;
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 > >
.
Aliased Type§
struct Bounties<T: Config<I>, I: 'static = ()>(/* private fields */);