pub trait ProxyTrait: ProxyObjBase + Sized {
// Provided method
fn set_feature_flag_endpoint(
self,
feature_name: Vec<u8>,
value: bool
) -> ContractCall<Self::Api, <SCResult<()> as EndpointResult>::DecodeAs> { ... }
}Provided Methods§
fn set_feature_flag_endpoint( self, feature_name: Vec<u8>, value: bool ) -> ContractCall<Self::Api, <SCResult<()> as EndpointResult>::DecodeAs>
Object Safety§
This trait is not object safe.