Unspent constructor
Unspent({})
Creates an Unspent instance.
Implementation
Unspent({
required this.utxo,
required this.vout,
required this.amount,
required this.colorable,
required this.rgbAllocations,
});
Creates an Unspent instance.
Unspent({
required this.utxo,
required this.vout,
required this.amount,
required this.colorable,
required this.rgbAllocations,
});