add_applicative_job
Description: Adds an applicative Cairo job to SHARP
Parameters:
customer_id
: The customer idcairo_job_key
: The Cairo job keyoffchain_proof
(optional): Whether the proof should only be offhcain, defaults tofalse
layout_proof
(optional): The layout proof, defaults todynamic
Data:
A JSON file with the following entries:
cairo_pie_encoded
: A base 64 encoding of a Cairo PIEchildren_cairo_job_keys
: A list of Cairo job keys to be aggregated by the applicative Cairo job
Example: 🚧