Skip to content

Commit

Permalink
Fix links and reference to snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Sep 26, 2024
1 parent 2432bce commit 0ee37f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Options for customizing the claim assets transaction. These options allow you to
??? child "Type `Format`"

```ts
--8<-- 'code/build-on-polkadot/xcm/asset-transfer-api/reference/format.ts'
--8<-- 'code/develop/application-devs/tooling/asset-transfer-api/reference/format.ts'
```

---
Expand Down Expand Up @@ -59,7 +59,7 @@ Options for customizing the claim assets transaction. These options allow you to

??? child "Type `AssetTransferType`"

--8<-- 'code/build-on-polkadot/xcm/asset-transfer-api/reference/asset-transfer-type.md'
--8<-- 'code/develop/application-devs/tooling/asset-transfer-api/reference/asset-transfer-type.md'

---

Expand All @@ -75,7 +75,7 @@ Options for customizing the claim assets transaction. These options allow you to

??? child "Type `AssetTransferType`"

--8<-- 'code/build-on-polkadot/xcm/asset-transfer-api/reference/asset-transfer-type.md'
--8<-- 'code/develop/application-devs/tooling/asset-transfer-api/reference/asset-transfer-type.md'

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A promise containing the result of constructing the transaction.
??? child "Type `Format`"

```ts
--8<-- 'code/build-on-polkadot/xcm/asset-transfer-api/reference/format.ts'
--8<-- 'code/develop/application-devs/tooling/asset-transfer-api/reference/format.ts'
```

---
Expand Down Expand Up @@ -145,4 +145,4 @@ A promise containing the result of constructing the transaction.

??? child "Type `ConstructedFormat<T>`"

--8<-- 'code/build-on-polkadot/xcm/asset-transfer-api/reference/constructed-format.md'
--8<-- 'code/develop/application-devs/tooling/asset-transfer-api/reference/constructed-format.md'
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For a simpler setup process, you can leverage the `constructApiPromise` helper f

## Asset Transfer API Reference

For detailed information on the Asset Transfer API, including available methods, data types, and functionalities, refer to the [Asset Transfer API Reference](/polkadot-ecosystem-docs-draft/build-on-polkadot/xcm/asset-transfer-api/reference) section. This resource provides in-depth explanations and technical specifications to help you integrate and utilize the API effectively.
For detailed information on the Asset Transfer API, including available methods, data types, and functionalities, refer to the [Asset Transfer API Reference](/develop/application-devs/tooling/asset-transfer-api/reference) section. This resource provides in-depth explanations and technical specifications to help you integrate and utilize the API effectively.

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ After obtaining the transaction, you must handle the signing and submission proc

??? interface "Response parameters"

++"Promise<TxResult<T>"++
++"Promise<TxResult<T>>"++

--8<-- 'code/develop/application-devs/tooling/asset-transfer-api/reference/tx-result.md'

Expand Down

0 comments on commit 0ee37f0

Please sign in to comment.