Trait pallet_currencies::WeightInfo
source · pub trait WeightInfo {
fn transfer_non_native_currency() -> Weight;
fn transfer_native_currency() -> Weight;
fn update_balance_non_native_currency() -> Weight;
fn update_balance_native_currency_creating() -> Weight;
fn update_balance_native_currency_killing() -> Weight;
}
Expand description
Weight functions needed for module_currencies.
Required Methods§
fn transfer_non_native_currency() -> Weight
fn transfer_native_currency() -> Weight
fn update_balance_non_native_currency() -> Weight
fn update_balance_native_currency_creating() -> Weight
fn update_balance_native_currency_killing() -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
Default weights.