Expression functions
Expression functions are used to help build expressions defined in some nodes, such as conditional checks or variable value assignments.
They are grouped into several packages, based on their purpose.
Packages
pdk.util.Any - contains most basic functions applicable to any variable.
pdk.util.Array - contains functions to work with arrays.
pdk.util.Blockchain - contains functions to manage and manipulate blockchain data.
pdk.util.Cast - contains functions to convert variable values from one data type to another.
pdk.util.Codec - contains functions to transform variable values to/from specialized encoded formats.
pdk.util.Crypto - contains functions to encrypt/decrypt data.
pdk.util.Date - contains functions to work with dates and timestamps.
pdk.util.File - contains functions to work with Files.
pdk.util.Json - contains functions to work with JSON-formatted data structures.
pdk.util.JWT - contains functions to control application security with JSON web tokens.
pdk.util.Map - contains functions to work with maps.
pdk.util.Math - contains functions to perform mathematical operations.
pdk.util.String - contains functions to work with strings.
pdk.util.Util - contains some other utility functions.
Last updated