pub trait ProxyTrait: ProxyObjBase + Sized {
// Provided method
fn dns_register<Arg0: ProxyArg<ManagedAddress<Self::Api>>, Arg1: ProxyArg<ManagedBuffer<Self::Api>>>(
&mut self,
dns_address: Arg0,
name: Arg1,
) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<()>> { ... }
}
Provided Methods§
fn dns_register<Arg0: ProxyArg<ManagedAddress<Self::Api>>, Arg1: ProxyArg<ManagedBuffer<Self::Api>>>( &mut self, dns_address: Arg0, name: Arg1, ) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<()>>
Object Safety§
This trait is not object safe.