multiversx_sc_modules::dns

Trait ProxyTrait

Source
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§

Source

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<()>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§