Trait elrond_wasm_module_features::ProxyTrait[][src]

pub trait ProxyTrait: ProxyObjApi + Sized {
    fn set_feature_flag_endpoint(
        self,
        feature_name: Vec<u8>,
        value: bool
    ) -> ContractCall<Self::SendApi, <SCResult<()> as EndpointResult>::DecodeAs> { ... } }

Provided methods

fn set_feature_flag_endpoint(
    self,
    feature_name: Vec<u8>,
    value: bool
) -> ContractCall<Self::SendApi, <SCResult<()> as EndpointResult>::DecodeAs>
[src]

Implementors