Trait multiversx_sc_modules::pause::ProxyTrait

source ·
pub trait ProxyTrait: ProxyObjBase + Sized {
    // Provided methods
    fn pause_endpoint(&mut self) -> ContractCallNoPayment<Self::Api, ()> { ... }
    fn unpause_endpoint(&mut self) -> ContractCallNoPayment<Self::Api, ()> { ... }
    fn paused_status(
        &mut self
    ) -> ContractCallNoPayment<Self::Api, SingleValueMapper<Self::Api, bool>> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§