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
from
There are times when it is handy to have a separate execution path for querying orders with getTradeableOrderWithSignature.
getTradeableOrderWithSignature
When polling on-chain, set a special from address that can be used by smart contract developers to provide separate execution path.
eth_call
watch-tower
The text was updated successfully, but these errors were encountered:
mfw78
No branches or pull requests
Background
There are times when it is handy to have a separate execution path for querying orders with
getTradeableOrderWithSignature
.Details
When polling on-chain, set a special
from
address that can be used by smart contract developers to provide separate execution path.Acceptance criteria
getTradeableOrderWithSignature
eth_call
from special address.watch-tower
section of docs.The text was updated successfully, but these errors were encountered: