mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-26 13:29:23 +00:00
8 lines
219 B
Dart
8 lines
219 B
Dart
import '../intermediate/bip39_hd_currency.dart';
|
|
|
|
mixin ElectrumXCurrencyInterface on Bip39HDCurrency {
|
|
int get transactionVersion;
|
|
|
|
/// The default fee rate in satoshis per kilobyte.
|
|
BigInt get defaultFeeRate;
|
|
}
|