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