RPC Developer reference updated based on 0.12.1

I updated all changes to the RPC API from 0.11.0 to 0.12.1.
An update based on 0.13.1 will follow soon.
This commit is contained in:
Michael Rotarius 2016-11-15 17:17:05 +01:00
parent 9e3d55b562
commit c7a99a6084
21 changed files with 791 additions and 41 deletions

View file

@ -93,6 +93,11 @@ http://opensource.org/licenses/MIT.
p: "Required<br>(exactly 1)"
d: "A Unix epoch time when the transaction was detected by the local node, or the time of the block on the local best block chain that included the transaction"
- n: "{{DEPTH}}<br>`bip125-replaceable`"
t: "string"
p: "Required<br>(exactly 1)"
d: "*Added in Bitcoin Core 0.12.0*<br><br>Indicates if a transaction is replaceable under BIP 125:<br>`yes` is replaceable<br>`no` not replaceable<br>`unknown` for unconfirmed transactions not in the mempool"
- n: "{{DEPTH}}<br>`comment`"
t: "string"
p: "Optional<br>(0 or 1)"