PublishTransaction constructor

PublishTransaction(
  1. List<String> compiledModules,
  2. List<ObjectId> dependencies,
  3. int gasBudget, [
  4. ObjectId? gasPayment,
])

Implementation

PublishTransaction(this.compiledModules, this.dependencies, this.gasBudget, [this.gasPayment]);