SplitCoinEqualTransaction constructor

SplitCoinEqualTransaction(
  1. ObjectId coinObjectId,
  2. BigInt splitCount,
  3. int gasBudget, [
  4. ObjectId? gasPayment,
])

Implementation

SplitCoinEqualTransaction(this.coinObjectId, this.splitCount, this.gasBudget,
    [this.gasPayment]);