RPC - add IS fields to getblock

Update RPC table for getrawtx
This commit is contained in:
thephez 2019-09-09 11:02:08 -04:00
parent 211265790a
commit 1d8d23d083
4 changed files with 14 additions and 4 deletions

View file

@ -248,7 +248,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
* [DecodeRawTransaction][rpc decoderawtransaction]: {{summary_decodeRawTransaction}} {{UPDATED0_13_0}}
* [DecodeScript][rpc decodescript]: {{summary_decodeScript}}
* [FundRawTransaction][rpc fundrawtransaction]: {{summary_fundRawTransaction}} {{DASH_UPDATED0_12_3}} {{UPDATED0_14_0}}
* [GetRawTransaction][rpc getrawtransaction]: {{summary_getRawTransaction}} {{DASH_UPDATED0_14_0}}
* [GetRawTransaction][rpc getrawtransaction]: {{summary_getRawTransaction}} {{DASH_UPDATED0_14_1}}
* [SendRawTransaction][rpc sendrawtransaction]: {{summary_sendRawTransaction}} {{DASH_UPDATED0_14_1}}
* [SignRawTransaction][rpc signrawtransaction]: {{summary_signRawTransaction}}

View file

@ -217,6 +217,16 @@ The `getblock` RPC {{summary_getBlock}}
{{INCLUDE_DECODE_RAW_TRANSACTION}}
- n: "→ →<br>`instantlock`"
t: "bool"
p: "Required<br>(exactly 1)"
d: "If set to `true`, this transaction is locked (by InstantSend or a ChainLock)"
- n: "→ →<br>`instantlock_internal`"
t: "bool"
p: "Required<br>(exactly 1)"
d: "If set to `true`, this transaction has an InstantSend lock"
- n: "→<br>`cbTx`"
t: "object"
p: "Required<br>(exactly 1)"

View file

@ -101,7 +101,7 @@ deprecated.
p: "Optional<br>(0 or 1)"
d: "This field is currently identical to the time field described above"
- n: "<br>`instantlock`"
- n: "<br>`instantlock`"
t: "bool"
p: "Required<br>(exactly 1)"
d: "If set to `true`, this transaction is locked (by InstantSend or a ChainLock)"
@ -111,7 +111,7 @@ deprecated.
p: "Required<br>(exactly 1)"
d: "If set to `true`, this transaction has an InstantSend lock"
- n: "<br>`chainlock`"
- n: "<br>`chainlock`"
t: "bool"
p: "Required<br>(exactly 1)"
d: "*Added in Dash Core 0.14.0*<br><br>If set to `true`, this transaction is in a block that is locked (not susceptible to a chain re-org)"

View file

@ -497,7 +497,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
<td class="tg-yw4l">Rawtransactions</td>
<td class="tg-yw4l"><a href="#getrawtransaction">GetRawTransaction</a></td>
<td class="tg-baqh">Y</td>
<td class="tg-baqh">Updated in 0.14.0.0</td>
<td class="tg-baqh">Updated in 0.14.1.0</td>
</tr>
<tr>
<td class="tg-b7b8">Rawtransactions</td>