Trait pallet_tx_pause::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn pause() -> Weight;
fn unpause() -> Weight;
}
Expand description
Weight functions needed for pallet_tx_pause
.
Required Methods§
Object Safety§
This trait is not object safe.