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

The range of component b is [0, 3932160].

The range of component b is [0, 3932160].

The range of component i is [0, 1000].

The range of component i is [0, 1000].

The range of component p is [0, 1000].

Implementors§