Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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 30 of file server.h.

Constructor & Destructor Documentation

◆ UniValueType() [1/2]

UniValueType::UniValueType ( UniValue::VType  _type)
inlineexplicit

Definition at line 31 of file server.h.

◆ UniValueType() [2/2]

UniValueType::UniValueType ( )
inline

Definition at line 32 of file server.h.

Member Data Documentation

◆ type

UniValue::VType UniValueType::type

Definition at line 34 of file server.h.

◆ typeAny

bool UniValueType::typeAny

Definition at line 33 of file server.h.


The documentation for this struct was generated from the following file:
Released under the MIT license