[][src]Trait frame_system::WeightInfo

pub trait WeightInfo {
    fn remark() -> 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; }

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...