#![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(118_011_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub fn buy_execution() -> Weight {
Weight::from_parts(6_716_000, 3593)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn pay_fees() -> Weight {
Weight::from_parts(6_862_000, 3593)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn asset_claimer() -> Weight {
Weight::from_parts(874_000, 0)
}
pub fn query_response() -> Weight {
Weight::from_parts(6_093_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn transact() -> Weight {
Weight::from_parts(7_755_000, 0)
}
pub fn refund_surplus() -> Weight {
Weight::from_parts(1_453_000, 0)
}
pub fn set_error_handler() -> Weight {
Weight::from_parts(850_000, 0)
}
pub fn set_appendix() -> Weight {
Weight::from_parts(850_000, 0)
}
pub fn clear_error() -> Weight {
Weight::from_parts(870_000, 0)
}
pub fn descend_origin() -> Weight {
Weight::from_parts(856_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(864_000, 0)
}
pub fn report_error() -> Weight {
Weight::from_parts(80_386_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_645_000, 3488)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn trap() -> Weight {
Weight::from_parts(3_661_000, 0)
}
pub fn subscribe_version() -> Weight {
Weight::from_parts(33_979_000, 3710)
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
}
pub fn unsubscribe_version() -> Weight {
Weight::from_parts(3_585_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub fn burn_asset() -> Weight {
Weight::from_parts(22_627_000, 0)
}
pub fn expect_asset() -> Weight {
Weight::from_parts(6_118_000, 0)
}
pub fn expect_origin() -> Weight {
Weight::from_parts(3_650_000, 0)
}
pub fn expect_error() -> Weight {
Weight::from_parts(3_715_000, 0)
}
pub fn expect_transact_status() -> Weight {
Weight::from_parts(957_000, 0)
}
pub fn query_pallet() -> Weight {
Weight::from_parts(86_965_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_309_000, 0)
}
pub fn report_transact_status() -> Weight {
Weight::from_parts(81_056_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(883_000, 0)
}
pub fn set_topic() -> Weight {
Weight::from_parts(823_000, 0)
}
pub fn clear_topic() -> Weight {
Weight::from_parts(844_000, 0)
}
pub fn universal_origin() -> Weight {
Weight::from_parts(4_956_000, 1489)
.saturating_add(T::DbWeight::get().reads(1))
}
pub fn set_fees_mode() -> Weight {
Weight::from_parts(813_000, 0)
}
pub fn unpaid_execution() -> Weight {
Weight::from_parts(817_000, 0)
}
pub fn alias_origin() -> Weight {
Weight::from_parts(855_000, 0)
}
}