@xyo-network/core 2.57.6 → 2.59.0

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 (58) hide show
  1. package/dist/cjs/Wasm/WasmSupport.js +153 -0
  2. package/dist/cjs/Wasm/WasmSupport.js.map +1 -0
  3. package/dist/cjs/Wasm/index.js +5 -0
  4. package/dist/cjs/Wasm/index.js.map +1 -0
  5. package/dist/cjs/index.js +1 -0
  6. package/dist/cjs/index.js.map +1 -1
  7. package/dist/docs.json +1677 -143
  8. package/dist/esm/Wasm/WasmSupport.js +141 -0
  9. package/dist/esm/Wasm/WasmSupport.js.map +1 -0
  10. package/dist/esm/Wasm/index.js +2 -0
  11. package/dist/esm/Wasm/index.js.map +1 -0
  12. package/dist/esm/index.js +1 -0
  13. package/dist/esm/index.js.map +1 -1
  14. package/dist/types/Wasm/WasmSupport.d.ts +93 -0
  15. package/dist/types/Wasm/WasmSupport.d.ts.map +1 -0
  16. package/dist/types/Wasm/index.d.ts +2 -0
  17. package/dist/types/Wasm/index.d.ts.map +1 -0
  18. package/dist/types/index.d.ts +1 -0
  19. package/dist/types/index.d.ts.map +1 -1
  20. package/docs/assets/search.js +1 -1
  21. package/docs/classes/Base.html +7 -5
  22. package/docs/classes/Hasher.html +16 -14
  23. package/docs/classes/ObjectWrapper.html +6 -4
  24. package/docs/classes/WasmSupport.html +335 -0
  25. package/docs/classes/XyoAbstractData.html +11 -9
  26. package/docs/classes/XyoData.html +16 -14
  27. package/docs/classes/XyoObjectWrapper.html +6 -4
  28. package/docs/classes/XyoValidatorBase.html +7 -5
  29. package/docs/functions/deepBy.html +3 -1
  30. package/docs/functions/deepOmitUnderscoreFields.html +3 -1
  31. package/docs/functions/deepPickUnderscoreFields.html +3 -1
  32. package/docs/functions/dumpErrors.html +3 -1
  33. package/docs/functions/isBrowser.html +3 -1
  34. package/docs/functions/normalizeAddress.html +3 -1
  35. package/docs/functions/removeEmptyFields.html +3 -1
  36. package/docs/functions/sortFields.html +3 -1
  37. package/docs/functions/toUint8Array.html +3 -1
  38. package/docs/functions/toUint8ArrayOptional.html +3 -1
  39. package/docs/functions/trimAddressPrefix.html +3 -1
  40. package/docs/functions/uuid.html +3 -1
  41. package/docs/index.html +2 -0
  42. package/docs/interfaces/Logger.html +8 -6
  43. package/docs/interfaces/Validator.html +4 -2
  44. package/docs/modules.html +4 -0
  45. package/docs/types/AnyObject.html +3 -1
  46. package/docs/types/BaseParams.html +3 -1
  47. package/docs/types/BaseParamsFields.html +3 -1
  48. package/docs/types/DataLike.html +3 -1
  49. package/docs/types/EmptyObject.html +3 -1
  50. package/docs/types/LogFunction.html +3 -1
  51. package/docs/types/StringKeyObject.html +3 -1
  52. package/docs/types/WasmFeature.html +72 -0
  53. package/docs/types/WithAdditional.html +3 -1
  54. package/docs/variables/addressPrefix.html +3 -1
  55. package/package.json +5 -4
  56. package/src/Wasm/WasmSupport.ts +168 -0
  57. package/src/Wasm/index.ts +1 -0
  58. package/src/index.ts +1 -0
@@ -27,7 +27,7 @@
27
27
  <ul class="tsd-hierarchy">
28
28
  <li><span class="target">Hasher</span></li></ul></li></ul></section><aside class="tsd-sources">
29
29
  <ul>
30
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L9">packages/protocol/packages/core/src/Hasher/Hasher.ts:9</a></li></ul></aside>
30
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L9">packages/protocol/packages/core/src/Hasher/Hasher.ts:9</a></li></ul></aside>
31
31
  <section class="tsd-panel-group tsd-index-group">
