@talismn/balances-react 0.0.0-pr2247-20251110050329 → 0.0.0-pr2249-20251110090844
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -194,6 +194,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
194
194
|
type: "substrate-dtao";
|
|
195
195
|
platform: "polkadot";
|
|
196
196
|
netuid: number;
|
|
197
|
+
isTransferable: boolean;
|
|
197
198
|
isDefault?: boolean | undefined;
|
|
198
199
|
name?: string | undefined;
|
|
199
200
|
logo?: string | undefined;
|
|
@@ -503,6 +504,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
503
504
|
type: "substrate-dtao";
|
|
504
505
|
platform: "polkadot";
|
|
505
506
|
netuid: number;
|
|
507
|
+
isTransferable: boolean;
|
|
506
508
|
isDefault?: boolean | undefined;
|
|
507
509
|
name?: string | undefined;
|
|
508
510
|
logo?: string | undefined;
|
|
@@ -692,6 +694,7 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
692
694
|
type: "substrate-dtao";
|
|
693
695
|
platform: "polkadot";
|
|
694
696
|
netuid: number;
|
|
697
|
+
isTransferable: boolean;
|
|
695
698
|
isDefault?: boolean | undefined;
|
|
696
699
|
name?: string | undefined;
|
|
697
700
|
logo?: string | undefined;
|
|
@@ -196,6 +196,7 @@ export declare const useChaindata: () => {
|
|
|
196
196
|
type: "substrate-dtao";
|
|
197
197
|
platform: "polkadot";
|
|
198
198
|
netuid: number;
|
|
199
|
+
isTransferable: boolean;
|
|
199
200
|
isDefault?: boolean | undefined;
|
|
200
201
|
name?: string | undefined;
|
|
201
202
|
logo?: string | undefined;
|
|
@@ -745,6 +746,7 @@ export declare const useTokens: () => ({
|
|
|
745
746
|
type: "substrate-dtao";
|
|
746
747
|
platform: "polkadot";
|
|
747
748
|
netuid: number;
|
|
749
|
+
isTransferable: boolean;
|
|
748
750
|
isDefault?: boolean | undefined;
|
|
749
751
|
name?: string | undefined;
|
|
750
752
|
logo?: string | undefined;
|
|
@@ -933,6 +935,7 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
933
935
|
type: "substrate-dtao";
|
|
934
936
|
platform: "polkadot";
|
|
935
937
|
netuid: number;
|
|
938
|
+
isTransferable: boolean;
|
|
936
939
|
isDefault?: boolean | undefined;
|
|
937
940
|
name?: string | undefined;
|
|
938
941
|
logo?: string | undefined;
|
|
@@ -1121,6 +1124,7 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1121
1124
|
type: "substrate-dtao";
|
|
1122
1125
|
platform: "polkadot";
|
|
1123
1126
|
netuid: number;
|
|
1127
|
+
isTransferable: boolean;
|
|
1124
1128
|
isDefault?: boolean | undefined;
|
|
1125
1129
|
name?: string | undefined;
|
|
1126
1130
|
logo?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talismn/balances-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-pr2249-20251110090844",
|
|
4
4
|
"author": "Talisman",
|
|
5
5
|
"homepage": "https://talisman.xyz",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"lodash-es": "4.17.21",
|
|
29
29
|
"react-use": "^17.5.1",
|
|
30
30
|
"rxjs": "^7.8.1",
|
|
31
|
-
"@talismn/balances": "0.0.0-
|
|
32
|
-
"@talismn/chain-connectors": "0.0.0-
|
|
33
|
-
"@talismn/chaindata-provider": "0.0.0-
|
|
31
|
+
"@talismn/balances": "0.0.0-pr2249-20251110090844",
|
|
32
|
+
"@talismn/chain-connectors": "0.0.0-pr2249-20251110090844",
|
|
33
|
+
"@talismn/chaindata-provider": "0.0.0-pr2249-20251110090844",
|
|
34
|
+
"@talismn/connection-meta": "0.0.0-pr2249-20251110090844",
|
|
35
|
+
"@talismn/util": "0.5.5",
|
|
34
36
|
"@talismn/scale": "0.2.2",
|
|
35
|
-
"@talismn/
|
|
36
|
-
"@talismn/token-rates": "0.0.0-pr2247-20251110050329",
|
|
37
|
-
"@talismn/util": "0.5.5"
|
|
37
|
+
"@talismn/token-rates": "0.0.0-pr2249-20251110090844"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.14",
|