Trait elrond_wasm_module_dns::ProxyTrait[][src]

pub trait ProxyTrait: ProxyObjBase + Sized {
    fn dns_register(
        self,
        dns_address: ManagedAddress<Self::Api>,
        name: BoxedBytes,
        payment: BigUint<Self::Api>
    ) -> ContractCall<Self::Api, <SCResult<AsyncCall<Self::Api>> as EndpointResult>::DecodeAs> { ... } }

Provided methods

Implementors