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

Improve type flexibility when building `ScVal`s from native types #638

Closed Shaptic closed 1 year ago

Shaptic commented 1 year ago

This enhanced the nativeToScVal helper, allowing more flexibility in the output types.

Specifically, this lets you:

Related: #637