Skip to content

Commit

Permalink
Update list of RPC methods in README
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored and LarryRuane committed Dec 8, 2021
1 parent 13de323 commit c7b1be9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c7b1be9

Please sign in to comment.