Trait domain_pallet_executive::weights::WeightInfo

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

Weight functions needed for domain_pallet_executive.

Required Methods§

source

fn set_code() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn set_code() -> Weight

Storage: System::Digest (r:1 w:1) Proof: System::Digest (max_values: Some(1), max_size: None, mode: Measured) Storage: UNKNOWN KEY 0x3a636f6465 (r:0 w:1) Proof: UNKNOWN KEY 0x3a636f6465 (r:0 w:1)

Implementors§

source§

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