Skip to content

Commit

Permalink
fix formatting of sep24.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Jul 19, 2023
1 parent f2d9736 commit 4d5dcf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/building-apps/wallet/sep24.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ final transferService = await TransferServerSEP24Service.fromDomain("place.domai
// Or by providing the service url
final transferService = TransferServerSEP24Service("http://api.stellar-anchor.org/transfer");
```

</CodeExample>

First, let's get the information about the anchor's support for [SEP-24]. This request doesn't require authentication, and will return generic info, such as supported currencies, and features supported by the anchor. You can get a full list of returned fields in the [SEP-24 specification](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md#info).
Expand Down Expand Up @@ -281,6 +282,7 @@ request.account = "G...";
SEP24InteractiveResponse response = await transferService.withdraw(request);
```

</CodeExample>

## Getting Transaction Info
Expand Down

0 comments on commit 4d5dcf7

Please sign in to comment.