Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
UniValueType Struct Reference

Wrapper for UniValue::VType, which includes typeAny: Used to denote don't care type. More...

#include <server.h>

Public Member Functions

 UniValueType (UniValue::VType _type)
 
 UniValueType ()
 

Public Attributes

bool typeAny
 
UniValue::VType type
 

Detailed Description

Wrapper for UniValue::VType, which includes typeAny: Used to denote don't care type.

Only used by RPCTypeCheckObj

Definition at line 47 of file server.h.

Constructor & Destructor Documentation

UniValueType::UniValueType ( UniValue::VType  _type)
inline

Definition at line 48 of file server.h.

UniValueType::UniValueType ( )
inline

Definition at line 49 of file server.h.

Member Data Documentation

UniValue::VType UniValueType::type

Definition at line 51 of file server.h.

bool UniValueType::typeAny

Definition at line 50 of file server.h.


The documentation for this struct was generated from the following file: