AddStakeTransaction constructor

AddStakeTransaction(
  1. List<ObjectId> coins,
  2. BigInt amount,
  3. SuiAddress validator,
  4. int gasBudget, [
  5. ObjectId? gasPayment,
])

Implementation

AddStakeTransaction(this.coins, this.amount, this.validator, this.gasBudget,
    [this.gasPayment]);