You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3_guides/2_integrating_aligned_into_your_application.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,9 @@ The proof submission and verification can be done either with the SDK or by usin
116
116
117
117
#### Using the SDK
118
118
119
-
To submit a proof using the SDK, you can use the `submit` function, and then you can use the `verify_proof_onchain` function to check if the proof was correctly verified in Aligned.
119
+
To submit a proof using the SDK, you can use the `submit_and_wait_verification` function.
120
+
This function submits the proof to aligned and waits for it to be verified in Aligned.
121
+
Alternatively you can call `submit` if you don't want to wait for proof verification.
120
122
121
123
The following code is an example of how to submit a proof using the SDK:
0 commit comments