SuiTransactionBlockResponseOptions constructor

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

Implementation

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