Verbose level for block's transaction
Declared in <core_io.h>
enum class TxVerbosity : int;
| Name | Description |
|---|---|
SHOW_TXID | Only TXID for each block's transaction |
SHOW_DETAILS | Include TXID, inputs, outputs, and other common block's transaction information |
SHOW_DETAILS_AND_PREVOUT | The same as previous option with information about prevouts if available |