Trait multiversx_sc_modules::features::ProxyTrait
source · pub trait ProxyTrait: ProxyObjBase + Sized {
// Provided method
fn set_feature_flag_endpoint<Arg0: ProxyArg<ManagedBuffer<Self::Api>>, Arg1: ProxyArg<bool>>(
&mut self,
feature_name: Arg0,
value: Arg1,
) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<()>> { ... }
}
Provided Methods§
fn set_feature_flag_endpoint<Arg0: ProxyArg<ManagedBuffer<Self::Api>>, Arg1: ProxyArg<bool>>( &mut self, feature_name: Arg0, value: Arg1, ) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<()>>
Object Safety§
This trait is not object safe.