@hashgraph/solo
    Preparing search index...
    Index

    Constructors

    Accessors

    • get userEmailAddress(): `${string}@${string}.${string}`

      Returns `${string}@${string}.${string}`

      the email address from the local config data if it's loaded

      SoloError if the config is not loaded

    Methods

    • Creates new instance of the local config, after validation writes it to the specified file path.

      Parameters

      • email: `${string}@${string}.${string}`

        the user identification

      • soloVersion: string

        the current solo version

      Returns Promise<void>

    • Method is used to apply changes to the local config, use the callback to modify the underlying values. Handles checking prerequisites, validation and writing the file.

      Parameters

      • callback: (config: LocalConfigDataWrapper) => Promise<void>

        callback function containing inside of the the data wrapper.

      Returns Promise<void>

      SoloError if the local config is not loaded prior to modifying.