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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ struct RPCArg {
51
51
OBJ_USER_KEYS, //!< Special type where the user must set the keys e.g. to define multiple addresses; as opposed to e.g. an options object where the keys are predefined
52
52
AMOUNT, //!< Special type representing a floating point amount (can be either NUM or STR)
53
53
STR_HEX, //!< Special type that is a STR with only hex chars
54
+
RANGE, //!< Special type that is a NUM or [NUM,NUM]
0 commit comments