You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rpc/util.h
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ struct RPCArg {
144
144
using Fallback = boost::variant<Optional, /* default value for optional args */ std::string>;
145
145
const std::string m_names; //!< The name of the arg (can be empty for inner args, can contain multiple aliases separated by | for named request arguments)
146
146
const Type m_type;
147
+
constbool m_hidden;
147
148
const std::vector<RPCArg> m_inner; //!< Only used for arrays or dicts
0 commit comments