mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
WIP refactored paynym interface
This commit is contained in:
parent
c381326dd5
commit
039727b422
2 changed files with 1400 additions and 1 deletions
|
@ -8,9 +8,11 @@ import 'package:stackwallet/wallets/crypto_currency/crypto_currency.dart';
|
|||
import 'package:stackwallet/wallets/wallet/intermediate/bip39_hd_wallet.dart';
|
||||
import 'package:stackwallet/wallets/wallet/mixins/coin_control.dart';
|
||||
import 'package:stackwallet/wallets/wallet/mixins/electrumx.dart';
|
||||
import 'package:stackwallet/wallets/wallet/mixins/paynym_interface.dart';
|
||||
import 'package:tuple/tuple.dart';
|
||||
|
||||
class BitcoinWallet extends Bip39HDWallet with ElectrumX, CoinControl {
|
||||
class BitcoinWallet extends Bip39HDWallet
|
||||
with ElectrumX, CoinControl, PaynymInterface {
|
||||
@override
|
||||
int get isarTransactionVersion => 1; // TODO actually set this to 2
|
||||
|
||||
|
|
1397
lib/wallets/wallet/mixins/paynym_interface.dart
Normal file
1397
lib/wallets/wallet/mixins/paynym_interface.dart
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue