Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 83 of file util.h.

Constructor & Destructor Documentation

◆ UniValueType() [1/2]

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

Definition at line 84 of file util.h.

◆ UniValueType() [2/2]

UniValueType::UniValueType ( )
inline

Definition at line 85 of file util.h.

Member Data Documentation

◆ type

UniValue::VType UniValueType::type

Definition at line 87 of file util.h.

◆ typeAny

bool UniValueType::typeAny

Definition at line 86 of file util.h.


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