stellar / js-stellar-sdk

Main Stellar client library for the JavaScript language.
https://stellar.github.io/js-stellar-sdk/
Apache License 2.0
615 stars 296 forks source link

Add async txsub endpoint in Horizon #989

Closed aditya1702 closed 1 week ago

aditya1702 commented 3 weeks ago

We recently added a new async transaction submission in Horizon: https://github.com/stellar/go/pull/5188

This PR adds support for it in the JS SDK along with the relevant unittests.