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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
ℹ 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
The text was updated successfully, but these errors were encountered: