Merge #104: fix: doc/API.md

873a697ba4736024bbdc84da65ac06de003716cc fix: doc/API.md (edouard)

Pull request description:

ACKs for top commit:
  darosior:
    ACK 873a697ba4736024bbdc84da65ac06de003716cc

Tree-SHA512: 3daca5aecd9b2346e491cbb8a6e0a17e2d5b9392ac804ae091cffc39153dd70c30a0a0e7b624ec38b504ff503103c7d14752943281b50d7a55ab976b30bdad30
This commit is contained in:
edouard 2022-11-19 15:28:20 +01:00
commit ce259cd59f
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -1,6 +1,6 @@
# Minisafe API
# Liana daemon API
`minisafe` exposes a [JSON-RPC 2.0](https://www.jsonrpc.org/specification)
`lianad` exposes a [JSON-RPC 2.0](https://www.jsonrpc.org/specification)
interface over a Unix Domain socket.
Commands must be sent as valid JSONRPC 2.0 requests, ending with a `\n`.
@ -10,6 +10,7 @@ Commands must be sent as valid JSONRPC 2.0 requests, ending with a `\n`.
| [`stop`](#stop) | Stops the minisafe daemon |
| [`getinfo`](#getinfo) | Get general information about the daemon |
| [`getnewaddress`](#getnewaddress) | Get a new receiving address |
| [`listcoins`](#listcoins) | List all wallet transaction outputs. |
| [`listspendtxs`](#listspendtxs) | List all stored Spend transactions |
| [`delspendtx`](#delspendtx) | Delete a stored Spend transaction |
| [`broadcastspend`](#broadcastspend) | Finalize a stored Spend PSBT, and broadcast it |
@ -21,7 +22,7 @@ Commands must be sent as valid JSONRPC 2.0 requests, ending with a `\n`.
### `stop`
Stops the minisafe daemon.
Stops the Liana daemon.
#### Response