Type Definition pallet_bounties::pallet::Bounties [−][src]
pub type Bounties<T: Config> = StorageMap<_GeneratedPrefixForStorageBounties<T>, Twox64Concat, BountyIndex, Bounty<T::AccountId, BalanceOf<T>, T::BlockNumber>>;
Expand description
Bounties that have been made.