diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-05-13 12:43:02 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-05-13 12:43:02 +0200 |
| commit | 5578a5da437b3575b3cb0fc49a46a9d0505aa642 (patch) | |
| tree | accc9754d77fa00b50df129da793de0a885d424a /impls/monero.dart | |
| parent | fbd21359f3b325466087c665035f22ff55b36f68 (diff) | |
int -> void use sendToLedgerDeviceCallback only when neededcyjan-better-ledger-v2
Diffstat (limited to 'impls/monero.dart')
| -rw-r--r-- | impls/monero.dart/lib/src/checksum_monero.dart | 4 | ||||
| -rw-r--r-- | impls/monero.dart/lib/src/generated_bindings_monero.g.dart | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/impls/monero.dart/lib/src/checksum_monero.dart b/impls/monero.dart/lib/src/checksum_monero.dart index b907f7c..fdbfbaa 100644 --- a/impls/monero.dart/lib/src/checksum_monero.dart +++ b/impls/monero.dart/lib/src/checksum_monero.dart @@ -1,4 +1,4 @@ // ignore_for_file: constant_identifier_names -const String wallet2_api_c_h_sha256 = "9e80c4b59a0509aa02fbf01e8df2881b89f82225d1765bfa7856cbdbaf7af116"; -const String wallet2_api_c_cpp_sha256 = "d229507db508e574bd2badf4819a38dbead8c16a84311ad32c22c887a6003439-0232839913b13cf0ab0bb7ad25fff0c05f37d2fe"; +const String wallet2_api_c_h_sha256 = "91218f60e937753a606b1db899ee2ed66a1b02144eb2d79b950ce59804397f84"; +const String wallet2_api_c_cpp_sha256 = "282128494f3419c128dff7ed67daadd9c2ad0600d10557e829df03d9bc1ad891-0232839913b13cf0ab0bb7ad25fff0c05f37d2fe"; const String wallet2_api_c_exp_sha256 = "d0f95f1f3bc49f1f59fe4eb0b61826128d7d3bb75405d5a01a252d02db03097d"; diff --git a/impls/monero.dart/lib/src/generated_bindings_monero.g.dart b/impls/monero.dart/lib/src/generated_bindings_monero.g.dart index 5f5657c..81649b1 100644 --- a/impls/monero.dart/lib/src/generated_bindings_monero.g.dart +++ b/impls/monero.dart/lib/src/generated_bindings_monero.g.dart @@ -4462,7 +4462,7 @@ class MoneroC { void MONERO_Wallet_setLedgerCallback( ffi.Pointer< ffi.NativeFunction< - ffi.Int Function(ffi.Pointer<ffi.UnsignedChar> command, + ffi.Void Function(ffi.Pointer<ffi.UnsignedChar> command, ffi.UnsignedInt cmd_len)>> sendToLedgerDevice, ) { @@ -4476,7 +4476,7 @@ class MoneroC { ffi.Void Function( ffi.Pointer< ffi.NativeFunction< - ffi.Int Function( + ffi.Void Function( ffi.Pointer<ffi.UnsignedChar> command, ffi.UnsignedInt cmd_len)>>)>>( 'MONERO_Wallet_setLedgerCallback'); @@ -4485,7 +4485,7 @@ class MoneroC { void Function( ffi.Pointer< ffi.NativeFunction< - ffi.Int Function(ffi.Pointer<ffi.UnsignedChar> command, + ffi.Void Function(ffi.Pointer<ffi.UnsignedChar> command, ffi.UnsignedInt cmd_len)>>)>(); ffi.Pointer<ffi.Void> MONERO_WalletManager_createWallet( |
