summaryrefslogtreecommitdiff
path: root/impls/monero.ts/src/symbols.ts
diff options
context:
space:
mode:
Diffstat (limited to 'impls/monero.ts/src/symbols.ts')
-rw-r--r--impls/monero.ts/src/symbols.ts17
1 files changed, 2 insertions, 15 deletions
diff --git a/impls/monero.ts/src/symbols.ts b/impls/monero.ts/src/symbols.ts
index b2cf965..91d95b2 100644
--- a/impls/monero.ts/src/symbols.ts
+++ b/impls/monero.ts/src/symbols.ts
@@ -1252,21 +1252,6 @@ export const moneroSymbols = {
wallet_ptr: "pointer",
],
},
- MONERO_Wallet_daemonBlockChainHeight_cached: {
- nonblocking: true,
- result: "u64",
- parameters: ["pointer"] as [
- wallet_ptr: "pointer",
- ],
- },
- MONERO_Wallet_daemonBlockChainHeight_runThread: {
- nonblocking: true,
- result: "void",
- parameters: ["pointer", "i32"] as [
- wallet_ptr: "pointer",
- seconds: "i32",
- ],
- },
MONERO_Wallet_daemonBlockChainTargetHeight: {
nonblocking: true,
result: "u64",
@@ -1563,6 +1548,7 @@ export const moneroSymbols = {
],
},
MONERO_Wallet_createTransactionMultDest: {
+ optional: true,
nonblocking: true,
result: "pointer",
parameters: [
@@ -1971,6 +1957,7 @@ export const moneroSymbols = {
],
},
MONERO_Wallet_reconnectDevice: {
+ optional: true,
nonblocking: true,
result: "bool",
parameters: ["pointer"] as [