mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
7 lines
209 B
Dart
7 lines
209 B
Dart
import '../../crypto_currency/interfaces/electrumx_currency_interface.dart';
|
|
import 'electrumx_interface.dart';
|
|
|
|
mixin CpfpInterface<T extends ElectrumXCurrencyInterface>
|
|
on ElectrumXInterface<T> {
|
|
//
|
|
}
|