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 StateChanges in SimulateTransaction API response #963

Closed psheth9 closed 1 month ago

psheth9 commented 1 month ago

Fixes https://github.com/stellar/js-stellar-sdk/issues/936

This Diff has following changes:


  interface LedgerEntryDiff{
    type: number;
    key: xdr.LedgerKey;
    before: xdr.LedgerEntry | null;
    after: xdr.LedgerEntry | null;
  }
github-actions[bot] commented 1 month ago

Size Change: +9.12 kB (+0.08%)

Total Size: 12 MB

Filename Size Change
dist/stellar-sdk.js 6.68 MB +5.96 kB (+0.09%)
dist/stellar-sdk.min.js 5.28 MB +3.16 kB (+0.06%)

compressed-size-action