Skip to content

Commit

Permalink
proxy update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jan 8, 2025
1 parent dc82d05 commit 17c99c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ where

pub fn send_async_accept_multi_transfer<
Arg0: ProxyArg<ManagedAddress<Env::Api>>,
Arg1: ProxyArg<MultiValueEncoded<Env::Api, MultiValue3<TokenIdentifier<Env::Api>, u64, BigUint<Env::Api>>>>,
Arg1: ProxyArg<MultiValueEncoded<Env::Api, MultiValue3<EgldOrEsdtTokenIdentifier<Env::Api>, u64, BigUint<Env::Api>>>>,
>(
self,
to: Arg0,
Expand Down Expand Up @@ -445,7 +445,7 @@ where

pub fn transf_exec_multi_accept_funds<
Arg0: ProxyArg<ManagedAddress<Env::Api>>,
Arg1: ProxyArg<MultiValueEncoded<Env::Api, MultiValue3<TokenIdentifier<Env::Api>, u64, BigUint<Env::Api>>>>,
Arg1: ProxyArg<MultiValueEncoded<Env::Api, MultiValue3<EgldOrEsdtTokenIdentifier<Env::Api>, u64, BigUint<Env::Api>>>>,
>(
self,
to: Arg0,
Expand Down

0 comments on commit 17c99c8

Please sign in to comment.