Utxo constructor
Utxo({})
Implementation
Utxo({
required this.outpoint,
required this.blockHeight,
required this.isCoinbase,
required this.sats,
required this.script,
required this.isFinal,
this.token,
this.plugins,
});