Trait pallet_node_authorization::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn add_well_known_node() -> Weight;
fn remove_well_known_node() -> Weight;
fn swap_well_known_node() -> Weight;
fn reset_well_known_nodes() -> Weight;
fn claim_node() -> Weight;
fn remove_claim() -> Weight;
fn transfer_node() -> Weight;
fn add_connections() -> Weight;
fn remove_connections() -> Weight; }

Required methods

Implementations on Foreign Types

Implementors