Unspent constructor

Unspent({
  1. required String utxo,
  2. required int vout,
  3. required int amount,
  4. required String colorable,
  5. required int rgbAllocations,
})

Implementation

Unspent({
  required this.utxo,
  required this.vout,
  required this.amount,
  required this.colorable,
  required this.rgbAllocations,
});