WatchUtxo constructor
WatchUtxo({})
Implementation
WatchUtxo({
required this.outpoint,
required this.value,
required this.scriptPubKey,
this.blockHeight,
this.spent = false,
});
WatchUtxo({
required this.outpoint,
required this.value,
required this.scriptPubKey,
this.blockHeight,
this.spent = false,
});