#![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(84_639_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(4_578_000, 3593)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn pay_fees() -> Weight {
Weight::from_parts(4_542_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_228_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(6_517_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(8_732_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(1_711_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(1_214_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(1_223_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(1_165_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(1_194_000, 0)
}
pub fn execute_with_origin() -> Weight {
Weight::from_parts(18_446_744_073_709_551_000, 0)
}
pub fn clear_origin() -> Weight {
Weight::from_parts(1_163_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(80_573_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn claim_asset() -> Weight {
Weight::from_parts(10_243_000, 3489)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(4_138_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(32_924_000, 3568)
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn unsubscribe_version() -> Weight {
Weight::from_parts(3_856_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(1_670_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(1_312_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(4_092_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(4_149_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(1_344_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(85_475_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn expect_pallet() -> Weight {
Weight::from_parts(5_435_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(82_087_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn clear_transact_status() -> Weight {
Weight::from_parts(1_207_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(1_185_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(1_181_000, 0)
}
pub fn export_message(x: u32, ) -> Weight {
Weight::from_parts(66_162_307, 6523)
.saturating_add(Weight::from_parts(76_211, 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(1_181_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(1_205_000, 0)
}
}