Stamp elision onto an entire vector of RPCResult fields at once. Merges into existing m_opts so that flags like skip_type_check are preserved.
Declared in <rpc/util.h>
std::vector<RPCResult>
ElideGroup(
std::vector<RPCResult> fields,
std::string summary = "");
The fields with elision options applied.
| Name | Description |
|---|---|
| fields | The result fields to elide. |
| summary | Summary text rendered as "..." for the elided group. |