@xyo-network/react-witness 2.47.27 → 2.47.28
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.
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "witness/src/hooks/useWitness.tsx",
|
|
18
18
|
"line": 4,
|
|
19
19
|
"character": 13,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/81e66e97b19/packages/modules/packages/witness/src/hooks/useWitness.tsx#L4"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"signatures": [
|
|
@@ -65,8 +65,19 @@
|
|
|
65
65
|
"isOptional": true
|
|
66
66
|
},
|
|
67
67
|
"type": {
|
|
68
|
-
"type": "
|
|
69
|
-
"
|
|
68
|
+
"type": "union",
|
|
69
|
+
"types": [
|
|
70
|
+
{
|
|
71
|
+
"type": "intrinsic",
|
|
72
|
+
"name": "boolean"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": "reference",
|
|
76
|
+
"name": "RenderSpinCheckConfig",
|
|
77
|
+
"qualifiedName": "RenderSpinCheckConfig",
|
|
78
|
+
"package": "@xylabs/react-render-spin-check"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
70
81
|
}
|
|
71
82
|
}
|
|
72
83
|
],
|
|
@@ -119,7 +130,7 @@
|
|
|
119
130
|
"fileName": "witness/src/hooks/useWitnesses.tsx",
|
|
120
131
|
"line": 4,
|
|
121
132
|
"character": 13,
|
|
122
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
133
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/81e66e97b19/packages/modules/packages/witness/src/hooks/useWitnesses.tsx#L4"
|
|
123
134
|
}
|
|
124
135
|
],
|
|
125
136
|
"signatures": [
|
|
@@ -154,8 +165,19 @@
|
|
|
154
165
|
"isOptional": true
|
|
155
166
|
},
|
|
156
167
|
"type": {
|
|
157
|
-
"type": "
|
|
158
|
-
"
|
|
168
|
+
"type": "union",
|
|
169
|
+
"types": [
|
|
170
|
+
{
|
|
171
|
+
"type": "intrinsic",
|
|
172
|
+
"name": "boolean"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"type": "reference",
|
|
176
|
+
"name": "RenderSpinCheckConfig",
|
|
177
|
+
"qualifiedName": "RenderSpinCheckConfig",
|
|
178
|
+
"package": "@xylabs/react-render-spin-check"
|
|
179
|
+
}
|
|
180
|
+
]
|
|
159
181
|
}
|
|
160
182
|
},
|
|
161
183
|
{
|
|
@@ -230,7 +252,7 @@
|
|
|
230
252
|
"fileName": "witness/src/index.ts",
|
|
231
253
|
"line": 1,
|
|
232
254
|
"character": 0,
|
|
233
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
255
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/81e66e97b19/packages/modules/packages/witness/src/index.ts#L1"
|
|
234
256
|
}
|
|
235
257
|
]
|
|
236
258
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { WitnessWrapper } from '@xyo-network/witness';
|
|
2
|
-
export declare const useWitness: (nameOrAddress?: string | undefined, account?: import("@xyo-network/account-model").AccountInstance | undefined, spinCheck?: boolean | undefined) => [WitnessWrapper | undefined, Error | undefined];
|
|
2
|
+
export declare const useWitness: (nameOrAddress?: string | undefined, account?: import("@xyo-network/account-model").AccountInstance | undefined, spinCheck?: boolean | import("@xylabs/react-render-spin-check").RenderSpinCheckConfig | undefined) => [WitnessWrapper | undefined, Error | undefined];
|
|
3
3
|
//# sourceMappingURL=useWitness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWitness.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWitness.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAErD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"useWitness.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWitness.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAErD,eAAO,MAAM,UAAU,wQAAyD,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { WitnessWrapper } from '@xyo-network/witness';
|
|
2
|
-
export declare const useWitnesses: (account?: import("@xyo-network/account-model").AccountInstance | undefined, spinCheck?: boolean | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [WitnessWrapper[] | undefined, Error | undefined];
|
|
2
|
+
export declare const useWitnesses: (account?: import("@xyo-network/account-model").AccountInstance | undefined, spinCheck?: boolean | import("@xylabs/react-render-spin-check").RenderSpinCheckConfig | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [WitnessWrapper[] | undefined, Error | undefined];
|
|
3
3
|
//# sourceMappingURL=useWitnesses.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWitnesses.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWitnesses.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAErD,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"useWitnesses.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWitnesses.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAErD,eAAO,MAAM,YAAY,+RAA4D,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-node": "^2.47.
|
|
13
|
+
"@xyo-network/react-node": "^2.47.28",
|
|
14
14
|
"@xyo-network/witness": "^2.53.26"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"types": "dist/types/index.d.ts",
|
|
73
|
-
"version": "2.47.
|
|
73
|
+
"version": "2.47.28"
|
|
74
74
|
}
|