Return the type string of the argument when it is in an object (dict). Set oneline to get the oneline representation (less whitespace)
Declared in <rpc/util.h>
std::string
ToStringObj(bool oneline) const;
The type string of the argument as an object member.
| Name | Description |
|---|---|
| oneline | If true, return the compact one-line representation. |