#![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(79_372_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(3_960_000, 3593)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn pay_fees() -> Weight {
Weight::from_parts(3_973_000, 3593)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn asset_claimer() -> Weight {
Weight::from_parts(788_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(5_864_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(7_685_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(1_251_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(736_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(762_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(752_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(797_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(751_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(76_100_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn claim_asset() -> Weight {
Weight::from_parts(9_470_000, 3489)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(3_379_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(32_799_000, 3677)
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn unsubscribe_version() -> Weight {
Weight::from_parts(3_279_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(1_153_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(881_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(3_407_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(3_414_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(947_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(80_980_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn expect_pallet() -> Weight {
Weight::from_parts(3_722_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(75_450_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(824_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(748_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(726_000, 0)
}
pub fn set_fees_mode() -> Weight {
Weight::from_parts(710_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(732_000, 0)
}
pub fn alias_origin() -> Weight {
Weight::from_parts(762_000, 0)
}
}