The JSON type of the result field.
Synopsis
Declared in <rpc/util.h>
enum class Type : int;
Members
Name |
Description |
|
A JSON object. |
|
A JSON array. |
|
A JSON string. |
|
A JSON number. |
|
A JSON boolean. |
|
No result (null). |
|
Special type to disable type checks |
|
Special string to represent a floating point amount |
|
Special string with only hex chars |
|
Special dictionary with keys that are not literals |
|
Special array that has a fixed number of entries |
|
Special numeric to denote unix epoch time |
Created with MrDocs