UniValueType::UniValueType

Constructors

Synopses

Declared in <rpc/util.h>

Construct a matcher that accepts any type.

UniValueType();
» more...

Construct a matcher that accepts only the given concrete type.

UniValueType(UniValue::VType _type);
» more...

Parameters

NameDescription
_typeThe required UniValue type.