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
@@ -32,8 +34,10 @@ First, define the contract interface using the `sol!` and `load_abi!` macros. Th
32
34
33
35
Use the [`#[job]`](/developers/blueprint-macros/jobs) macro to define a function that will handle specific events. Include the `event_listener` attribute to specify the event details:
Copy file name to clipboardexpand all lines: pages/developers/troubleshooting.mdx
+3-1
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,10 @@ Caused by:
38
38
39
39
2. Verify that your blueprint's jobs and reports are implemented correctly. Occasionally, our SDK may have breaking changes to the error reporting. You will want to consider commenting out metadata generation and then rebuilding to check forerrorsin the blueprint.
0 commit comments