summaryrefslogtreecommitdiff
path: root/impls/monero.dart/lib/src/wallet2.dart
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-26 13:29:48 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-26 13:29:48 +0200
commit883d69804bc8c984085b84604788383e57274280 (patch)
tree4d69071960fc64b29bbcea7b68acfa68c4b9de46 /impls/monero.dart/lib/src/wallet2.dart
parentd2c7a142225517f9f9e1cfed9d8761d702f1cdc6 (diff)
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 309621d..63a3412 100644
--- a/impls/monero.dart/lib/src/wallet2.dart
+++ b/impls/monero.dart/lib/src/wallet2.dart
@@ -398,6 +398,7 @@ abstract class Wallet2Wallet {
Wallet2UnsignedTransaction loadUnsignedTxUR({required String input});
bool submitTransaction(String filename);
bool submitTransactionUR(String input);
+ bool submitTransactionHex(String hex);
bool hasUnknownKeyImages();
bool exportKeyImages(String filename, {required bool all});
String exportKeyImagesUR({