Trait multiversx_sc_modules::dns::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<()>>

Object Safety§

This trait is not object safe.

Implementors§