Trait elrond_wasm::contract_base::ProxyObjBase[][src]

pub trait ProxyObjBase {
    type Api: VMApi;
    fn contract(self, address: ManagedAddress<Self::Api>) -> Self;
}

Associated Types

Required methods

Specify the target contract to call. Not taken into account for deploys.

Implementors