PushWarnings overloads
Declared in <rpc/util.h>
Push warning messages to an RPC "warnings" field as a JSON array of strings.
void
PushWarnings(
UniValue const& warnings,
UniValue& obj);
» more...
Push warning messages to an RPC "warnings" field as a JSON array of strings.
void
PushWarnings(
std::vector<bilingual_str> const& warnings,
UniValue& obj);
» more...
| Name | Description |
|---|---|
| warnings [in] | Warning messages to push. |
| obj [out] | UniValue object to push the warnings array object to. |