SplitCoinTransaction constructor

SplitCoinTransaction(
  1. ObjectId coinObjectId,
  2. List<BigInt> splitAmounts,
  3. int gasBudget, [
  4. ObjectId? gasPayment,
])

Implementation

SplitCoinTransaction(this.coinObjectId, this.splitAmounts, this.gasBudget,
    [this.gasPayment]);