You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
At the moment we support pay to one person transactions like this:
awaituser.pay(1000,"SAT",bchAddress);
We need to add multi output transactions which is crucial for web app developers to make money from their payments or pay affiliate fees as suggested by @readcash
This is what I'm thinking in terms of API for these transactions:
At the moment we support pay to one person transactions like this:
We need to add multi output transactions which is crucial for web app developers to make money from their payments or pay affiliate fees as suggested by @readcash
This is what I'm thinking in terms of API for these transactions:
This API has many benefits in my mind, because we can use .process later for anything else like:
But there are definitely more edge cases to cover like having a transaction of BCH and SLP together should lead into 2 transactions, not one.
The text was updated successfully, but these errors were encountered: