• Sign a given Deploy Object 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

    • deploy: Deploy

      Deploy object.

    • options: any = {}

      Options object.

    Returns Promise<Deploy>

    Signed deploy object.