• Signs the provided message using the provided signer and produces a Signature object.

    Parameters

    • message: string

      the message to sign

    • signer: Signer

      the signer that will sign the message

    Returns Promise<Signature>