pub type MarketFeederId<T: Config> = StorageValue<_GeneratedPrefixForStorageMarketFeederId<T>, T::FeederId, ResultQuery<Error<T>>, __Frame_Internal_GetMarketFeederIdResult>;
Expand description

Stores the market feeder id used to set with market conversion ratios

Storage type is [StorageValue] with value type T :: FeederId.

Aliased Type§

struct MarketFeederId<T: Config>(/* private fields */);