TransferSuiTransaction constructor

TransferSuiTransaction(
  1. ObjectId suiObjectId,
  2. int gasBudget,
  3. SuiAddress recipient,
  4. int? amount,
)

Implementation

TransferSuiTransaction(this.suiObjectId, this.gasBudget, this.recipient, this.amount);