Options controlling how TxDoc renders the decoded transaction help.
Synopsis
Declared in <rpc/rawtransaction_util.h>
struct TxDocOptions;
Data Members
Name |
Description |
Controls top‐level field elision in the help |
|
Summary text shown as "..." required for elision_mode == WithSummary |
|
Include fee field |
|
Customize the fee field's description (only meaningful when fee is true) |
|
Include hex field |
|
Include prevout field |
|
Customize the prevout field's description (only meaningful when prevout is true) |
|
Mark prevout field as optional (omitted when undo data unavailable) |
|
The description of the txid field |
|
Elide vin inner fields but keep vin array with prevout expanded. |
|
Customize the vin item object's description (only meaningful when vin_inner_elision is set) |
|
Include wallet‐related fields (e.g. ischange on outputs) |