Bitcoin ABC  0.26.3
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 <util.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.

Definition at line 44 of file util.h.

Constructor & Destructor Documentation

◆ UniValueType() [1/2]

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

Definition at line 45 of file util.h.

◆ UniValueType() [2/2]

UniValueType::UniValueType ( )
inline

Definition at line 46 of file util.h.

Member Data Documentation

◆ type

UniValue::VType UniValueType::type

Definition at line 48 of file util.h.

◆ typeAny

bool UniValueType::typeAny

Definition at line 47 of file util.h.


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