RPCResult::ToSections

Append the sections of the result.

Synopsis

Declared in <rpc/util.h>

void
ToSections(
    Sections& sections,
    OuterType outer_type = OuterType::NONE,
    int current_indent = 0) const;

Parameters

NameDescription
sectionsThe section accumulator to append to.
outer_typeThe type of the enclosing array or object.
current_indentThe current indentation level.