UtxoInfo constructor

UtxoInfo({
  1. required int collateralMin,
  2. required List<Utxo> utxos,
})

Implementation

UtxoInfo({
  required this.collateralMin,
  required this.utxos,
});