cake_wallet/lib/core/pending_transaction.dart

6 lines
111 B
Dart
Raw Normal View History

2020-08-25 16:32:40 +00:00
mixin PendingTransaction {
String get amountFormatted;
String get feeFormatted;
Future<void> commit();
}