mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
RPC - add IS fields to getblock
Update RPC table for getrawtx
This commit is contained in:
parent
211265790a
commit
1d8d23d083
4 changed files with 14 additions and 4 deletions
|
@ -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}}
|
||||
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue