referrerpolicy=no-referrer-when-downgrade
pallet_transaction_payment::weights

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required method
    fn charge_transaction_payment() -> Weight;
}
Expand description

Weight functions needed for pallet_transaction_payment.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WeightInfo for ()

Source§

fn charge_transaction_payment() -> Weight

Storage: System::Account (r:1 w:1) Proof: System::Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)

Implementors§

Source§

impl<T: Config> WeightInfo for SubstrateWeight<T>