Trait multiversx_sc_modules::esdt::ProxyTrait

source ·
pub trait ProxyTrait: ProxyObjBase + Sized {
    // Provided method
    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§

source

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, ()>

Object Safety§

This trait is not object safe.

Implementors§