MoveCallTransaction constructor

MoveCallTransaction(
  1. ObjectId packageObjectId,
  2. String module,
  3. String function,
  4. List typeArguments,
  5. List arguments,
  6. int gasBudget, [
  7. ObjectId? gasPayment,
])

Implementation

MoveCallTransaction(
  this.packageObjectId,
  this.module,
  this.function,
  this.typeArguments,
  this.arguments,
  this.gasBudget,
  [this.gasPayment]
);