UniValueType::UniValueType

Construct a matcher that accepts only the given concrete type.

Synopsis

Declared in <rpc/util.h>

UniValueType(UniValue::VType _type);

Parameters

NameDescription
_typeThe required UniValue type.