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