joinmarket/docs/api
Adam Gibson 7f4eaa9846
RPC-API: add ability to recover wallet
Fixes #1082:

This commit allows recovery of a wallet from a seedphrase
with a new endpoint wallet/recover. 4 parameters are passed in,
the same three as for wallet/create but also a bip39 seedphrase
as the fourth argument.

This commit also adds a rescanblockchain RPC call and status:

This adds a new endpoint /rescanblockchain which is (Core) wallet specific
(due to underlying JM architecture). This action is spawned in a thread,
since the bitcoind RPC call is blocking and can take a very long time.
To monitor the status of the rescan, an extra field `rescanning` is
added to the /session endpoint.

Also adds test of rpc wallet recovery
2023-03-23 10:47:12 -06:00
..
index.html Self-host redoc js 2022-01-27 17:09:50 +01:00
redoc.standalone.min.js Self-host redoc js 2022-01-27 17:09:50 +01:00
wallet-rpc.yaml RPC-API: add ability to recover wallet 2023-03-23 10:47:12 -06:00