#![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(71_498_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(986_000, 0)
}
pub fn pay_fees() -> Weight {
Weight::from_parts(4_132_000, 3593)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn asset_claimer() -> Weight {
Weight::from_parts(1_025_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(6_250_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(8_413_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(1_719_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(1_002_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(1_012_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(979_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(1_014_000, 0)
}
pub fn execute_with_origin() -> Weight {
Weight::from_parts(1_071_000, 0)
}
pub fn clear_origin() -> Weight {
Weight::from_parts(966_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(67_682_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn claim_asset() -> Weight {
Weight::from_parts(9_854_000, 3489)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(973_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(23_161_000, 3471)
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(2))
}
pub fn unsubscribe_version() -> Weight {
Weight::from_parts(3_145_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(1_413_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(1_100_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(1_011_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(994_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(1_144_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(73_917_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn expect_pallet() -> Weight {
Weight::from_parts(5_048_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(69_101_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn clear_transact_status() -> Weight {
Weight::from_parts(1_012_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(954_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(995_000, 0)
}
pub fn export_message(x: u32, ) -> Weight {
Weight::from_parts(56_626_935, 6523)
.saturating_add(Weight::from_parts(54_409, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(2))
}
pub fn set_fees_mode() -> Weight {
Weight::from_parts(965_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(1_027_000, 0)
}
}