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
Copy file name to clipboardExpand all lines: docs/models/components/erc20tokenbalance.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ let value: Erc20TokenBalance = {
23
23
currencyCode: "usd",
24
24
value: 42.42,
25
25
},
26
-
tokenStatus: {},
26
+
tokenStatus: "<value>",
27
27
};
28
28
```
29
29
@@ -41,4 +41,4 @@ let value: Erc20TokenBalance = {
41
41
|`chainId`|*string*|:heavy_check_mark:| The evm chain id. | 43114 |
42
42
|`balance`|*string*|:heavy_check_mark:| The address balance for the token, in units specified by the `decimals` value for the contract. | 2000000000000000000 |
43
43
|`balanceValue`|[components.Money](../../models/components/money.md)|:heavy_minus_sign:| The monetary value of the balance, if a price is available for the token. ||
0 commit comments