@@ -238,6 +238,7 @@ list of candidate spends is returned.
238
238
| blockchain_height | ` uint64 ` | Current blockchain height |
239
239
| spent_outputs | array of ` spend ` objects | Possible spend info |
240
240
| rates * | ` rates ` | Current exchange rates |
241
+ | lookahead_fail * | bool | Import lookahead failed |
241
242
242
243
> ` rates ` is omitted if unavailable.
243
244
@@ -266,6 +267,7 @@ spends is returned.
266
267
| start_height | ` uint64 ` | Start height of response |
267
268
| blockchain_height | ` uint64 ` | Current blockchain height |
268
269
| transactions | array of ` transaction ` objects | Possible spend info |
270
+ | lookahead_fail * | bool | Import lookahead failed |
269
271
270
272
#### ` get_random_outs `
271
273
Selects random outputs to use in a ring signature of a new transaction. If the
@@ -313,6 +315,7 @@ was actually spent.
313
315
| mixin | ` uint32 ` | Minimum mixin for source output |
314
316
| use_dust | ` boolean ` | Return all available outputs |
315
317
| dust_threshold * | ` uint64-string ` | Ignore outputs below this amount |
318
+ | lookahead_fail * | bool | Import lookahead failed |
316
319
317
320
> If the total received outputs for the address is less than ` amount ` , the
318
321
> server shall return a HTTP 400 "Bad Request" error code.
@@ -326,15 +329,17 @@ was actually spent.
326
329
| amount | ` uint64-string ` | The total value in outputs |
327
330
| outputs | array of ` output ` objects | Outputs possibly available for spending |
328
331
329
- #### ` import_request `
332
+ #### ` import_wallet_request `
330
333
Request an account scan from the genesis block.
331
334
332
335
** Request** object
333
336
334
- | Field | Type | Description |
335
- | ----------| ------------------| -------------------------|
336
- | address | ` base58-address ` | Address to create/probe |
337
- | view_key | ` binary ` | View key bytes |
337
+ | Field | Type | Description |
338
+ | ---------------| ------------------| --------------------------|
339
+ | address | ` base58-address ` | Address to create/probe |
340
+ | view_key | ` binary ` | View key bytes |
341
+ | from_height * | ` uint64 ` | import start height |
342
+ | lookahead * | ` address_meta ` | use subaddress lookahead |
338
343
339
344
** Response** object
340
345
0 commit comments