Trait elrond_wasm_module_features::ProxyTrait[][src]

pub trait ProxyTrait: ProxyObjBase {
    fn set_feature_flag_endpoint(
        self,
        feature_name: Vec<u8, Global>,
        value: bool
    ) -> ContractCall<Self::Api, <SCResult<(), StaticSCError> as EndpointResult>::DecodeAs> { ... } }

Provided methods

Implementors