Update list of RPC methods in README

This commit is contained in:
teor 2021-12-06 13:29:57 +10:00 committed by Larry Ruane
parent 13de3232b3
commit c7b1be9fd2
1 changed files with 7 additions and 1 deletions

View File

@ -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