Proof Function
The proof function contains the business logic for the constraints or requirements of your application.
Input Parameters
Every proof function must take the 'ts' input parameter. This is the timestamp (number type).
If the proof function is for signed proof, the digital signature input parameters must defined.
Additional app-specific custom input parameters can also be defined.
Output Parameters
Every proof function must define the timestamp output parameter.
Additional app-specific custom output parameters may also be defined.
Last updated
Was this helpful?