Trait pallet_xdns::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn add_new_gateway() -> Weight;
fn update_ttl() -> Weight;
fn purge_gateway() -> Weight;
fn reboot_self_gateway() -> Weight;
fn best_available() -> Weight;
}
Expand description
Weight functions needed for pallet_xdns.