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

Commit

Permalink
small formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Jul 22, 2018
1 parent 8100067 commit 09cd9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/docs/006-json-rpc-api-reference.md
Expand Up @@ -23,7 +23,7 @@ https://github.com/peercoin/peercoin-php-rpc
| `gettransaction` | `txid` |Returns an object about the given transaction containing:<br> "amount" : total amount of the transaction<br>"confirmations" : number of confirmations of the transaction<br>"txid" : the transaction ID<br>"time" : time associated with the transaction|no|
| `walletpassphrase` | `passphrase` `timeout` |Stores the wallet decryption key in memory for `timeout` seconds.|no|
| `getbalance` |[account] [minconf=1]|If [account] is not specified, returns the server's total available balance.<br>If [account] is specified, returns the balance in the account.|no|
| `getreceivedbyaddress`| `address` [minconf=1] |Returns the amount received by `address` in transactions with at least [minconf] confirmations. It correctly handles the case <br> |no| where someone has sent to the address in multiple transactions. Keep in mind that addresses are only ever used for receiving <br>transactions. Works only for addresses in the local wallet, external addresses will always show 0.<br>
| `getreceivedbyaddress`| `address` [minconf=1] |Returns the amount received by `address` in transactions with at least [minconf] confirmations. It correctly handles the case where someone has sent to the address in multiple transactions. Keep in mind that addresses are only ever used for receiving transactions.<br>Works only for addresses in the local wallet, external addresses will always show 0.|no|
| `getdifficulty` | |Returns proof-of-stake and proof-of-work difficulty|no|
| `getpeerinfo` | |Returns data about each connected node.|no|
| `getaddressesbyaccount`| `account` |Returns the list of addresses for the given account.|no|
Expand Down

0 comments on commit 09cd9c2

Please sign in to comment.