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
.
pub trait WeightInfo {
// Required methods
fn pause() -> Weight;
fn unpause() -> Weight;
}
Weight functions needed for pallet_tx_pause
.