Trait frame_system::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn remark(b: u32) -> Weight;
fn set_heap_pages() -> Weight;
fn set_changes_trie_config() -> Weight;
fn set_storage(i: u32) -> Weight;
fn kill_storage(i: u32) -> Weight;
fn kill_prefix(p: u32) -> Weight;
fn suicide() -> Weight; }

Weight functions needed for frame_system.

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...