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
This function returns `assets object` from `assets.json` for `particular Parachain` for assets that have `feeAsset` property. Function uses [TChain](https://paraspell.github.io/docs/sdk/AssetPallet.html#import-chains-as-types) types.
@@ -426,10 +424,9 @@ This function returns `assets object` from `assets.json` for `particular Paracha
426
424
getAssetsObject(TChain)
427
425
```
428
426
429
-
**Example output:**
427
+
**Example output**
430
428
431
-
<details>
432
-
<summary>An example of output for Ajuna as input</summary>
429
+
::: details An example of output for Ajuna as input
433
430
434
431
```json
435
432
{
@@ -523,8 +520,7 @@ getAssetsObject(TChain)
523
520
}
524
521
```
525
522
526
-
</details>
527
-
523
+
```
528
524
529
525
## Query asset ID
530
526
This function returns `assetId` for `particular Parachain` and `asset symbol`. Function uses [TChain](https://paraspell.github.io/docs/sdk/AssetPallet.html#import-chains-as-types) types.
@@ -585,10 +581,9 @@ This function returns an object array of foreign assets for a particular Paracha
585
581
getOtherAssets(TChain)
586
582
```
587
583
588
-
**Example output:**
584
+
**Example output**
589
585
590
-
<details>
591
-
<summary>An example of output for Darwinia as input</summary>
586
+
::: details An example of output for Darwinia as input
592
587
593
588
```json
594
589
[
@@ -659,7 +654,7 @@ getOtherAssets(TChain)
659
654
]
660
655
```
661
656
662
-
</details>
657
+
:::
663
658
664
659
## Query all asset symbols
665
660
Function returns string array of all asset symbols for a specific Parachain. (Native and foreign assets are merged into a single array). Function uses [TChain](https://paraspell.github.io/docs/sdk/AssetPallet.html#import-chains-as-types) types.
0 commit comments