pub trait WeightInfo {
    // Required methods
    fn process_block_aggregated_values() -> Weight;
    fn process_intermediate_aggregated_values() -> Weight;
}
Expand description

Weight functions needed for pallet_price_aggregator.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn process_intermediate_aggregated_values() -> Weight

Storage: PriceAggregator::ValuesCircularBuffer (r:1 w:1) Proof: PriceAggregator::ValuesCircularBuffer (max_values: Some(1), max_size: Some(117), added: 612, mode: MaxEncodedLen)

source§

fn process_block_aggregated_values() -> Weight

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>