summaryrefslogtreecommitdiff
path: root/impls/monero.dart/lib/src/wallet2.dart
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-08 21:43:24 -0400
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-08 21:43:24 -0400
commit57e6555a5c51d6ddc0f5fb6d2675bc7f38a59705 (patch)
tree2ba874d93d3a67610c7ee58c7aa3894ed58619d5 /impls/monero.dart/lib/src/wallet2.dart
parent15b46af9e2ad37edb79f7be5ea301206361d53b2 (diff)
trezor import/export/sign functionscyjan-twip2
Diffstat (limited to 'impls/monero.dart/lib/src/wallet2.dart')
-rw-r--r--impls/monero.dart/lib/src/wallet2.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/impls/monero.dart/lib/src/wallet2.dart b/impls/monero.dart/lib/src/wallet2.dart
index 8c41ffa..655862d 100644
--- a/impls/monero.dart/lib/src/wallet2.dart
+++ b/impls/monero.dart/lib/src/wallet2.dart
@@ -232,6 +232,7 @@ abstract class Wallet2UnsignedTransaction {
int txCount();
bool sign(String signedFileName);
String signUR(int max_fragment_length);
+ String commitTrezor(int tx_index);
}
abstract class Wallet2Wallet {