From 57e6555a5c51d6ddc0f5fb6d2675bc7f38a59705 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 8 May 2026 21:43:24 -0400 Subject: trezor import/export/sign functions --- impls/monero.dart/lib/src/wownero.dart | 3 +++ 1 file changed, 3 insertions(+) (limited to 'impls/monero.dart/lib/src/wownero.dart') diff --git a/impls/monero.dart/lib/src/wownero.dart b/impls/monero.dart/lib/src/wownero.dart index c1ef9eb..ebf576b 100644 --- a/impls/monero.dart/lib/src/wownero.dart +++ b/impls/monero.dart/lib/src/wownero.dart @@ -819,6 +819,9 @@ class WowneroUnsignedTransaction implements Wallet2UnsignedTransaction { @override int ffiAddress() => unsignedTransactionPtr.address; + + @override + String commitTrezor(int tx_index) => throw UnimplementedError(); } class WowneroWallet implements Wallet2Wallet { -- cgit v1.2.3