pub trait WeightInfo {
    fn pause_transaction() -> Weight;
    fn unpause_transaction() -> Weight;
}
Expand description

Weight functions needed for module_transaction_pause.

Required Methods

Implementations on Foreign Types

Implementors