stellar / js-stellar-base

The lowest-level stellar helper library. It consists of classes to read, write, hash, and sign Stellar xdr
https://stellar.github.io/js-stellar-base/
Apache License 2.0
108 stars 137 forks source link

Modify `authorizeEntry`'s callback signature to return both the `signature` and the `publicKey`. #780

Open Shaptic opened 2 months ago

Shaptic commented 2 months ago

This will give users more flexibility in multi-sig scenarios when the address on the entry is not the same as the address that signs the entry.

_Originally posted by @overcat in https://github.com/stellar/js-stellar-base/pull/772#discussion_r1764307846_