[][src]Trait frame_system::WeightInfo

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

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...