summaryrefslogtreecommitdiff
path: root/impls/monero.dart/lib/src/wallet2.dart
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-06 13:48:00 -0400
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-07 11:28:22 -0400
commit7b95d7276fc321cf7eab88475c51b2829b8e4188 (patch)
tree2cfe0c0984d86cacbf53ee1cb33ee536fc3979df /impls/monero.dart/lib/src/wallet2.dart
parentbc8d1a0b75b97156d71579581b4cdfe58c777ed2 (diff)
Diffstat (limited to 'impls/monero.dart/lib/src/wallet2.dart')
-rw-r--r--impls/monero.dart/lib/src/wallet2.dart6
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