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: TransactionPayment::NextFeeMultiplier (r:1 w:0) Proof: TransactionPayment::NextFeeMultiplier (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) Storage: Authorship::Author (r:1 w:0) Proof: Authorship::Author (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) Storage: System::Digest (r:1 w:0) Proof: System::Digest (max_values: Some(1), max_size: None, mode: Measured)

Implementors§

source§

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