From 7b95d7276fc321cf7eab88475c51b2829b8e4188 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 6 May 2026 13:48:00 -0400 Subject: trezor --- impls/monero.dart/lib/src/wallet2.dart | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'impls/monero.dart/lib/src/wallet2.dart') 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 -- cgit v1.2.3