32
32
  <section class="tsd-panel tsd-index-panel">
33
33
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -78,7 +78,7 @@
78
78
  <h4 class="tsd-returns-title">Returns <a href="Hasher.html" class="tsd-signature-type tsd-kind-class">Hasher</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
79
79
  <p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#constructor">constructor</a></p>
80
80
  <ul>
81
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L6">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:6</a></li></ul></aside></li></ul></section></section>
81
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L6">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:6</a></li></ul></aside></li></ul></section></section>
82
82
  <section class="tsd-panel-group tsd-member-group">
83
83
  <h2>Properties</h2>
84
84
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="obj" class="tsd-anchor"></a>
@@ -86,17 +86,17 @@
86
86
  <div class="tsd-signature"><span class="tsd-kind-property">obj</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">T</span></div><aside class="tsd-sources">
87
87
  <p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#obj">obj</a></p>
88
88
  <ul>
89
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:5</a></li></ul></aside></section>
89
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:5</a></li></ul></aside></section>
90
90
  <section class="tsd-panel tsd-member"><a id="allowWasm" class="tsd-anchor"></a>
91
91
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>allow<wbr/>Wasm</span><a href="#allowWasm" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
92
92
  <div class="tsd-signature"><span class="tsd-kind-property">allow<wbr/>Wasm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
93
93
  <ul>
94
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L10">packages/protocol/packages/core/src/Hasher/Hasher.ts:10</a></li></ul></aside></section>
94
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L10">packages/protocol/packages/core/src/Hasher/Hasher.ts:10</a></li></ul></aside></section>
95
95
  <section class="tsd-panel tsd-member"><a id="wasmSupported" class="tsd-anchor"></a>
96
96
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>wasm<wbr/>Supported</span><a href="#wasmSupported" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
97
97
  <div class="tsd-signature"><span class="tsd-kind-property">wasm<wbr/>Supported</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
98
98
  <ul>
99
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L11">packages/protocol/packages/core/src/Hasher/Hasher.ts:11</a></li></ul></aside></section></section>
99
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L11">packages/protocol/packages/core/src/Hasher/Hasher.ts:11</a></li></ul></aside></section></section>
100
100
  <section class="tsd-panel-group tsd-member-group">
101
101
  <h2>Accessors</h2>
102
102
  <section class="tsd-panel tsd-member"><a id="hash" class="tsd-anchor"></a>
@@ -106,7 +106,7 @@
106
106
  <li class="tsd-description">
107
107
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
108
108
  <ul>
109
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L13">packages/protocol/packages/core/src/Hasher/Hasher.ts:13</a></li></ul></aside></li></ul></section>
109
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L13">packages/protocol/packages/core/src/Hasher/Hasher.ts:13</a></li></ul></aside></li></ul></section>
110
110
  <section class="tsd-panel tsd-member"><a id="hashFields" class="tsd-anchor"></a>
111
111
  <h3 class="tsd-anchor-link"><span>hash<wbr/>Fields</span><a href="#hashFields" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
112
112
  <ul class="tsd-signatures">
@@ -114,7 +114,7 @@
114
114
  <li class="tsd-description">
115
115
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
116
116
  <ul>
117
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L17">packages/protocol/packages/core/src/Hasher/Hasher.ts:17</a></li></ul></aside></li></ul></section>
117
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L17">packages/protocol/packages/core/src/Hasher/Hasher.ts:17</a></li></ul></aside></li></ul></section>
118
118
  <section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="stringKeyObj" class="tsd-anchor"></a>
119
119
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>string<wbr/>Key<wbr/>Obj</span><a href="#stringKeyObj" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
120
120
  <ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
@@ -123,7 +123,7 @@
123
123
  <h4 class="tsd-returns-title">Returns <a href="../types/StringKeyObject.html" class="tsd-signature-type tsd-kind-type-alias">StringKeyObject</a></h4><aside class="tsd-sources">
124
124
  <p>Inherited from ObjectWrapper.stringKeyObj</p>
125
125
  <ul>
126
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L9">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:9</a></li></ul></aside></li></ul></section>
126
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L9">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:9</a></li></ul></aside></li></ul></section>
127
127
  <section class="tsd-panel tsd-member"><a id="stringified" class="tsd-anchor"></a>
