Type Definition pallet_rfp::pallet::RFPToBids

source · []
pub type RFPToBids<T: Config> = StorageMap<_GeneratedPrefixForStorageRFPToBids<T>, Blake2_128Concat, T::RFPId, BoundedVec<T::BidId, ConstU32<{ VEC_LIMIT }>>, OptionQuery>;