TransactionIncludeOptions constructor

const TransactionIncludeOptions({
  1. bool transaction = false,
  2. bool effects = false,
  3. bool events = false,
  4. bool balanceChanges = false,
  5. bool objectTypes = false,
  6. bool bcs = false,
  7. bool commandResults = false,
})

Implementation

const TransactionIncludeOptions({
  this.transaction = false,
  this.effects = false,
  this.events = false,
  this.balanceChanges = false,
  this.objectTypes = false,
  this.bcs = false,
  this.commandResults = false,
});