SuiTransactionBlockResponseOptions constructor

SuiTransactionBlockResponseOptions({
  1. bool showInput = false,
  2. bool showEffects = false,
  3. bool showEvents = false,
  4. bool showRawEffects = false,
  5. bool showObjectChanges = false,
  6. bool showBalanceChanges = false,
})

Implementation

SuiTransactionBlockResponseOptions({
  this.showInput = false,
  this.showEffects = false,
  this.showEvents = false,
  this.showRawEffects = false,
  this.showObjectChanges = false,
  this.showBalanceChanges = false,
});