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