pub trait ProxyTrait: ProxyObjBase + Sized {
    fn claim_developer_rewards<Arg0: CodecInto<ManagedAddress<Self::Api>>>(
        &mut self,
        child_sc_address: Arg0
    ) -> ContractCallNoPayment<Self::Api, ()> { ... } }

Provided Methods§

Implementors§