SpendableUtxo constructor
const
SpendableUtxo({})
Implementation
const SpendableUtxo({
required this.outpoint,
required this.value,
required this.scriptPubKey,
this.derivationPath,
this.ownerPubKey,
this.chainParams,
this.blockHeight,
this.isCoinbase = false,
});