[#UniValueType] = UniValueType :mrdocs: Wrapper for UniValue::VType, which includes typeAny: Used to denote don't care type. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct UniValueType; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:UniValueType/2constructor-05.adoc[`UniValueType`] [.small]#[constructor]# | Constructors |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:UniValueType/type.adoc[`type`] | The required type when `typeAny` is false. | xref:UniValueType/typeAny.adoc[`typeAny`] | If true, any type is accepted and `type` is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#