pub trait WeightInfo {
    fn remark(b: u32) -> Weight;
fn remark_with_event(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; }
Expand description

Weight functions needed for frame_system.

Required methods

Implementations on Foreign Types

Implementors