referrerpolicy=no-referrer-when-downgrade

Trait pallet_transaction_payment::weights::WeightInfo

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

Weight functions needed for pallet_transaction_payment.

Required Methods§

Object Safety§

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>