Type Definition pallet_bounties::pallet::BountyDescriptions [−][src]
pub type BountyDescriptions<T: Config> = StorageMap<_GeneratedPrefixForStorageBountyDescriptions<T>, Twox64Concat, BountyIndex, Vec<u8>>;
Expand description
The description of each bounty.