Function signDeploy

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

    Returns

    Signed deploy object.

    Parameters

    • deploy: Deploy

      Deploy object.

    • options: any = {}

      Options object.

    Returns Promise<Deploy>

Generated using TypeDoc