#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
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 fn report_holding() -> Weight {
Weight::from_parts(26_337_000, 3539)
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(765_000, 0)
}
pub fn pay_fees() -> Weight {
Weight::from_parts(3_750_000, 3593)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn asset_claimer() -> Weight {
Weight::from_parts(757_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(6_744_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(7_423_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(1_463_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(753_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(708_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(697_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(725_000, 0)
}
pub fn execute_with_origin() -> Weight {
Weight::from_parts(839_000, 0)
}
pub fn clear_origin() -> Weight {
Weight::from_parts(709_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(23_820_000, 3539)
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn claim_asset() -> Weight {
Weight::from_parts(9_457_000, 3489)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(692_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(22_355_000, 3507)
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
}
pub fn unsubscribe_version() -> Weight {
Weight::from_parts(2_862_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(1_160_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(797_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(715_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(685_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(919_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(28_014_000, 3539)
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn expect_pallet() -> Weight {
Weight::from_parts(3_697_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(22_777_000, 3539)
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn clear_transact_status() -> Weight {
Weight::from_parts(761_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(735_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(672_000, 0)
}
pub fn set_fees_mode() -> Weight {
Weight::from_parts(704_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(745_000, 0)
}
}