Skip to content

Commit

Permalink
fix link to typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciopenia committed Sep 3, 2024
1 parent 4541391 commit 68a65cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ The `KnownTokenId` namespace manages the token IDs of supported cryptocurrencies
Note: Users can transfer between different coins/tokens, not just the same token on different blockchains. For example, it's possible to convert BTC to WBTC when moving from Bitcoin to an EVM network.

### XLink SDK
The [`XLinkSDK`](https://docs-typedoc.xlink-sdk.pages.dev/modules/XLinkSDK) object contains the most important functions of this library, all grouped together. To create it:
The [`XLinkSDK`](https://releases-latest.xlink-sdk.pages.dev/modules/XLinkSDK) object contains the most important functions of this library, all grouped together. To create it:

```typescript
const theSdk = new XLinkSDK();
```

For detailed API documentation, including a full list of available methods and their usage, please refer to:

[SDK API Documentation](https://docs-typedoc.xlink-sdk.pages.dev/classes/XLinkSDK.XLinkSDK)
[SDK API Documentation](https://releases-latest.xlink-sdk.pages.dev)

### Use Cases

Expand Down

0 comments on commit 68a65cf

Please sign in to comment.