Trait smarthub_sdk::pause::ContractPause
source · pub trait ContractPause {
fn is_paused(&self) -> bool;
fn set_is_paused(&mut self, pause: bool) -> bool;
}pub trait ContractPause {
fn is_paused(&self) -> bool;
fn set_is_paused(&mut self, pause: bool) -> bool;
}