@xyo-network/react-chain-model 1.7.7 → 1.7.8

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.
Files changed (2) hide show
  1. package/README.md +122 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,13 +8,132 @@
8
8
  [![npm-license-badge][]](LICENSE)
9
9
  [![socket-badge][]][socket-link]
10
10
 
11
- Version: 1.7.3
12
-
13
11
  XYO Layer One React SDK Stake
14
12
 
15
13
  ## Documentation
16
14
 
17
- [TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__react-chain-model)
15
+ ## Reference
16
+
17
+ **@xyo-network/react-chain-model**
18
+
19
+ ***
20
+
21
+ ## Interfaces
22
+
23
+ - [XyoGlobal](#interfaces/XyoGlobal)
24
+
25
+ ## Functions
26
+
27
+ - [hasXyoWalletInjectable](#functions/hasXyoWalletInjectable)
28
+ - [hasXyoWalletProvider](#functions/hasXyoWalletProvider)
29
+ - [getXyoProvider](#functions/getXyoProvider)
30
+
31
+ ### functions
32
+
33
+ ### <a id="getXyoProvider"></a>getXyoProvider
34
+
35
+ [**@xyo-network/react-chain-model**](#../README)
36
+
37
+ ***
38
+
39
+ ```ts
40
+ function getXyoProvider(options): XyoConnectionProvider;
41
+ ```
42
+
43
+ ## Parameters
44
+
45
+ ### options
46
+
47
+ ### assert
48
+
49
+ `true`
50
+
51
+ ## Returns
52
+
53
+ `XyoConnectionProvider`
54
+
55
+ ### <a id="hasXyoWalletInjectable"></a>hasXyoWalletInjectable
56
+
57
+ [**@xyo-network/react-chain-model**](#../README)
58
+
59
+ ***
60
+
61
+ ```ts
62
+ function hasXyoWalletInjectable(): boolean;
63
+ ```
64
+
65
+ ## Returns
66
+
67
+ `boolean`
68
+
69
+ ### <a id="hasXyoWalletProvider"></a>hasXyoWalletProvider
70
+
71
+ [**@xyo-network/react-chain-model**](#../README)
72
+
73
+ ***
74
+
75
+ ```ts
76
+ function hasXyoWalletProvider(): boolean;
77
+ ```
78
+
79
+ ## Returns
80
+
81
+ `boolean`
82
+
83
+ ### interfaces
84
+
85
+ ### <a id="XyoGlobal"></a>XyoGlobal
86
+
87
+ [**@xyo-network/react-chain-model**](#../README)
88
+
89
+ ***
90
+
91
+ ## Properties
92
+
93
+ ### \_debug()
94
+
95
+ ```ts
96
+ _debug: () => void;
97
+ ```
98
+
99
+ ### Returns
100
+
101
+ `void`
102
+
103
+ ***
104
+
105
+ ### connections
106
+
107
+ ```ts
108
+ connections: object;
109
+ ```
110
+
111
+ ### Index Signature
112
+
113
+ ```ts
114
+ [chainId: string]: ChainConnection
115
+ ```
116
+
117
+ ***
118
+
119
+ ### provider?
120
+
121
+ ```ts
122
+ optional provider: XyoConnectionProvider;
123
+ ```
124
+
125
+ ***
126
+
127
+ ### walletExtensionId()
128
+
129
+ ```ts
130
+ walletExtensionId: () => string;
131
+ ```
132
+
133
+ ### Returns
134
+
135
+ `string`
136
+
18
137
 
19
138
  ## Maintainers
20
139
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/react-chain-model",
4
- "version": "1.7.7",
4
+ "version": "1.7.8",
5
5
  "description": "XYO Layer One React SDK Stake",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -34,13 +34,13 @@
34
34
  "module": "dist/browser/index.mjs",
35
35
  "types": "dist/browser/index.d.ts",
36
36
  "dependencies": {
37
- "@xyo-network/chain-network-model": "^1.7.7",
37
+ "@xyo-network/chain-network-model": "^1.7.8",
38
38
  "@xyo-network/xl1-protocol": "^1.7.5"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@xylabs/ts-scripts-yarn3": "^7.0.0",
42
42
  "@xylabs/tsconfig-react": "^7.0.0",
43
- "knip": "^5.61.3",
43
+ "knip": "^5.62.0",
44
44
  "typescript": "^5.8.3"
45
45
  },
46
46
  "publishConfig": {