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

✨ Feature: Add new function to close an order by passing in the escrow address #211

Open
atrefonas opened this issue Jul 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@atrefonas
Copy link
Contributor

ℹ Overview

This is very useful for initializing from a clean state and fetching the list of orders from for example https://testnet.algodex.com/algodex-backend/orders.php?ownerAddr=WYWRYK42XADLY3O62N52BOLT27DMPRA3WNBT2OBRT65N6OEZQWD4OSH6PI

The PHP prices might not be formatted with the same decimal precision that is understood by the SDK.

📝 Related Issues

@atrefonas atrefonas added the enhancement New feature or request label Jul 12, 2022
@atrefonas
Copy link
Contributor Author

Look here for example:

https://github.com/algodex/algodex-service/blob/c18b92bf4c83a6b83aed72c944ce1153dfd25865/src/verify-contracts.js

Allow canceling based on this information:

escrowAddress,
orderEntry, version, ownerAddress, appId, isAlgoBuyEscrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant