How top-level fields are elided when rendering transaction help.
Declared in <rpc/rawtransaction_util.h>
enum class ElisionMode : int;
| Name | Description |
|---|---|
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) |