Function signMessage

  • 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.

    Returns

    Message signature.

    Parameters

    • message: string

      String message.

    • options: any = {}

      Options object.

    Returns Promise<string>

Generated using TypeDoc