#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
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(crate) fn report_holding() -> Weight {
Weight::from_parts(94_044_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(5))
}
pub(crate) fn buy_execution() -> Weight {
Weight::from_parts(5_777_000, 0)
}
pub(crate) fn pay_fees() -> Weight {
Weight::from_parts(5_708_000, 0)
}
pub(crate) fn asset_claimer() -> Weight {
Weight::from_parts(925_000, 0)
}
pub(crate) fn query_response() -> Weight {
Weight::from_parts(6_202_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub(crate) fn transact() -> Weight {
Weight::from_parts(8_149_000, 0)
}
pub(crate) fn refund_surplus() -> Weight {
Weight::from_parts(1_497_000, 0)
}
pub(crate) fn set_error_handler() -> Weight {
Weight::from_parts(902_000, 0)
}
pub(crate) fn set_appendix() -> Weight {
Weight::from_parts(897_000, 0)
}
pub(crate) fn clear_error() -> Weight {
Weight::from_parts(871_000, 0)
}
pub(crate) fn descend_origin() -> Weight {
Weight::from_parts(946_000, 0)
}
pub(crate) fn execute_with_origin() -> Weight {
Weight::from_parts(18_446_744_073_709_551_000, 0)
}
pub(crate) fn clear_origin() -> Weight {
Weight::from_parts(898_000, 0)
}
pub(crate) fn report_error() -> Weight {
Weight::from_parts(91_995_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(5))
}
pub(crate) fn claim_asset() -> Weight {
Weight::from_parts(16_688_000, 3488)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub(crate) fn trap() -> Weight {
Weight::from_parts(3_874_000, 0)
}
pub(crate) fn subscribe_version() -> Weight {
Weight::from_parts(52_812_000, 3639)
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(4))
}
pub(crate) fn unsubscribe_version() -> Weight {
Weight::from_parts(3_846_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub(crate) fn burn_asset() -> Weight {
Weight::from_parts(1_793_000, 0)
}
pub(crate) fn expect_asset() -> Weight {
Weight::from_parts(1_051_000, 0)
}
pub(crate) fn expect_origin() -> Weight {
Weight::from_parts(3_843_000, 0)
}
pub(crate) fn expect_error() -> Weight {
Weight::from_parts(3_860_000, 0)
}
pub(crate) fn expect_transact_status() -> Weight {
Weight::from_parts(1_051_000, 0)
}
pub(crate) fn query_pallet() -> Weight {
Weight::from_parts(102_638_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(5))
}
pub(crate) fn expect_pallet() -> Weight {
Weight::from_parts(9_762_000, 0)
}
pub(crate) fn report_transact_status() -> Weight {
Weight::from_parts(92_420_000, 6196)
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(5))
}
pub(crate) fn clear_transact_status() -> Weight {
Weight::from_parts(949_000, 0)
}
pub(crate) fn set_topic() -> Weight {
Weight::from_parts(880_000, 0)
}
pub(crate) fn clear_topic() -> Weight {
Weight::from_parts(872_000, 0)
}
pub(crate) fn set_fees_mode() -> Weight {
Weight::from_parts(870_000, 0)
}
pub(crate) fn unpaid_execution() -> Weight {
Weight::from_parts(857_000, 0)
}
pub(crate) fn alias_origin() -> Weight {
Weight::from_parts(894_000, 0)
}
}