Trait elrond_wasm_module_pause::EndpointWrappers[][src]

pub trait EndpointWrappers: ContractBase + PauseModule {
    fn call_is_paused(&self) { ... }
fn call_pause_endpoint(&self) { ... }
fn call_unpause_endpoint(&self) { ... }
fn call(&self, fn_name: &[u8]) -> bool { ... }
fn callback_selector(
        &self,
        ___cb_closure___: CallbackClosureUnmanagedArgs<Self::Api>
    ) -> CallbackSelectorResult<Self::Api> { ... }
fn callback(&self) { ... } }

Provided methods

Implementors