referrerpolicy=no-referrer-when-downgrade
pallet_node_authorization::weights

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WeightInfo for ()

Implementors§