Verbose level for block's transaction

Synopsis

Declared in <core_io.h>

enum class TxVerbosity : int;

Members

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

Created with MrDocs