128
128
  <h3 class="tsd-anchor-link"><span>stringified</span><a href="#stringified" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
129
129
  <ul class="tsd-signatures">
@@ -131,7 +131,7 @@
131
131
  <li class="tsd-description">
132
132
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
133
133
  <ul>
134
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L21">packages/protocol/packages/core/src/Hasher/Hasher.ts:21</a></li></ul></aside></li></ul></section></section>
134
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L21">packages/protocol/packages/core/src/Hasher/Hasher.ts:21</a></li></ul></aside></li></ul></section></section>
135
135
  <section class="tsd-panel-group tsd-member-group">
136
136
  <h2>Methods</h2>
137
137
  <section class="tsd-panel tsd-member"><a id="hashAsync" class="tsd-anchor"></a>
@@ -141,7 +141,7 @@
141
141
  <li class="tsd-description">
142
142
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
143
143
  <ul>
144
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L48">packages/protocol/packages/core/src/Hasher/Hasher.ts:48</a></li></ul></aside></li></ul></section>
144
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L48">packages/protocol/packages/core/src/Hasher/Hasher.ts:48</a></li></ul></aside></li></ul></section>
145
145
  <section class="tsd-panel tsd-member"><a id="hash-2" class="tsd-anchor"></a>
146
146
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>hash</span><a href="#hash-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
147
147
  <ul class="tsd-signatures">
@@ -159,7 +159,7 @@
159
159
  <h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
160
160
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
161
161
  <ul>
162
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L25">packages/protocol/packages/core/src/Hasher/Hasher.ts:25</a></li></ul></aside></li></ul></section>
162
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L25">packages/protocol/packages/core/src/Hasher/Hasher.ts:25</a></li></ul></aside></li></ul></section>
163
163
  <section class="tsd-panel tsd-member"><a id="hashAsync-2" class="tsd-anchor"></a>
164
164
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>hash<wbr/>Async</span><a href="#hashAsync-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
165
165
  <ul class="tsd-signatures">
@@ -177,7 +177,7 @@
177
177
  <h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
178
178
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
179
179
  <ul>
180
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L29">packages/protocol/packages/core/src/Hasher/Hasher.ts:29</a></li></ul></aside></li></ul></section>
180
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L29">packages/protocol/packages/core/src/Hasher/Hasher.ts:29</a></li></ul></aside></li></ul></section>
181
181
  <section class="tsd-panel tsd-member"><a id="hashFields-2" class="tsd-anchor"></a>
182
182
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>hash<wbr/>Fields</span><a href="#hashFields-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
183
183
  <ul class="tsd-signatures">
@@ -195,7 +195,7 @@
195
195
  <h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
196
196
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
197
197
  <ul>
198
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L40">packages/protocol/packages/core/src/Hasher/Hasher.ts:40</a></li></ul></aside></li></ul></section>
198
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L40">packages/protocol/packages/core/src/Hasher/Hasher.ts:40</a></li></ul></aside></li></ul></section>
199
199
  <section class="tsd-panel tsd-member"><a id="stringify" class="tsd-anchor"></a>
200
200
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>stringify</span><a href="#stringify" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
201
201
  <ul class="tsd-signatures">
@@ -213,7 +213,7 @@
213
213
  <h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
214
214
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
215
215
  <ul>
216
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/Hasher/Hasher.ts#L44">packages/protocol/packages/core/src/Hasher/Hasher.ts:44</a></li></ul></aside></li></ul></section></section></div>
216
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/Hasher/Hasher.ts#L44">packages/protocol/packages/core/src/Hasher/Hasher.ts:44</a></li></ul></aside></li></ul></section></section></div>
217
217
  <div class="col-sidebar">
218
218
  <div class="page-menu">
219
219
  <div class="tsd-navigation settings">
@@ -251,6 +251,7 @@
251
251
  <li><a href="Base.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
252
252
  <li><a href="Hasher.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
253
253
  <li><a href="ObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
254
+ <li><a href="WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
254
255
  <li><a href="XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
255
256
  <li><a href="XyoData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
256
257
  <li><a href="XyoObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Object<wbr/>Wrapper</span></a></li>
@@ -264,6 +265,7 @@
264
265
  <li><a href="../types/EmptyObject.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Empty<wbr/>Object</span></a></li>
