Constructors
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...
| Name | Description |
|---|---|
| _type | The required UniValue type. |