• Sign a given string message with the corresponding public key. You must pass the active public key from the user and the public key where the deploy is going to be used.

    Parameters

    • message: string

      String message.

    • options: any = {}

      Options object.

    Returns Promise<string>

    Message signature.