pub trait WeightInfo {
    // Required methods
    fn import_header() -> Weight;
    fn import_header_not_new_finalized_with_max_prune() -> Weight;
    fn import_header_new_finalized_with_single_prune() -> Weight;
    fn import_header_not_new_finalized_with_single_prune() -> Weight;
    fn register_network() -> Weight;
    fn update_difficulty_config() -> Weight;
}

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§