mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-27 13:59:21 +00:00
b909c72cb9
TODO add versions for the rest of the coins
5 lines
136 B
Dart
5 lines
136 B
Dart
import '../intermediate/bip39_hd_currency.dart';
|
|
|
|
mixin ElectrumXCurrencyInterface on Bip39HDCurrency {
|
|
int get transactionVersion;
|
|
}
|