![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <stdint.h>#include <errno.h>#include <iomanip>#include <limits>#include <sstream>#include <stdexcept>#include <stdlib.h>#include <string.h>#include "univalue.h"Go to the source code of this file.
Functions | |
| const char * | uvTypeName (UniValue::VType t) |
| const UniValue & | find_value (const UniValue &obj, const std::string &name) |
Variables | |
| const UniValue | NullUniValue |
| const char* uvTypeName | ( | UniValue::VType | t | ) |
| const UniValue NullUniValue |
Definition at line 78 of file univalue.cpp.
1.8.17