From c7b1be9fd29266479455a629380a92b495cae295 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 6 Dec 2021 13:29:57 +1000 Subject: [PATCH] Update list of RPC methods in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c93f06a9..ee1fdc97 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,17 @@ The `zcashd` can be configured to run `mainnet` or `testnet` (or `regtest`). If It's necessary to run `zcashd --reindex` one time for these options to take effect. This typically takes several hours, and requires more space in the `.zcash` data directory. Lightwalletd uses the following `zcashd` RPCs: +- `getinfo` - `getblockchaininfo` +- `getbestblockhash` +- `z_gettreestate` - `getblock` - `getrawtransaction` -- `getaddresstxids` - `sendrawtransaction` +- `getrawmempool` +- `getaddresstxids` +- `getaddressbalance` +- `getaddressutxos` ## Lightwalletd