Type Definition pallet_child_bounties::pallet::ChildBountyDescriptions
source · pub type ChildBountyDescriptions<T: Config> = StorageMap<_GeneratedPrefixForStorageChildBountyDescriptions<T>, Twox64Concat, BountyIndex, BoundedVec<u8, T::MaximumReasonLength>>;
Expand description
The description of each child-bounty.
Storage type is StorageMap
with key type BountyIndex
and value type BoundedVec < u8, T :: MaximumReasonLength >
.