SplitUTXOsCommand constructor

SplitUTXOsCommand({
  1. required String walletId,
  2. int? targetUtxoCount,
  3. int? feeRateSatsPerByte,
  4. int? maxUtxosToSplit,
})

Implementation

SplitUTXOsCommand({
  required this.walletId,
  this.targetUtxoCount,
  this.feeRateSatsPerByte,
  this.maxUtxosToSplit,
});