#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::Weight};
use core::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo<T> {
pub(crate) fn report_holding() -> Weight {
Weight::from_parts(78_677_000, 3811)
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
}
pub(crate) fn buy_execution() -> Weight {
Weight::from_parts(778_000, 0)
}
pub(crate) fn pay_fees() -> Weight {
Weight::from_parts(3_532_000, 0)
}
pub(crate) fn asset_claimer() -> Weight {
Weight::from_parts(813_000, 0)
}
pub(crate) fn query_response() -> Weight {
Weight::from_parts(6_386_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub(crate) fn transact() -> Weight {
Weight::from_parts(8_175_000, 0)
}
pub(crate) fn refund_surplus() -> Weight {
Weight::from_parts(1_408_000, 0)
}
pub(crate) fn set_error_handler() -> Weight {
Weight::from_parts(787_000, 0)
}
pub(crate) fn set_appendix() -> Weight {
Weight::from_parts(780_000, 0)
}
pub(crate) fn clear_error() -> Weight {
Weight::from_parts(754_000, 0)
}
pub(crate) fn descend_origin() -> Weight {
Weight::from_parts(837_000, 0)
}
pub(crate) fn execute_with_origin() -> Weight {
Weight::from_parts(865_000, 0)
}
pub(crate) fn clear_origin() -> Weight {
Weight::from_parts(777_000, 0)
}
pub(crate) fn report_error() -> Weight {
Weight::from_parts(76_021_000, 3811)
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
}
pub(crate) fn claim_asset() -> Weight {
Weight::from_parts(10_165_000, 3488)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub(crate) fn trap() -> Weight {
Weight::from_parts(758_000, 0)
}
pub(crate) fn subscribe_version() -> Weight {
Weight::from_parts(39_825_000, 3710)
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
}
pub(crate) fn unsubscribe_version() -> Weight {
Weight::from_parts(3_456_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub(crate) fn burn_asset() -> Weight {
Weight::from_parts(1_201_000, 0)
}
pub(crate) fn expect_asset() -> Weight {
Weight::from_parts(909_000, 0)
}
pub(crate) fn expect_origin() -> Weight {
Weight::from_parts(765_000, 0)
}
pub(crate) fn expect_error() -> Weight {
Weight::from_parts(744_000, 0)
}
pub(crate) fn expect_transact_status() -> Weight {
Weight::from_parts(976_000, 0)
}
pub(crate) fn query_pallet() -> Weight {
Weight::from_parts(87_984_000, 3811)
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
}
pub(crate) fn expect_pallet() -> Weight {
Weight::from_parts(9_545_000, 0)
}
pub(crate) fn report_transact_status() -> Weight {
Weight::from_parts(76_130_000, 3811)
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
}
pub(crate) fn clear_transact_status() -> Weight {
Weight::from_parts(821_000, 0)
}
pub(crate) fn set_topic() -> Weight {
Weight::from_parts(747_000, 0)
}
pub(crate) fn clear_topic() -> Weight {
Weight::from_parts(743_000, 0)
}
pub(crate) fn set_fees_mode() -> Weight {
Weight::from_parts(764_000, 0)
}
pub(crate) fn unpaid_execution() -> Weight {
Weight::from_parts(807_000, 0)
}
}