Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <univalue.h>
#include <iomanip>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
static bool | validNumStr (const std::string &s) |
const char * | uvTypeName (UniValue::VType t) |
Variables | |
const UniValue | NullUniValue |
const char * uvTypeName | ( | UniValue::VType | t | ) |
|
static |
Definition at line 37 of file univalue.cpp.
const UniValue NullUniValue |
Definition at line 16 of file univalue.cpp.