Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bullet pointed receipts in /specs/protocol/abi.md should be clickable links which take you directly to each section #379

Merged
merged 2 commits into from
Jun 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions specs/protocol/abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,17 +375,17 @@ Upon execution of ABI calls, i.e scripts being executed, a JSON object represent
All receipts will have a `type` property:

- `type`: String; the type of the receipt. Can be one of:
- "Call"
- "Return"
- "ReturnData"
- "Panic"
- "Revert"
- "Log"
- "LogData"
- "Transfer"
- "TransferOut"
- "ScriptResult"
- "MessageOut"
- [Call](#call-receipt)
- [Return](#return-receipt)
- [ReturnData](#returndata-receipt)
- [Panic](#panic-receipt)
- [Revert](#revert-receipt)
- [Log](#log-receipt)
- [LogData](#logdata-receipt)
- [Transfer](#transfer-receipt)
- [TransferOut](#transferout-receipt)
- [ScriptResult](#scriptresult-receipt)
- [MessageOut](#messageout-receipt)

Then, each receipt type will have its own properties. Some of these properties are related to the FuelVM's registers, as specified in more detail [here](../vm/instruction_set.md).

Expand Down