pub trait ProxyTrait: ProxyObjBase + Sized {
    // Provided method
    fn claim_developer_rewards<Arg0: ProxyArg<ManagedAddress<Self::Api>>>(
        &mut self,
        child_sc_address: Arg0,
    ) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<()>> { ... }
}

Provided Methods§

source

fn claim_developer_rewards<Arg0: ProxyArg<ManagedAddress<Self::Api>>>( &mut self, child_sc_address: Arg0, ) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<()>>

Object Safety§

This trait is not object safe.

Implementors§