ElideGroup

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.

Synopsis

Declared in <rpc/util.h>

std::vector<RPCResult>
ElideGroup(
    std::vector<RPCResult> fields,
    std::string summary = "");

Return Value

The fields with elision options applied.

Parameters

NameDescription
fieldsThe result fields to elide.
summarySummary text rendered as "..." for the elided group.