mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-26 05:19:22 +00:00
8 lines
209 B
Dart
8 lines
209 B
Dart
|
import '../../crypto_currency/interfaces/electrumx_currency_interface.dart';
|
||
|
import 'electrumx_interface.dart';
|
||
|
|
||
|
mixin CpfpInterface<T extends ElectrumXCurrencyInterface>
|
||
|
on ElectrumXInterface<T> {
|
||
|
//
|
||
|
}
|