Step 8: Getting execution status
Once client has the quote ID, it can track the status of the cross-chain transaction.
The status can take one of the following values:
Here is an example of getting transaction status:
In the example above - the quoteId
variable corresponds to the id
field on the quote object that was executed via the /execute-quote
endpoint in the previous section.
For more details, see the implementation for getting the status here.
Conclusion
Congratulations, completing these steps you achieved the chain abstraction for the use case of your application.
Reach out to learn more and achieve seamless UX for your dApp using this link.
Last updated