Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdks] new Pay transaction type for generic payment #4452

Merged
merged 1 commit into from
Sep 23, 2022

Commits on Sep 23, 2022

  1. [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.
    sblackshear committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    b8b6872 View commit details
    Browse the repository at this point in the history