Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiscoveryCommandOptions

interface

DiscoveryCommandOptions

description

This interface defines arguments that can be passed to any discovery 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

BaseCommandOptions

since

v0.2.0

Hierarchy

Index

Properties

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}

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}

source: string

Defines the discovery source for said discovery command. This is usually a dHealth Account Public Key in hexadecimal format or a dHealth Account Address.

access

public

var

{string}

Generated using TypeDoc