Determines which of the variant's alternatives is encoded in this message.
The value encoded within the Variant.
Omitted from the transaction stream when verbose streaming is not enabled.
Optional when submitting commands.
Generated using TypeDoc
A value with alternative representations.
Example:
{ valueType: 'variant', constructor: 'SomeVariant', value: { valueType: 'record', fields: { a: { valueType: 'bool', bool: true }, b: { valueType: 'int64', int64: '42' } } } }
To express values in a more concise way, you can have a look at the ValueHelpers.
Identifier
Value