Trait elrond_wasm_sc_dns::user_builtin::ProxyTrait[][src]

pub trait ProxyTrait: ProxyObjApi + Sized {
    fn set_user_name(
        self,
        name: &BoxedBytes
    ) -> ContractCall<Self::SendApi, <Self::BigUint as EndpointResult>::DecodeAs> { ... } }

Provided methods

fn set_user_name(
    self,
    name: &BoxedBytes
) -> ContractCall<Self::SendApi, <Self::BigUint as EndpointResult>::DecodeAs>
[src]

Implementors

impl<SA> ProxyTrait for Proxy<SA> where
    SA: SendApi
[src]