TransferObjectTransaction constructor

TransferObjectTransaction(
  1. ObjectId objectId,
  2. ObjectId? gasPayment,
  3. int gasBudget,
  4. MgoAddress recipient,
)

Implementation

TransferObjectTransaction(this.objectId, this.gasPayment, this.gasBudget, this.recipient);