mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
9e3d55b562
commit
c7a99a6084
21 changed files with 791 additions and 41 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue