From 0e19823039ab9a62da6c6fe1ad9056aee75b5851 Mon Sep 17 00:00:00 2001 From: Alexander Graebe Date: Tue, 14 Jul 2020 12:30:29 -0700 Subject: [PATCH] fix: code snippet --- develop/connect/use-with-clarity.md | 1 + 1 file changed, 1 insertion(+) diff --git a/develop/connect/use-with-clarity.md b/develop/connect/use-with-clarity.md index 9df143b2..eb7cbc9f 100644 --- a/develop/connect/use-with-clarity.md +++ b/develop/connect/use-with-clarity.md @@ -257,6 +257,7 @@ Following the steps above, you'll receive a transaction ID (`txId`) as part of t const response = await fetch(`https://sidecar.staging.blockstack.xyz/sidecar/v1/tx/${txId}`) const txData = await response.json(); console.log(txData.status); +``` The API will respond with a JSON object that includes a `tx_status` field. Once the response returns `success`, the transactions was successfully processed.