Trait elrond_wasm_module_dns::ProxyTrait[][src]

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

Provided methods

Implementors