diff options
Diffstat (limited to 'impls/monero.dart/lib/src/wallet2.dart')
| -rw-r--r-- | impls/monero.dart/lib/src/wallet2.dart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/impls/monero.dart/lib/src/wallet2.dart b/impls/monero.dart/lib/src/wallet2.dart index 8c41ffa..46be758 100644 --- a/impls/monero.dart/lib/src/wallet2.dart +++ b/impls/monero.dart/lib/src/wallet2.dart @@ -403,4 +403,10 @@ abstract class Wallet2WalletManagerFactory { void setLogLevel(int level); void setLogCategories(String categories); Wallet2WalletManager getWalletManager(); +} + +enum Wallet2Device { + software, + ledger, + trezor }
\ No newline at end of file |
