We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can we cancel several orders in just one transaction? Guaranteeing this way that it returns success only if all of them succeeded?
For example, we have this documentation here: https://github.com/project-serum/serum-ts/tree/master/packages/serum
But we only have an example to be canceling a single order at a time, how can we achieve the proposed above? This is very needed.
Maybe we could have something like:
await market.cancelOrder(connection, owner, [order1, order2, order3, ...]);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can we cancel several orders in just one transaction?
Guaranteeing this way that it returns success only if all of them succeeded?
For example, we have this documentation here:
https://github.com/project-serum/serum-ts/tree/master/packages/serum
But we only have an example to be canceling a single order at a time, how can we achieve the proposed above?
This is very needed.
Maybe we could have something like:
The text was updated successfully, but these errors were encountered: