Expand description

Pallet types.

Each pallet must have this file.

Structs

Operation data. This contains all the needed parameters which define the Operation and is hashed to produce its id

Extra information (non hashed) for Operation entity

Enums

Operation Version artifact types. This enum corresponds to the different types of packages created by the publisher service when an Operation Version is published

Type Definitions

Operation entity, alias of AnagolayStructure<OperationData, OperationExtra>

This is the Storage record of Operation

Alias for the data type of the Workflow version

This is the Storage record of Operation Version.

Textual representation of a type @TODO we might have an issue with this because this can be anything and it transforms into the string[] in typescript which is not the same as String