Trait pallet_portal::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn register_gateway() -> Weight;
fn set_owner() -> Weight;
fn set_operational() -> Weight;
fn submit_headers() -> Weight;
}
Expand description
Weight functions needed for pallet_xdns.