From 4cf0224e894cf391f210fb3dcf784856a6ae1cbe Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Mon, 18 May 2026 09:17:42 -0400 Subject: wip? --- impls/monero.dart/lib/src/wallet2.dart | 2 ++ 1 file changed, 2 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 309621d..23e12ff 100644 --- a/impls/monero.dart/lib/src/wallet2.dart +++ b/impls/monero.dart/lib/src/wallet2.dart @@ -151,6 +151,8 @@ abstract class Wallet2PendingTransaction { void signMultisigTx(); String signersKeys(String separator); String hex(String separator); + String commitTrezor(int tx_index); + bool commitTrezorNext(String response_json, int tx_index); } abstract class Wallet2Subaddress { -- cgit v1.2.3