Bitcoin Core  27.99.0
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 74 of file util.h.

Constructor & Destructor Documentation

◆ UniValueType() [1/2]

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

Definition at line 75 of file util.h.

◆ UniValueType() [2/2]

UniValueType::UniValueType ( )
inline

Definition at line 76 of file util.h.

Member Data Documentation

◆ type

UniValue::VType UniValueType::type

Definition at line 78 of file util.h.

◆ typeAny

bool UniValueType::typeAny

Definition at line 77 of file util.h.


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