Skip to content

Commit

Permalink
chore: Update direct output types for Advance and Inspect requests in…
Browse files Browse the repository at this point in the history
… backend introduction
  • Loading branch information
masiedu4 committed Jul 8, 2024
1 parent 2ef0f74 commit a14724f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cartesi-rollups/rollups-apis/backend/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,5 @@ curl http://localhost:8080/inspect/mypath

Once the call's response is received, the payload is extracted from the response data, allowing the backend code to examine it and produce outputs as **reports**.

The direct output types for **Advance** and **Inspect** are [vouchers](./vouchers.md), [notices](./notices.md), and [reports](./reports.md).

The direct output types for **Advance** requests are [vouchers](./vouchers.md), [notices](./notices.md), and [reports](./reports.md), while **Inspect** requests generate only [reports](./reports.md).

0 comments on commit a14724f

Please sign in to comment.