@solana/web3.js 0.98.0 → 1.0.1

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 (81) hide show
  1. package/README.md +10 -55
  2. package/lib/index.browser.esm.js +48 -24
  3. package/lib/index.browser.esm.js.map +1 -1
  4. package/lib/index.cjs.js +101 -56
  5. package/lib/index.cjs.js.map +1 -1
  6. package/lib/index.esm.js +88 -64
  7. package/lib/index.esm.js.map +1 -1
  8. package/lib/index.iife.js +42 -25
  9. package/lib/index.iife.js.map +1 -1
  10. package/lib/index.iife.min.js +2 -2
  11. package/lib/index.iife.min.js.map +1 -1
  12. package/lib/types/index.d.ts.map +1 -1
  13. package/package.json +27 -45
  14. package/src/message.ts +9 -12
  15. package/src/transaction.ts +2 -2
  16. package/src/util/guarded-array-utils.ts +37 -0
  17. package/src/validator-info.ts +5 -4
  18. package/bin/bpf-sdk-install.sh +0 -38
  19. package/bin/localnet.sh +0 -161
  20. package/bpf-sdk/LICENSE +0 -13
  21. package/bpf-sdk/c/README.md +0 -44
  22. package/bpf-sdk/c/bpf.ld +0 -20
  23. package/bpf-sdk/c/bpf.mk +0 -249
  24. package/bpf-sdk/c/inc/deserialize_deprecated.h +0 -115
  25. package/bpf-sdk/c/inc/solana_sdk.h +0 -669
  26. package/bpf-sdk/c/inc/stdio.h +0 -4
  27. package/bpf-sdk/c/inc/stdlib.h +0 -2
  28. package/bpf-sdk/c/inc/string.h +0 -7
  29. package/bpf-sdk/c/inc/sys/param.h +0 -1
  30. package/bpf-sdk/c/inc/wchar.h +0 -1
  31. package/bpf-sdk/env.sh +0 -39
  32. package/bpf-sdk/rust/bpf.ld +0 -20
  33. package/bpf-sdk/rust/build.sh +0 -21
  34. package/bpf-sdk/rust/clean.sh +0 -17
  35. package/bpf-sdk/rust/xargo-build.sh +0 -29
  36. package/bpf-sdk/scripts/dump.sh +0 -45
  37. package/bpf-sdk/scripts/install.sh +0 -178
  38. package/bpf-sdk/scripts/objcopy.sh +0 -6
  39. package/bpf-sdk/scripts/package.sh +0 -19
  40. package/bpf-sdk/scripts/strip.sh +0 -23
  41. package/bpf-sdk/version.txt +0 -2
  42. package/doc/assets/css/main.css +0 -2660
  43. package/doc/assets/images/icons.png +0 -0
  44. package/doc/assets/images/icons@2x.png +0 -0
  45. package/doc/assets/images/widgets.png +0 -0
  46. package/doc/assets/images/widgets@2x.png +0 -0
  47. package/doc/assets/js/main.js +0 -248
  48. package/doc/assets/js/search.js +0 -1
  49. package/doc/classes/account.html +0 -244
  50. package/doc/classes/authorized.html +0 -234
  51. package/doc/classes/bpfloader.html +0 -267
  52. package/doc/classes/connection.html +0 -2354
  53. package/doc/classes/loader.html +0 -275
  54. package/doc/classes/lockup.html +0 -250
  55. package/doc/classes/message.html +0 -326
  56. package/doc/classes/nonceaccount.html +0 -233
  57. package/doc/classes/publickey.html +0 -411
  58. package/doc/classes/secp256k1program.html +0 -308
  59. package/doc/classes/stakeinstruction.html +0 -403
  60. package/doc/classes/stakeprogram.html +0 -503
  61. package/doc/classes/systeminstruction.html +0 -563
  62. package/doc/classes/systemprogram.html +0 -503
  63. package/doc/classes/transaction.html +0 -688
  64. package/doc/classes/transactioninstruction.html +0 -240
  65. package/doc/classes/validatorinfo.html +0 -279
  66. package/doc/classes/voteaccount.html +0 -331
  67. package/doc/index.html +0 -640
  68. package/doc/interfaces/feecalculator.html +0 -166
  69. package/doc/modules.html +0 -4682
  70. package/examples/README.md +0 -10
  71. package/examples/account.html +0 -24
  72. package/examples/account.js +0 -10
  73. package/examples/bpf-c-noop/.gitignore +0 -1
  74. package/examples/bpf-c-noop/makefile +0 -1
  75. package/examples/bpf-c-noop/src/noop/noop.c +0 -19
  76. package/examples/bpf-rust-noop/.gitignore +0 -3
  77. package/examples/bpf-rust-noop/Cargo.toml +0 -23
  78. package/examples/bpf-rust-noop/Xargo.toml +0 -2
  79. package/examples/bpf-rust-noop/src/lib.rs +0 -70
  80. package/examples/get-balance.html +0 -37
  81. package/examples/get-balance.js +0 -18
