Type Alias shibuya_runtime::PriceAggregatorConfig
source · pub type PriceAggregatorConfig = GenesisConfig<Runtime>;
Aliased Type§
struct PriceAggregatorConfig {
pub circular_buffer: BoundedVec<FixedU128, ConstU32<7>>,
}
Fields§
§circular_buffer: BoundedVec<FixedU128, ConstU32<7>>