#![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(101_720_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(706_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(9_878_000, 3568)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(7_111_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(2_799_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(683_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(719_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(653_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(714_000, 0)
}
pub fn clear_origin() -> Weight {
Weight::from_parts(710_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(68_899_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_191_000, 3625)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(677_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(28_752_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_803_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(23_217_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(6_347_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(676_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(678_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(829_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(73_329_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_179_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(68_812_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(745_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(682_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(696_000, 0)
}
pub fn universal_origin() -> Weight {
Weight::from_parts(2_604_000, 1489)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn set_fees_mode() -> Weight {
Weight::from_parts(673_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(701_000, 0)
}
}