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

Synopsis

Declared in <rpc/util.h>

struct UniValueType;

Member Functions

Name

Description

UniValueType [constructor]

Constructors

Data Members

Name

Description

type

The required type when typeAny is false.

typeAny

If true, any type is accepted and type is ignored.

Created with MrDocs