add_applicative_job

Description: Adds an applicative Cairo job to SHARP

Parameters:

  • customer_id: The customer id
  • cairo_job_key: The Cairo job key
  • offchain_proof (optional): Whether the proof should only be offhcain, defaults to false
  • layout_proof (optional): The layout proof, defaults to dynamic

Data:

A JSON file with the following entries:

  • cairo_pie_encoded: A base 64 encoding of a Cairo PIE
  • children_cairo_job_keys: A list of Cairo job keys to be aggregated by the applicative Cairo job

Example: 🚧