InputUtxo constructor

InputUtxo({
  1. required String address,
  2. required String inputUtxo,
  3. required int value,
})

Implementation

InputUtxo({
  required this.address,
  required this.inputUtxo,
  required this.value,
});