Variable BasicActionsConst

BasicActions: {
    updateCheckpoint: Action<Record<string, any>, Record<string, any>>;
    updateContext: Action<Record<string, any>, Record<string, any>>;
    updateExecutionUnits: Action<Record<string, any>, Record<string, any>>;
    updateLogs: Action<Record<string, any>, Record<string, any>>;
} = ...

A dictionary to reference the basic actions

Type declaration

  • updateCheckpoint: Action<Record<string, any>, Record<string, any>>
  • updateContext: Action<Record<string, any>, Record<string, any>>
  • updateExecutionUnits: Action<Record<string, any>, Record<string, any>>
  • updateLogs: Action<Record<string, any>, Record<string, any>>

Generated using TypeDoc