pub trait PauseExternal {
    fn paus_is_paused(&self) -> bool;
}
Expand description

External methods for Pause

Required Methods§

Returns true if the contract is paused, false otherwise

Implementors§