#![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(106_039_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(743_000, 0)
}
pub fn pay_fees() -> Weight {
Weight::from_parts(5_983_000, 0)
}
pub fn asset_claimer() -> Weight {
Weight::from_parts(684_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(10_163_000, 3568)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(7_134_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(3_175_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(691_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(703_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(691_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(735_000, 0)
}
pub fn clear_origin() -> Weight {
Weight::from_parts(735_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(69_996_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn claim_asset() -> Weight {
Weight::from_parts(13_586_000, 3625)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(721_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(29_175_000, 3610)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn unsubscribe_version() -> Weight {
Weight::from_parts(2_876_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(24_315_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(6_711_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(700_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(696_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(866_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(76_165_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn expect_pallet() -> Weight {
Weight::from_parts(4_577_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(70_037_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn clear_transact_status() -> Weight {
Weight::from_parts(766_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(688_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(712_000, 0)
}
pub fn universal_origin() -> Weight {
Weight::from_parts(2_715_000, 1489)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn set_fees_mode() -> Weight {
Weight::from_parts(692_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(716_000, 0)
}
pub fn alias_origin() -> Weight {
Weight::from_parts(726_000, 0)
}
pub fn execute_with_origin() -> Weight {
Weight::from_parts(776_000, 0)
}
}