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 support for Horizon's asynchronous transaction submission endpoint #973

Closed Shaptic closed 6 days ago

Shaptic commented 1 month ago

The endpoint is POST /async_transactions and it was introduced into Horizon in https://github.com/stellar/go/pull/5188.

Its request/response schema is outlined in this doc as well as this OpenAPI PR: https://github.com/stellar/go/pull/5300.