Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Nov 29, 2024
1 parent f4457f5 commit ff5d462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/dlc/ECDSA.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import 'package:bitcoin/bitcoin.dart';
import 'package:bitcoin_flutter/bitcoin_flutter.dart';
import 'package:bitcoin/bitcoin.dart';

class DlcTransaction {
BitcoinTransaction transaction;
// Add more properties and methods as needed
final List<DlcScript> scripts;
final List<DlcSignature> signatures;
}

class DlcScript {
Expand Down

0 comments on commit ff5d462

Please sign in to comment.