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

Trait WeightInfo

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

Weight functions needed for pallet_meta_tx.

Required Methods§

Source

fn bare_dispatch() -> Weight

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 bare_dispatch() -> Weight

Storage: SafeMode::EnteredUntil (r:1 w:0) Proof: SafeMode::EnteredUntil (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) Storage: TxPause::PausedCalls (r:1 w:0) Proof: TxPause::PausedCalls (max_values: None, max_size: Some(532), added: 3007, mode: MaxEncodedLen)

Implementors§

Source§

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