summaryrefslogtreecommitdiff
path: root/impls/monero.rs/src/bindings.rs
diff options
context:
space:
mode:
Diffstat (limited to 'impls/monero.rs/src/bindings.rs')
-rw-r--r--impls/monero.rs/src/bindings.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/impls/monero.rs/src/bindings.rs b/impls/monero.rs/src/bindings.rs
index 556f5ad..b7543b1 100644
--- a/impls/monero.rs/src/bindings.rs
+++ b/impls/monero.rs/src/bindings.rs
@@ -1244,6 +1244,17 @@ extern "C" {
) -> *const ::std::os::raw::c_char;
}
extern "C" {
+ pub fn MONERO_Wallet_checkTxKey(
+ wallet_ptr: *mut ::std::os::raw::c_void,
+ txid: *const ::std::os::raw::c_char,
+ tx_key: *const ::std::os::raw::c_char,
+ address: *const ::std::os::raw::c_char,
+ received: *mut u64,
+ in_pool: *mut bool,
+ confirmations: *mut u64,
+ ) -> bool;
+}
+extern "C" {
pub fn MONERO_Wallet_signMessage(
wallet_ptr: *mut ::std::os::raw::c_void,
message: *const ::std::os::raw::c_char,