@@ -1,331 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>VoteAccount | @solana/web3.js</title>
7
- <meta name="description" content="Documentation for @solana/web3.js">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- <script async src="../assets/js/search.js" id="search-script"></script>
11
- </head>
12
- <body>
13
- <header>
14
- <div class="tsd-page-toolbar">
15
- <div class="container">
16
- <div class="table-wrap">
17
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
- <div class="field">
19
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
- <input id="tsd-search-field" type="text" />
21
- </div>
22
- <ul class="results">
23
- <li class="state loading">Preparing search index...</li>
24
- <li class="state failure">The search index is not available</li>
25
- </ul>
26
- <a href="../index.html" class="title">@solana/web3.js</a>
27
- </div>
28
- <div class="table-cell" id="tsd-widgets">
29
- <div id="tsd-filter">
30
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
- <div class="tsd-filter-group">
32
- <div class="tsd-select" id="tsd-filter-visibility">
33
- <span class="tsd-select-label">All</span>
34
- <ul class="tsd-select-list">
35
- <li data-value="public">Public</li>
36
- <li data-value="protected">Public/Protected</li>
37
- <li data-value="private" class="selected">All</li>
38
- </ul>
39
- </div>
40
- <input type="checkbox" id="tsd-filter-inherited" checked />
41
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
- <input type="checkbox" id="tsd-filter-externals" checked />
43
- <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
44
- </div>
45
- </div>
46
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
47
- </div>
48
- </div>
49
- </div>
50
- </div>
51
- <div class="tsd-page-title">
52
- <div class="container">
53
- <ul class="tsd-breadcrumb">
54
- <li>
55
- <a href="../modules.html">@solana/web3.js</a>
56
- </li>
57
- <li>
58
- <a href="voteaccount.html">VoteAccount</a>
59
- </li>
60
- </ul>
61
- <h1>Class VoteAccount</h1>
62
- </div>
63
- </div>
64
- </header>
65
- <div class="container container-main">
66
- <div class="row">
67
- <div class="col-8 col-content">
68
- <section class="tsd-panel tsd-comment">
69
- <div class="tsd-comment tsd-typography">
70
- <div class="lead">
71
- <p>VoteAccount class</p>
72
- </div>
73
- </div>
74
- </section>
75
- <section class="tsd-panel tsd-hierarchy">
76
- <h3>Hierarchy</h3>
77
- <ul class="tsd-hierarchy">
78
- <li>
79
- <span class="target">VoteAccount</span>
80
- </li>
81
- </ul>
82
- </section>
83
- <section class="tsd-panel-group tsd-index-group">
84
- <h2>Index</h2>
85
- <section class="tsd-panel tsd-index-panel">
86
- <div class="tsd-index-content">
87
- <section class="tsd-index-section ">
88
- <h3>Properties</h3>
89
- <ul class="tsd-index-list">
90
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#authorizedvoterpubkey" class="tsd-kind-icon">authorized<wbr>Voter<wbr>Pubkey</a></li>
91
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#authorizedwithdrawerpubkey" class="tsd-kind-icon">authorized<wbr>Withdrawer<wbr>Pubkey</a></li>
92
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#commission" class="tsd-kind-icon">commission</a></li>
93
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#credits" class="tsd-kind-icon">credits</a></li>
94
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#epoch" class="tsd-kind-icon">epoch</a></li>
95
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#epochcredits" class="tsd-kind-icon">epoch<wbr>Credits</a></li>
96
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#lastepochcredits" class="tsd-kind-icon">last<wbr>Epoch<wbr>Credits</a></li>
97
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#nodepubkey" class="tsd-kind-icon">node<wbr>Pubkey</a></li>
98
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#rootslot" class="tsd-kind-icon">root<wbr>Slot</a></li>
99
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="voteaccount.html#votes" class="tsd-kind-icon">votes</a></li>
100
- </ul>
101
- </section>
102
- <section class="tsd-index-section ">
103
- <h3>Methods</h3>
104
- <ul class="tsd-index-list">
105
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="voteaccount.html#fromaccountdata" class="tsd-kind-icon">from<wbr>Account<wbr>Data</a></li>
106
- </ul>
107
- </section>
108
- </div>
109
- </section>
110
- </section>
111
- <section class="tsd-panel-group tsd-member-group ">
112
- <h2>Properties</h2>
113
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
114
- <a name="authorizedvoterpubkey" class="tsd-anchor"></a>
115
- <h3>authorized<wbr>Voter<wbr>Pubkey</h3>
116
- <div class="tsd-signature tsd-kind-icon">authorized<wbr>Voter<wbr>Pubkey<span class="tsd-signature-symbol">:</span> <a href="publickey.html" class="tsd-signature-type" data-tsd-kind="Class">PublicKey</a></div>
117
- <aside class="tsd-sources">
118
- <ul>
119
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L79">vote-account.ts:79</a></li>
120
- </ul>
121
- </aside>
122
- </section>
123
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
124
- <a name="authorizedwithdrawerpubkey" class="tsd-anchor"></a>
125
- <h3>authorized<wbr>Withdrawer<wbr>Pubkey</h3>
126
- <div class="tsd-signature tsd-kind-icon">authorized<wbr>Withdrawer<wbr>Pubkey<span class="tsd-signature-symbol">:</span> <a href="publickey.html" class="tsd-signature-type" data-tsd-kind="Class">PublicKey</a></div>
127
- <aside class="tsd-sources">
128
- <ul>
129
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L80">vote-account.ts:80</a></li>
130
- </ul>
131
- </aside>
132
- </section>
133
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
134
- <a name="commission" class="tsd-anchor"></a>
135
- <h3>commission</h3>
136
- <div class="tsd-signature tsd-kind-icon">commission<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
137
- <aside class="tsd-sources">
138
- <ul>
139
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L81">vote-account.ts:81</a></li>
140
- </ul>
141
- </aside>
142
- </section>
143
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
144
- <a name="credits" class="tsd-anchor"></a>
145
- <h3>credits</h3>
146
- <div class="tsd-signature tsd-kind-icon">credits<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
147
- <aside class="tsd-sources">
148
- <ul>
149
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L85">vote-account.ts:85</a></li>
150
- </ul>
151
- </aside>
152
- </section>
153
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
154
- <a name="epoch" class="tsd-anchor"></a>
155
- <h3>epoch</h3>
156
- <div class="tsd-signature tsd-kind-icon">epoch<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
157
- <aside class="tsd-sources">
158
- <ul>
159
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L84">vote-account.ts:84</a></li>
160
- </ul>
161
- </aside>
162
- </section>
163
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
164
- <a name="epochcredits" class="tsd-anchor"></a>
165
- <h3>epoch<wbr>Credits</h3>
166
- <div class="tsd-signature tsd-kind-icon">epoch<wbr>Credits<span class="tsd-signature-symbol">:</span> <a href="../modules.html#epochcredits" class="tsd-signature-type" data-tsd-kind="Type alias">EpochCredits</a><span class="tsd-signature-symbol">[]</span></div>
167
- <aside class="tsd-sources">
168
- <ul>
169
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L87">vote-account.ts:87</a></li>
170
- </ul>
171
- </aside>
172
- </section>
173
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
174
- <a name="lastepochcredits" class="tsd-anchor"></a>
175
- <h3>last<wbr>Epoch<wbr>Credits</h3>
176
- <div class="tsd-signature tsd-kind-icon">last<wbr>Epoch<wbr>Credits<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
177
- <aside class="tsd-sources">
178
- <ul>
179
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L86">vote-account.ts:86</a></li>
180
- </ul>
181
- </aside>
182
- </section>
183
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
184
- <a name="nodepubkey" class="tsd-anchor"></a>
185
- <h3>node<wbr>Pubkey</h3>
186
- <div class="tsd-signature tsd-kind-icon">node<wbr>Pubkey<span class="tsd-signature-symbol">:</span> <a href="publickey.html" class="tsd-signature-type" data-tsd-kind="Class">PublicKey</a></div>
187
- <aside class="tsd-sources">
188
- <ul>
189
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L78">vote-account.ts:78</a></li>
190
- </ul>
191
- </aside>
192
- </section>
193
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
194
- <a name="rootslot" class="tsd-anchor"></a>
195
- <h3>root<wbr>Slot</h3>
196
- <div class="tsd-signature tsd-kind-icon">root<wbr>Slot<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
197
- <aside class="tsd-sources">
198
- <ul>
199
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L83">vote-account.ts:83</a></li>
200
- </ul>
201
- </aside>
202
- </section>
203
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
204
- <a name="votes" class="tsd-anchor"></a>
205
- <h3>votes</h3>
206
- <div class="tsd-signature tsd-kind-icon">votes<span class="tsd-signature-symbol">:</span> <a href="../modules.html#lockout" class="tsd-signature-type" data-tsd-kind="Type alias">Lockout</a><span class="tsd-signature-symbol">[]</span></div>
207
- <aside class="tsd-sources">
208
- <ul>
209
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L82">vote-account.ts:82</a></li>
210
- </ul>
211
- </aside>
212
- </section>
213
- </section>
214
- <section class="tsd-panel-group tsd-member-group ">
215
- <h2>Methods</h2>
216
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
217
- <a name="fromaccountdata" class="tsd-anchor"></a>
218
- <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Account<wbr>Data</h3>
219
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
220
- <li class="tsd-signature tsd-kind-icon">from<wbr>Account<wbr>Data<span class="tsd-signature-symbol">(</span>buffer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="voteaccount.html" class="tsd-signature-type" data-tsd-kind="Class">VoteAccount</a></li>
221
- </ul>
222
- <ul class="tsd-descriptions">
223
- <li class="tsd-description">
224
- <aside class="tsd-sources">
225
- <ul>
226
- <li>Defined in <a href="https://github.com/solana-labs/solana-web3.js/blob/d5b2a1b/src/vote-account.ts#L111">vote-account.ts:111</a></li>
227
- </ul>
228
- </aside>
229
- <div class="tsd-comment tsd-typography">
230
- <div class="lead">
231
- <p>Deserialize VoteAccount from the account data.</p>
232
- </div>
233
- </div>
234
- <h4 class="tsd-parameters-title">Parameters</h4>
235
- <ul class="tsd-parameters">
236
- <li>
237
- <h5>buffer: <span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5>
238
- <div class="tsd-comment tsd-typography">
239
- <p>account data</p>
240
- </div>
241
- </li>
242
- </ul>
243
- <h4 class="tsd-returns-title">Returns <a href="voteaccount.html" class="tsd-signature-type" data-tsd-kind="Class">VoteAccount</a></h4>
244
- <p>VoteAccount</p>
245
- </li>
246
- </ul>
247
- </section>
248
- </section>
249
- </div>
250
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
251
- <nav class="tsd-navigation primary">
252
- <ul>
253
- <li class=" ">
254
- <a href="../modules.html">Exports</a>
255
- </li>
256
- </ul>
257
- </nav>
258
- <nav class="tsd-navigation secondary menu-sticky">
259
- <ul class="before-current">
260
- </ul>
261
- <ul class="current">
262
- <li class="current tsd-kind-class">
263
- <a href="voteaccount.html" class="tsd-kind-icon">Vote<wbr>Account</a>
264
- <ul>
265
- <li class=" tsd-kind-property tsd-parent-kind-class">
266
- <a href="voteaccount.html#authorizedvoterpubkey" class="tsd-kind-icon">authorized<wbr>Voter<wbr>Pubkey</a>
267
- </li>
268
- <li class=" tsd-kind-property tsd-parent-kind-class">
269
- <a href="voteaccount.html#authorizedwithdrawerpubkey" class="tsd-kind-icon">authorized<wbr>Withdrawer<wbr>Pubkey</a>
270
- </li>
271
- <li class=" tsd-kind-property tsd-parent-kind-class">
272
- <a href="voteaccount.html#commission" class="tsd-kind-icon">commission</a>
273
- </li>
274
- <li class=" tsd-kind-property tsd-parent-kind-class">
275
- <a href="voteaccount.html#credits" class="tsd-kind-icon">credits</a>
276
- </li>
277
- <li class=" tsd-kind-property tsd-parent-kind-class">
278
- <a href="voteaccount.html#epoch" class="tsd-kind-icon">epoch</a>
279
- </li>
280
- <li class=" tsd-kind-property tsd-parent-kind-class">
281
- <a href="voteaccount.html#epochcredits" class="tsd-kind-icon">epoch<wbr>Credits</a>
282
- </li>
283
- <li class=" tsd-kind-property tsd-parent-kind-class">
284
- <a href="voteaccount.html#lastepochcredits" class="tsd-kind-icon">last<wbr>Epoch<wbr>Credits</a>
285
- </li>
286
- <li class=" tsd-kind-property tsd-parent-kind-class">
287
- <a href="voteaccount.html#nodepubkey" class="tsd-kind-icon">node<wbr>Pubkey</a>
288
- </li>
289
- <li class=" tsd-kind-property tsd-parent-kind-class">
290
- <a href="voteaccount.html#rootslot" class="tsd-kind-icon">root<wbr>Slot</a>
291
- </li>
292
- <li class=" tsd-kind-property tsd-parent-kind-class">
293
- <a href="voteaccount.html#votes" class="tsd-kind-icon">votes</a>
294
- </li>
295
- <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
296
- <a href="voteaccount.html#fromaccountdata" class="tsd-kind-icon">from<wbr>Account<wbr>Data</a>
297
- </li>
298
- </ul>
299
- </li>
300
- </ul>
301
- <ul class="after-current">
302
- </ul>
303
- </nav>
304
- </div>
305
- </div>
306
- </div>
307
- <footer class="with-border-bottom">
308
- <div class="container">
309
- <h2>Legend</h2>
310
- <div class="tsd-legend-group">
311
- <ul class="tsd-legend">
312
- <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
313
- <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
314
- <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
315
- </ul>
316
- <ul class="tsd-legend">
317
- <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
318
- </ul>
319
- <ul class="tsd-legend">
320
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
321
- </ul>
322
- </div>
323
- </div>
324
- </footer>
325
- <div class="container tsd-generator">
326
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
327
- </div>
328
- <div class="overlay"></div>
329
- <script src="../assets/js/main.js"></script>
330
- </body>
331
- </html>