summaryrefslogtreecommitdiff
path: root/impls/monero.dart/lib/src/wallet2.dart
diff options
context:
space:
mode:
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 {