[#UniValueType-2constructor-0f] = xref:UniValueType.adoc[UniValueType]::UniValueType :relfileprefix: ../ :mrdocs: Construct a matcher that accepts only the given concrete type. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- UniValueType(xref:UniValue.adoc[UniValue::VType] _type); ---- == Parameters [cols="1,4"] |=== | Name| Description | *_type* | The required UniValue type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#