Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
RPCResultOptions Struct Reference

#include <util.h>

Public Attributes

bool skip_type_check {false}
 
std::optional< std::string > print_elision {std::nullopt}
 Whether to treat this as elided in the human-readable description, and possibly supply a description for the elision. More...
 

Detailed Description

Definition at line 295 of file util.h.

Member Data Documentation

◆ print_elision

std::optional<std::string> RPCResultOptions::print_elision {std::nullopt}

Whether to treat this as elided in the human-readable description, and possibly supply a description for the elision.

Normally, there will be one string on any of the elided results, for example Same output as verbosity = 1, and all other elided strings will be empty.

  • If nullopt: normal display.
  • If empty string: suppress from help.
  • If non-empty: show "..." with this description.

Definition at line 305 of file util.h.

◆ skip_type_check

bool RPCResultOptions::skip_type_check {false}

Definition at line 296 of file util.h.


The documentation for this struct was generated from the following file: