rpc: allow empty JSON object result

This commit is contained in:
Sjors Provoost
2021-12-13 13:24:17 +07:00
parent bfbf91d0b2
commit 8d1a3e6498
2 changed files with 6 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ struct RPCResult {
STR_AMOUNT, //!< Special string to represent a floating point amount
STR_HEX, //!< Special string with only hex chars
OBJ_DYN, //!< Special dictionary with keys that are not literals
OBJ_EMPTY, //!< Special type to allow empty OBJ
ARR_FIXED, //!< Special array that has a fixed number of entries
NUM_TIME, //!< Special numeric to denote unix epoch time
ELISION, //!< Special type to denote elision (...)