WithdrawStakeTransaction constructor

WithdrawStakeTransaction(
  1. ObjectId stakeSui,
  2. int gasBudget, [
  3. ObjectId? gasPayment
])

Implementation

WithdrawStakeTransaction(this.stakeSui, this.gasBudget, [this.gasPayment]);