265
266
  <li><a href="../types/LogFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Log<wbr/>Function</span></a></li>
266
267
  <li><a href="../types/StringKeyObject.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>String<wbr/>Key<wbr/>Object</span></a></li>
268
+ <li><a href="../types/WasmFeature.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Wasm<wbr/>Feature</span></a></li>
267
269
  <li><a href="../types/WithAdditional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>With<wbr/>Additional</span></a></li>
268
270
  <li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>address<wbr/>Prefix</span></a></li>
269
271
  <li><a href="../functions/deepBy.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>deep<wbr/>By</span></a></li>
@@ -29,7 +29,7 @@
29
29
  <li><a href="XyoObjectWrapper.html" class="tsd-signature-type tsd-kind-class">XyoObjectWrapper</a></li>
30
30
  <li><a href="XyoValidatorBase.html" class="tsd-signature-type tsd-kind-class">XyoValidatorBase</a></li></ul></li></ul></section><aside class="tsd-sources">
31
31
  <ul>
32
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L4">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:4</a></li></ul></aside>
32
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L4">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:4</a></li></ul></aside>
33
33
  <section class="tsd-panel-group tsd-index-group">
34
34
  <section class="tsd-panel tsd-index-panel">
35
35
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -66,14 +66,14 @@
66
66
  <h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
67
67
  <h4 class="tsd-returns-title">Returns <a href="ObjectWrapper.html" class="tsd-signature-type tsd-kind-class">ObjectWrapper</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
68
68
  <ul>
69
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L6">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:6</a></li></ul></aside></li></ul></section></section>
69
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L6">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:6</a></li></ul></aside></li></ul></section></section>
70
70
  <section class="tsd-panel-group tsd-member-group">
71
71
  <h2>Properties</h2>
72
72
  <section class="tsd-panel tsd-member"><a id="obj" class="tsd-anchor"></a>
73
73
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>obj</span><a href="#obj" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
74
74
  <div class="tsd-signature"><span class="tsd-kind-property">obj</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">T</span></div><aside class="tsd-sources">
75
75
  <ul>
76
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:5</a></li></ul></aside></section></section>
76
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:5</a></li></ul></aside></section></section>
77
77
  <section class="tsd-panel-group tsd-member-group">
78
78
  <h2>Accessors</h2>
79
79
  <section class="tsd-panel tsd-member tsd-is-protected"><a id="stringKeyObj" class="tsd-anchor"></a>
@@ -83,7 +83,7 @@
83
83
  <li class="tsd-description">
84
84
  <h4 class="tsd-returns-title">Returns <a href="../types/StringKeyObject.html" class="tsd-signature-type tsd-kind-type-alias">StringKeyObject</a></h4><aside class="tsd-sources">
85
85
  <ul>
86
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L9">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:9</a></li></ul></aside></li></ul></section></section></div>
86
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/218908d8b/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L9">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:9</a></li></ul></aside></li></ul></section></section></div>
87
87
  <div class="col-sidebar">
88
88
  <div class="page-menu">
89
89
  <div class="tsd-navigation settings">
@@ -111,6 +111,7 @@
111
111
  <li><a href="Base.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
112
112
  <li><a href="Hasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
113
113
  <li><a href="ObjectWrapper.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
114
+ <li><a href="WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
114
115
  <li><a href="XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
115
116
  <li><a href="XyoData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
116
117
  <li><a href="XyoObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Object<wbr/>Wrapper</span></a></li>
@@ -124,6 +125,7 @@
124
125
  <li><a href="../types/EmptyObject.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Empty<wbr/>Object</span></a></li>
125
126
  <li><a href="../types/LogFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Log<wbr/>Function</span></a></li>
126
127
  <li><a href="../types/StringKeyObject.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>String<wbr/>Key<wbr/>Object</span></a></li>
128
+ <li><a href="../types/WasmFeature.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Wasm<wbr/>Feature</span></a></li>
127
129
  <li><a href="../types/WithAdditional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>With<wbr/>Additional</span></a></li>
128
130
  <li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>address<wbr/>Prefix</span></a></li>
129
131
  <li><a href="../functions/deepBy.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>deep<wbr/>By</span></a></li>