pub trait ProxyTrait:
    ProxyObjBase
    + Sized
    + ProxyTrait
    + ProxyTrait {
    // Provided method
    fn get_token_availability<Arg0: ProxyArg<TokenIdentifier<Self::Api>>>(
        &mut self,
        identifier: Arg0,
    ) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<MultiValueEncoded<Self::Api, MultiValue2<u64, BigUint<Self::Api>>>>> { ... }
}

Provided Methods§

source

fn get_token_availability<Arg0: ProxyArg<TokenIdentifier<Self::Api>>>( &mut self, identifier: Arg0, ) -> Tx<TxScEnv<Self::Api>, (), Self::To, (), (), FunctionCall<Self::Api>, OriginalResultMarker<MultiValueEncoded<Self::Api, MultiValue2<u64, BigUint<Self::Api>>>>>

Object Safety§

This trait is not object safe.

Implementors§