Skip to content

opengradient / workflow_models / types

Package opengradient.workflow_models.types

Type definitions for models module.

Classes

WorkflowModelOutput

Output definition for reading from a workflow model.

Constructor

python
def __init__(result: str, block_explorer_link: str = '')

Variables

  • static block_explorer_link : str - (Optional) Block explorer link for the smart contract address of the workflow.
  • static result : str - Result of the workflow formatted as a string.