Trait elrond_wasm_module_pause::ProxyTrait[][src]

pub trait ProxyTrait: ProxyObjBase {
    fn is_paused(
        self
    ) -> ContractCall<Self::Api, <bool as EndpointResult>::DecodeAs> { ... }
fn pause_endpoint(
        self
    ) -> ContractCall<Self::Api, <SCResult<(), StaticSCError> as EndpointResult>::DecodeAs> { ... }
fn unpause_endpoint(
        self
    ) -> ContractCall<Self::Api, <SCResult<(), StaticSCError> as EndpointResult>::DecodeAs> { ... } }

Provided methods

Implementors