ElisionMode

How top-level fields are elided when rendering transaction help.

Synopsis

Declared in <rpc/rawtransaction_util.h>

enum class ElisionMode : int;

Members

NameDescription
None no elision, all top-level fields rendered normally
WithSummary first field carries elision_summary as "...", rest skipped
Silent all top-level fields skipped silently (no "..." line)