#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo<T> {
pub fn report_holding() -> Weight {
Weight::from_parts(446_508_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(3_422_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(9_948_000, 3568)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(11_085_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(3_577_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(2_243_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(2_207_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(2_193_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(3_056_000, 0)
}
pub fn clear_origin() -> Weight {
Weight::from_parts(2_176_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(56_704_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_457_000, 3625)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(2_219_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(25_583_000, 3610)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn unsubscribe_version() -> Weight {
Weight::from_parts(4_122_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(137_194_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(12_635_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(2_315_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(2_231_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(2_455_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(61_964_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn expect_pallet() -> Weight {
Weight::from_parts(5_720_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(56_790_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(2_291_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(2_241_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(2_236_000, 0)
}
pub fn universal_origin() -> Weight {
Weight::from_parts(4_381_000, 1489)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn set_fees_mode() -> Weight {
Weight::from_parts(2_216_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(2_332_000, 0)
}
}