CoinSelection constructor
const
CoinSelection({
- required List<
SpendableUtxo> selected, - required BigInt totalInput,
- required BigInt targetAmount,
- required BigInt fee,
Implementation
const CoinSelection({
required this.selected,
required this.totalInput,
required this.targetAmount,
required this.fee,
});