Skip to content

Commit

Permalink
docs: fix links in using cv guide (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Oct 4, 2023
1 parent b95eac7 commit eb732ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/feature-guides/use-clarity-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Title: Use Clarity Values

# Using Clarity Values

Some endpoints, like the [read-only function contract call](https://docs.hiro.so/api#operation/call_read_only_function), require input to a serialized [Clarity value](https://docs.stacks.co/docs/write-smart-contracts/values). Other endpoints return serialized values that need to be deserialized.
Some endpoints, like the [read-only function contract call](https://docs.hiro.so/api/call-read-only-function), require input to be a serialized [Clarity value](https://docs.hiro.so/stacks-blockchain-api/feature-guides/transactions#clarity-value-types). Other endpoints return serialized values that need to be deserialized.

The example shown below illustrates Clarity value usage in combination with the API.

The `@stacks/transactions` library supports typed contract calls and makes [response value utilization much simpler](https://docs.stacks.co/docs/write-smart-contracts/values#utilizing-clarity-values-from-transaction-responses)
The `@stacks/transactions` library supports typed contract calls and makes response value utilization much simpler.

```ts
import {
Expand Down

0 comments on commit eb732ac

Please sign in to comment.