Trait pallet_price_aggregator::weights::WeightInfo
source · 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§
fn process_block_aggregated_values() -> Weight
fn process_intermediate_aggregated_values() -> Weight
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn process_intermediate_aggregated_values() -> Weight
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
)