Trait multiversx_sc_modules::features::ProxyTrait
source · pub trait ProxyTrait: ProxyObjBase + Sized {
fn set_feature_flag_endpoint<Arg0: CodecInto<ManagedBuffer<Self::Api>>, Arg1: CodecInto<bool>>(
&mut self,
feature_name: Arg0,
value: Arg1
) -> ContractCallNoPayment<Self::Api, ()> { ... }
}