Update list of RPC methods in README
This commit is contained in:
parent
13de3232b3
commit
c7b1be9fd2
|
@ -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.
|
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:
|
Lightwalletd uses the following `zcashd` RPCs:
|
||||||
|
- `getinfo`
|
||||||
- `getblockchaininfo`
|
- `getblockchaininfo`
|
||||||
|
- `getbestblockhash`
|
||||||
|
- `z_gettreestate`
|
||||||
- `getblock`
|
- `getblock`
|
||||||
- `getrawtransaction`
|
- `getrawtransaction`
|
||||||
- `getaddresstxids`
|
|
||||||
- `sendrawtransaction`
|
- `sendrawtransaction`
|
||||||
|
- `getrawmempool`
|
||||||
|
- `getaddresstxids`
|
||||||
|
- `getaddressbalance`
|
||||||
|
- `getaddressutxos`
|
||||||
|
|
||||||
## Lightwalletd
|
## Lightwalletd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue