pub type RequestsIds<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageRequestsIds<T>, Twox64Concat, RequestId, (), OptionQuery>;
Expand description

Storage type is [CountedStorageMap] with key type RequestId and value type ().

Aliased Type§

struct RequestsIds<T: Config>(PhantomData<(_GeneratedPrefixForStorageRequestsIds<T>, Twox64Concat, u64, (), OptionQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageRequestsIds<T>, Twox64Concat, u64, (), OptionQuery, GetDefault, GetDefault)>