stack_wallet/lib/wallets/crypto_currency/interfaces/electrumx_currency_interface.dart
sneurlax b909c72cb9 add and use transactionVersion property for peercoin
TODO add versions for the rest of the coins
2024-06-04 18:32:12 -05:00

5 lines
136 B
Dart

import '../intermediate/bip39_hd_currency.dart';
mixin ElectrumXCurrencyInterface on Bip39HDCurrency {
int get transactionVersion;
}