DryRunRequest constructor

DryRunRequest({
  1. List<AccountInformation> accounts = const [],
  2. List<Application> applications = const [],
  3. int? latestTimestamp,
  4. String? protocolVersion,
  5. int? round,
  6. List<DryRunSource> sources = const [],
  7. List<SignedTransaction> transactions = const [],
})

Implementation

DryRunRequest({
  this.accounts = const [],
  this.applications = const [],
  this.latestTimestamp,
  this.protocolVersion,
  this.round,
  this.sources = const [],
  this.transactions = const [],
});