@msafe/sui3-sdk 1.0.10 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -270,7 +270,13 @@ var Simulator = class {
270
270
  inspectResult = await suiClient.simulateTransaction({
271
271
  transaction: built,
272
272
  include: {
273
- effects: true
273
+ effects: true,
274
+ balanceChanges: true,
275
+ events: true,
276
+ objectTypes: true,
277
+ transaction: true,
278
+ bcs: true,
279
+ commandResults: true
274
280
  }
275
281
  });
276
282
  } catch (e) {