Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat(contracts): add tx_id to FuelCallResponse #734

Merged
merged 10 commits into from
May 22, 2023
Prev Previous commit
Next Next commit
docs: add FuelCallResponse.tx_id to book
Br1ght0ne committed May 15, 2023

Verified

This commit was signed with the committer’s verified signature.
legendecas Chengzhong Wu
commit 78ddbf20f2cf54e6e6d7c03bca79cd191040d253
1 change: 1 addition & 0 deletions docs/src/calling-contracts/call-response.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ Where `value` will hold the value returned by its respective contract method, re

- `receipts` will hold all [receipts](https://specs.fuel.network/master/protocol/abi/receipts.html) generated by that specific contract call.
- `gas_used` is the amount of gas it consumed by the contract call.
- `tx_id` will hold the ID of the corresponding submitted transaction.

## Error handling