Constructors
Synopses
Declared in <rpc/util.h>
Construct a matcher that accepts any type.
UniValueType();
Construct a matcher that accepts only the given concrete type.
UniValueType(UniValue::VType _type);
Parameters
Name |
Description |
_type |
The required UniValue type. |
Created with MrDocs