stellar / js-stellar-sdk

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

feat: separate sign and send #987

Closed BlaineHeffron closed 3 months ago

BlaineHeffron commented 3 months ago

Adds a sign and send function to AssembledTransaction. Allows signing the transaction without sending.

Addresses https://github.com/stellar/js-stellar-sdk/issues/979

BlaineHeffron commented 3 months ago

Sounds good, I will try removing the assembled argument and just pass the necessary attributes from AssembledTransaction.

chadoh commented 3 months ago

breaking changes removed in https://github.com/stellar/js-stellar-sdk/pull/992