Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
R0bi7 committed Nov 14, 2024
1 parent c42ca11 commit 837e41d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -217,19 +217,19 @@ Example status check:
import { IntentService } from "@balanced/solver-sdk"

const intentStatus = await IntentService.getStatus({
task_id: "a0dd7652-b360-4123-ab2d-78cfbcd20c6b",
task_id: "a0dd7652-b360-4123-ab2d-78cfbcd20c6b",
})

/**
* Example intentStatus response
* {
* "ok": true,
* "value": {
* "output": {
* "status":3, // use IntentStatusCode to map status code
* "tx_hash":"0xabcdefasdasdsafssadasdsadsadasdsadasdsadsa"
* }
* }
* }
*/
/**
* Example intentStatus response
* {
* "ok": true,
* "value": {
* "output": {
* "status":3, // use IntentStatusCode to map status code
* "tx_hash":"0xabcdefasdasdsafssadasdsadsadasdsadasdsadsa"
* }
* }
* }
*/
```

0 comments on commit 837e41d

Please sign in to comment.