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.
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.
Defines the contract's operation, or "how does data get processed" for this specific contract.
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.
Generated using TypeDoc
ProcessOperationsCommandOptions
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.
ProcessorCommandOptions
v0.3.0