Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessOperationsCommandOptions

interface

ProcessOperationsCommandOptions

description

This interface defines arguments that can be passed to this processor command that is implemented in the backend runtime.

Note that it is important that child classes extend this interface with their own specification of arguments.

see

ProcessorCommandOptions

since

v0.3.0

Hierarchy

Index

Properties

contract: string

Defines the contract that is being processed with this command.

We require the input of a contract here such that processing is always scoped around singular contract functionalities.

access

public

var

{string}

debug?: boolean

Whether debug must be enabled. Enabling this argument will display log messages for all modes (including mode debug).

When this argument is enabled, it is possible that many logs will be printed to the terminal/shell during runtime.

access

public

var

{boolean}

Defines the contract's operation, or "how does data get processed" for this specific contract.

access

public

var

{OperationParameters}

quiet?: boolean

Whether quiet must be enabled. Enabling this argument will display no log messages at all except for errors.

When this argument is enabled, the runtime will not produce any logs outside of errors.

access

public

var

{boolean}

Generated using TypeDoc