You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update asset-transfer-api to latest version (#379)
* update asset-transfer-api to latest version
* hard-code versions in sub-pages to allow local mkdocs builds
* generate llms.txt
* resolve conflicts
* update reference to use version instead of commit hash
Copy file name to clipboardExpand all lines: develop/toolkit/interoperability/asset-transfer-api/reference.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ description: Explore the Asset Transfer API Reference for comprehensive details
32
32
33
33
Holds open an API connection to a specified chain within the `ApiPromise` to help construct transactions for assets and estimate fees.
34
34
35
-
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/f2aa50db83882f23492f975221dd5501c35a26d5/src/AssetTransferApi.ts#L106){target=\_blank}.
35
+
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/{{dependencies.asset_transfer_api.version}}/src/AssetTransferApi.ts#L121){target=\_blank}.
36
36
37
37
### Methods
38
38
@@ -43,7 +43,7 @@ Generates an XCM transaction for transferring assets between chains. It simplifi
43
43
After obtaining the transaction, you must handle the signing and submission process separately.
Copy file name to clipboardExpand all lines: llms.txt
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -8452,7 +8452,7 @@ description: Explore the Asset Transfer API Reference for comprehensive details
8452
8452
8453
8453
Holds open an API connection to a specified chain within the `ApiPromise` to help construct transactions for assets and estimate fees.
8454
8454
8455
-
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/f2aa50db83882f23492f975221dd5501c35a26d5/src/AssetTransferApi.ts#L106){target=\_blank}.
8455
+
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/{{dependencies.asset_transfer_api.version}}/src/AssetTransferApi.ts#L121){target=\_blank}.
8456
8456
8457
8457
### Methods
8458
8458
@@ -8513,7 +8513,7 @@ public async createTransferTransaction<T extends Format>(
0 commit comments