forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sdks] new Pay transaction type for generic payment
This API is intended to be the one-stop shop for any kind of payment: as input, take: - an arbitrary number of coins - an arbitrary number of recipient addresses - a vector of amounts (must be same length as # of recipient addresses) and do the obvious thing: use the input coins to pay each recipient the desired amount.
- Loading branch information
1 parent
80e8ccf
commit 957f601
Showing
12 changed files
with
704 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.