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