UniValueType

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

Synopsis

Declared in <rpc/util.h>

struct UniValueType;

Member Functions

NameDescription
UniValueType [constructor]Constructors

Data Members

NameDescription
type The required type when typeAny is false.
typeAny If true, any type is accepted and type is ignored.