Trait tx_pause::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn pause() -> Weight;
fn unpause() -> Weight;
}
Expand description
Weight functions needed for tx_pause.
pub trait WeightInfo {
// Required methods
fn pause() -> Weight;
fn unpause() -> Weight;
}
Weight functions needed for tx_pause.