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

Provided Methods§

source

fn get_token_availability<Arg0: CodecInto<TokenIdentifier<Self::Api>>>( &mut self, identifier: Arg0 ) -> ContractCallNoPayment<Self::Api, MultiValueEncoded<Self::Api, MultiValue2<u64, BigUint<Self::Api>>>>

Implementors§