RPCArg::ToStringObj

Return the type string of the argument when it is in an object (dict). Set oneline to get the oneline representation (less whitespace)

Synopsis

Declared in <rpc/util.h>

std::string
ToStringObj(bool oneline) const;

Return Value

The type string of the argument as an object member.

Parameters

NameDescription
onelineIf true, return the compact one-line representation.