Util (pdk.util)

Contains the utility structures

ValidationNodeResult

Represents the data structure for variables generated by Validator nodes.

Properties:

Superstructures: Object <- Any


ValidationFunctionResult

Contains information about the validation function and the input arguments that were used.

Properties:

Superstructures: Object <- Any


AttributeValidationResult

Contains a link to the data structure attribute and the validation functions that were used to test whether the attribute is valid.

Properties:

Superstructures: Object <- Any


ValidationFunctionArgument

Contains information about the function argument and value. For example, let's take the validation function minLength(5): this function is used to check if the length of any string is at least 5. In this example, '5' is the function argument.

Properties:

Superstructures: Object <- Any

Last updated