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 3, 2025
1 parent 6ea4e86 commit 9288192
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ where
.original_result()
}

pub fn forward_payment_callback<
Arg0: ProxyArg<ManagedAddress<Env::Api>>,
>(
self,
to: Arg0,
) -> TxTypedCall<Env, From, To, (), Gas, ()> {
self.wrapped_tx
.raw_call("forward_payment_callback")
.argument(&to)
.original_result()
}

pub fn promise_raw_single_token<
Arg0: ProxyArg<ManagedAddress<Env::Api>>,
Arg1: ProxyArg<ManagedBuffer<Env::Api>>,
Expand Down

0 comments on commit 9288192

Please sign in to comment.