Wrapper for UniValue::VType, which includes typeAny: Used to denote don't care type.
Declared in <rpc/util.h>
struct UniValueType;
| Name | Description |
|---|---|
UniValueType [constructor] | Constructors |
| Name | Description |
|---|---|
type | The required type when typeAny is false. |
typeAny | If true, any type is accepted and type is ignored. |