Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Jul 22, 2018
1 parent ce3db8e commit 2c205a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation.md
Expand Up @@ -341,6 +341,7 @@ The Foundation is controlled by a Board of Directors. The membership is not know
# JSON-RPC API reference

Peercoin daemon offers JSON-RPC interface which can be used to control the daemon or integrate it with software stack.
You can send commands to the daemon by using `peercoin-cli` tool.

There are two official wrappers for this interface, a PHP one and a Python2.7+ one.

Expand Down Expand Up @@ -391,3 +392,4 @@ https://github.com/peercoin/peercoin-php-rpc
| `sendrawtransaction` | `hex_string` |Submits raw transaction (serialized, hex-encoded) to local node and network.|no|
| `validateaddress` | `address` |Return information about `address`.|no|
| `encryptwallet` | `passphrase` |Encrypts the wallet with `passphrase`|no|
| `enforcecheckpoint` | `bool` |`enforce` is true or false to enable or disable enforcement of broadcasted checkpoints by developer.`|no|

0 comments on commit 2c205a4

Please sign in to comment.