summaryrefslogtreecommitdiff
path: root/impls/monero.dart/lib/src/wallet2.dart
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-18 09:17:42 -0400
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-18 09:17:42 -0400
commit4cf0224e894cf391f210fb3dcf784856a6ae1cbe (patch)
tree32b3e414323c2d1ea5f6d2c8da7db5396344fce5 /impls/monero.dart/lib/src/wallet2.dart
parentd2c7a142225517f9f9e1cfed9d8761d702f1cdc6 (diff)
wip?
Diffstat (limited to 'impls/monero.dart/lib/src/wallet2.dart')
-rw-r--r--impls/monero.dart/lib/src/wallet2.dart2
1 files changed, 2 insertions, 0 deletions
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 {