Skip to content

Commit c7b1be9

Browse files
teor2345LarryRuane
authored andcommitted
Update list of RPC methods in README
1 parent 13de323 commit c7b1be9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,17 @@ The `zcashd` can be configured to run `mainnet` or `testnet` (or `regtest`). If
5050
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.
5151

5252
Lightwalletd uses the following `zcashd` RPCs:
53+
- `getinfo`
5354
- `getblockchaininfo`
55+
- `getbestblockhash`
56+
- `z_gettreestate`
5457
- `getblock`
5558
- `getrawtransaction`
56-
- `getaddresstxids`
5759
- `sendrawtransaction`
60+
- `getrawmempool`
61+
- `getaddresstxids`
62+
- `getaddressbalance`
63+
- `getaddressutxos`
5864

5965
## Lightwalletd
6066

0 commit comments

Comments
 (0)