#![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(85_820_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub(crate) fn buy_execution() -> Weight {
Weight::from_parts(3_491_000, 0)
}
pub(crate) fn pay_fees() -> Weight {
Weight::from_parts(3_358_000, 0)
}
pub(crate) fn asset_claimer() -> Weight {
Weight::from_parts(843_000, 0)
}
pub(crate) fn query_response() -> Weight {
Weight::from_parts(6_334_000, 3465)
.saturating_add(T::DbWeight::get().reads(1))
}
pub(crate) fn transact() -> Weight {
Weight::from_parts(8_025_000, 0)
}
pub(crate) fn refund_surplus() -> Weight {
Weight::from_parts(1_418_000, 0)
}
pub(crate) fn set_error_handler() -> Weight {
Weight::from_parts(804_000, 0)
}
pub(crate) fn set_appendix() -> Weight {
Weight::from_parts(800_000, 0)
}
pub(crate) fn clear_error() -> Weight {
Weight::from_parts(790_000, 0)
}
pub(crate) fn descend_origin() -> Weight {
Weight::from_parts(816_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(835_000, 0)
}
pub(crate) fn report_error() -> Weight {
Weight::from_parts(82_450_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub(crate) fn claim_asset() -> Weight {
Weight::from_parts(9_797_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_936_000, 0)
}
pub(crate) fn subscribe_version() -> Weight {
Weight::from_parts(41_850_000, 3710)
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(3))
}
pub(crate) fn unsubscribe_version() -> Weight {
Weight::from_parts(3_421_000, 0)
.saturating_add(T::DbWeight::get().writes(1))
}
pub(crate) fn burn_asset() -> Weight {
Weight::from_parts(1_219_000, 0)
}
pub(crate) fn expect_asset() -> Weight {
Weight::from_parts(869_000, 0)
}
pub(crate) fn expect_origin() -> Weight {
Weight::from_parts(3_909_000, 0)
}
pub(crate) fn expect_error() -> Weight {
Weight::from_parts(4_643_000, 0)
}
pub(crate) fn expect_transact_status() -> Weight {
Weight::from_parts(962_000, 0)
}
pub(crate) fn query_pallet() -> Weight {
Weight::from_parts(95_039_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub(crate) fn expect_pallet() -> Weight {
Weight::from_parts(9_070_000, 0)
}
pub(crate) fn report_transact_status() -> Weight {
Weight::from_parts(83_776_000, 6196)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
}
pub(crate) fn clear_transact_status() -> Weight {
Weight::from_parts(851_000, 0)
}
pub(crate) fn set_topic() -> Weight {
Weight::from_parts(782_000, 0)
}
pub(crate) fn clear_topic() -> Weight {
Weight::from_parts(792_000, 0)
}
pub(crate) fn set_fees_mode() -> Weight {
Weight::from_parts(772_000, 0)
}
pub(crate) fn unpaid_execution() -> Weight {
Weight::from_parts(817_000, 0)
}
pub(crate) fn alias_origin() -> Weight {
Weight::from_parts(832_000, 0)
}
}