mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
add verbosity option:2
This commit is contained in:
parent
10046124a3
commit
87a0b1e9fb
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ The `getblock` RPC {{summary_getBlock}}
|
|||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "Format"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "Set to `false` to get the block in serialized block format; set to `true` (the default) to get the decoded block as a JSON object"
|
||||
t: "number"
|
||||
p: "Optional<br>(0, 1 or 2)"
|
||||
d: "Set to `0` to get the block in serialized block format; set to `1` (the default) to get the decoded block as a JSON object; set to `2` to get the decoded block as a JSON object with verbose transaction decoding"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue