Skip to content

Commit

Permalink
Update Hiro link in transactions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smcclellan authored and wileyj committed Oct 29, 2024
1 parent e9df74c commit 6006412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/transactions/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Stacks supports a set of different transaction types:
| Contract deploy | `smart_contract` | Contract instantiation |
| Contract call | `contract_call` | Contract call for a public, non read-only function |

A sample of each transaction type can be found in the [Stacks Blockchain API response definition for transactions](https://docs.hiro.so/api#operation/get\_transaction\_by\_id).
A sample of each transaction type can be found in the [Stacks Blockchain API response definition for transactions](https://docs.hiro.so/stacks/api/transactions/get-transaction).

{% hint style="info" %}
Read-only contract call calls do **not** require transactions. Read more about it in the network guide.
Expand Down

0 comments on commit 6006412

Please sign in to comment.