pub trait ProxyTrait: ProxyObjBase + Sized {
    fn issue_token<Arg0: CodecInto<ManagedBuffer<Self::Api>>, Arg1: CodecInto<ManagedBuffer<Self::Api>>, Arg2: CodecInto<EsdtTokenType>, Arg3: CodecInto<OptionalValue<usize>>>(
        &mut self,
        token_display_name: Arg0,
        token_ticker: Arg1,
        token_type: Arg2,
        opt_num_decimals: Arg3
    ) -> ContractCallNoPayment<Self::Api, ()> { ... } }

Provided Methods§

Implementors§