stellar / js-soroban-client

Main Soroban client library for the Javascript language
https://stellar.github.io/js-soroban-client/
Apache License 2.0
22 stars 17 forks source link

fixed parsing on simulation response for non-auth #89

Closed sreuland closed 1 year ago

sreuland commented 1 year ago

if no auth is needed for contract, then simulation response will have auth:null, adjust client parsing to match this.

I ran yarn fmt as well and it triggered some minor changes here.