Type Definition 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::BlockNumber>>;
Expand description
Bounties that have been made.