@xyo-network/module-model 2.57.5 → 2.58.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.
- package/dist/cjs/Queries/ModuleAccount/Payload.js +6 -0
- package/dist/cjs/Queries/ModuleAccount/Payload.js.map +1 -0
- package/dist/cjs/Queries/ModuleAccount/Query.js +5 -0
- package/dist/cjs/Queries/ModuleAccount/Query.js.map +1 -0
- package/dist/cjs/Queries/ModuleAccount/index.js +6 -0
- package/dist/cjs/Queries/ModuleAccount/index.js.map +1 -0
- package/dist/cjs/Queries/index.js +1 -1
- package/dist/cjs/Queries/index.js.map +1 -1
- package/dist/docs.json +13623 -5100
- package/dist/esm/Queries/ModuleAccount/Payload.js +3 -0
- package/dist/esm/Queries/ModuleAccount/Payload.js.map +1 -0
- package/dist/esm/Queries/ModuleAccount/Query.js +2 -0
- package/dist/esm/Queries/ModuleAccount/Query.js.map +1 -0
- package/dist/esm/Queries/ModuleAccount/index.js +3 -0
- package/dist/esm/Queries/ModuleAccount/index.js.map +1 -0
- package/dist/esm/Queries/index.js +1 -1
- package/dist/esm/Queries/index.js.map +1 -1
- package/dist/types/Config.d.ts +46 -8
- package/dist/types/Config.d.ts.map +1 -1
- package/dist/types/Module.d.ts +10 -0
- package/dist/types/Module.d.ts.map +1 -1
- package/dist/types/Queries/ModuleAccount/Payload.d.ts +9 -0
- package/dist/types/Queries/ModuleAccount/Payload.d.ts.map +1 -0
- package/dist/types/Queries/ModuleAccount/Query.d.ts +7 -0
- package/dist/types/Queries/ModuleAccount/Query.d.ts.map +1 -0
- package/dist/types/Queries/ModuleAccount/index.d.ts +3 -0
- package/dist/types/Queries/ModuleAccount/index.d.ts.map +1 -0
- package/dist/types/Queries/index.d.ts +3 -3
- package/dist/types/Queries/index.d.ts.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/functions/creatableModule-1.html +12 -6
- package/docs/functions/isQueryBoundWitness.html +11 -5
- package/docs/index.html +10 -4
- package/docs/interfaces/AddressModuleFilter.html +12 -6
- package/docs/interfaces/CreatableModule.html +18 -12
- package/docs/interfaces/IndividualArchivistConfig.html +134 -0
- package/docs/interfaces/ModuleDescription.html +15 -9
- package/docs/interfaces/ModuleEventData.html +13 -7
- package/docs/interfaces/ModuleRepository.html +55 -19
- package/docs/interfaces/ModuleResolver.html +47 -12
- package/docs/interfaces/ModuleSubscribeFilter.html +12 -6
- package/docs/interfaces/NameModuleFilter.html +12 -6
- package/docs/interfaces/QueryFields.html +15 -9
- package/docs/interfaces/QueryModuleFilter.html +12 -6
- package/docs/modules.html +19 -7
- package/docs/types/AccountModuleParams.html +11 -5
- package/docs/types/AddressPreviousHashPayload.html +96 -0
- package/docs/types/AddressPreviousHashSchema.html +97 -0
- package/docs/types/AddressString.html +11 -5
- package/docs/types/AllModuleFilter.html +11 -5
- package/docs/types/AnyConfigSchema.html +11 -5
- package/docs/types/AnyModuleConfig.html +11 -5
- package/docs/types/AnyModuleFilter.html +11 -5
- package/docs/types/ArchivistModuleConfig.html +96 -0
- package/docs/types/BasicModuleParams.html +11 -5
- package/docs/types/CosigningAddressSet.html +11 -5
- package/docs/types/CreatableModuleFactory.html +11 -5
- package/docs/types/Module.html +11 -5
- package/docs/types/ModuleAccountQuery.html +96 -0
- package/docs/types/{ModulePreviousHashQuerySchema.html → ModuleAccountQuerySchema.html} +16 -10
- package/docs/types/ModuleConfig.html +11 -5
- package/docs/types/ModuleConfigBase.html +12 -6
- package/docs/types/ModuleConfigSchema.html +12 -6
- package/docs/types/ModuleDiscoverQuery.html +11 -5
- package/docs/types/ModuleDiscoverQuerySchema.html +12 -6
- package/docs/types/ModuleEventArgs.html +11 -5
- package/docs/types/ModuleFields.html +11 -5
- package/docs/types/ModuleFilter.html +11 -5
- package/docs/types/ModuleParams.html +11 -5
- package/docs/types/ModuleQueriedEventArgs.html +11 -5
- package/docs/types/ModuleQuery.html +11 -5
- package/docs/types/ModuleQueryBase.html +12 -6
- package/docs/types/ModuleQueryResult.html +11 -5
- package/docs/types/ModuleSubscribeQuery.html +11 -5
- package/docs/types/ModuleSubscribeQuerySchema.html +12 -6
- package/docs/types/{ModulePreviousHashQuery.html → NameOrAddress.html} +15 -9
- package/docs/types/OptionalConfigSchema.html +11 -5
- package/docs/types/Query.html +11 -5
- package/docs/types/QueryBoundWitness.html +11 -5
- package/docs/types/QueryBoundWitnessSchema.html +12 -6
- package/docs/types/SchemaString.html +11 -5
- package/docs/types/WalletModuleParams.html +11 -5
- package/docs/variables/AddressPreviousHashSchema-1.html +97 -0
- package/docs/variables/{ModulePreviousHashQuerySchema-1.html → ModuleAccountQuerySchema-1.html} +16 -10
- package/docs/variables/ModuleConfigSchema-1.html +12 -6
- package/docs/variables/ModuleDiscoverQuerySchema-1.html +12 -6
- package/docs/variables/ModuleSubscribeQuerySchema-1.html +12 -6
- package/docs/variables/QueryBoundWitnessSchema-1.html +12 -6
- package/package.json +11 -10
- package/src/Config.ts +50 -15
- package/src/Module.ts +10 -0
- package/src/Queries/ModuleAccount/Payload.ts +11 -0
- package/src/Queries/ModuleAccount/Query.ts +8 -0
- package/src/Queries/ModuleAccount/index.ts +2 -0
- package/src/Queries/index.ts +3 -3
- package/dist/cjs/Queries/PreviousHash.js +0 -5
- package/dist/cjs/Queries/PreviousHash.js.map +0 -1
- package/dist/esm/Queries/PreviousHash.js +0 -2
- package/dist/esm/Queries/PreviousHash.js.map +0 -1
- package/dist/types/Queries/PreviousHash.d.ts +0 -7
- package/dist/types/Queries/PreviousHash.d.ts.map +0 -1
- package/src/Queries/PreviousHash.ts +0 -8
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><a href="ModuleRepository.html" class="tsd-signature-type tsd-kind-interface">ModuleRepository</a></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Module.ts#L12">modules/packages/module/packages/model/src/Module.ts:12</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
<section class="tsd-index-section">
|
|
38
38
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
39
39
|
<div class="tsd-index-list"><a href="ModuleResolver.html#resolve" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>resolve</span></a>
|
|
40
|
+
<a href="ModuleResolver.html#resolveOne" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>resolve<wbr/>One</span></a>
|
|
40
41
|
</div></section></div></details></section></section>
|
|
41
42
|
<section class="tsd-panel-group tsd-member-group">
|
|
42
43
|
<h2>Properties</h2>
|
|
@@ -57,12 +58,12 @@
|
|
|
57
58
|
<h5><span class="tsd-kind-parameter">resolver</span>: <a href="ModuleResolver.html" class="tsd-signature-type tsd-kind-interface">ModuleResolver</a></h5></li></ul></div>
|
|
58
59
|
<h4 class="tsd-returns-title">Returns <a href="ModuleResolver.html" class="tsd-signature-type tsd-kind-interface">ModuleResolver</a></h4></li></ul></li></ul></div><aside class="tsd-sources">
|
|
59
60
|
<ul>
|
|
60
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
61
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Module.ts#L13">modules/packages/module/packages/model/src/Module.ts:13</a></li></ul></aside></section>
|
|
61
62
|
<section class="tsd-panel tsd-member"><a id="isModuleResolver" class="tsd-anchor"></a>
|
|
62
63
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Module<wbr/>Resolver</span><a href="#isModuleResolver" 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>
|
|
63
64
|
<div class="tsd-signature"><span class="tsd-kind-property">is<wbr/>Module<wbr/>Resolver</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
|
|
64
65
|
<ul>
|
|
65
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
66
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Module.ts#L14">modules/packages/module/packages/model/src/Module.ts:14</a></li></ul></aside></section>
|
|
66
67
|
<section class="tsd-panel tsd-member"><a id="removeResolver" class="tsd-anchor"></a>
|
|
67
68
|
<h3 class="tsd-anchor-link"><span>remove<wbr/>Resolver</span><a href="#removeResolver" 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>
|
|
68
69
|
<div class="tsd-signature"><span class="tsd-kind-property">remove<wbr/>Resolver</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">resolver</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="ModuleResolver.html" class="tsd-signature-type tsd-kind-interface">ModuleResolver</a><span class="tsd-signature-symbol">)</span></div>
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
<h5><span class="tsd-kind-parameter">resolver</span>: <a href="ModuleResolver.html" class="tsd-signature-type tsd-kind-interface">ModuleResolver</a></h5></li></ul></div>
|
|
81
82
|
<h4 class="tsd-returns-title">Returns <a href="ModuleResolver.html" class="tsd-signature-type tsd-kind-interface">ModuleResolver</a></h4></li></ul></li></ul></div><aside class="tsd-sources">
|
|
82
83
|
<ul>
|
|
83
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
84
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Module.ts#L15">modules/packages/module/packages/model/src/Module.ts:15</a></li></ul></aside></section></section>
|
|
84
85
|
<section class="tsd-panel-group tsd-member-group">
|
|
85
86
|
<h2>Methods</h2>
|
|
86
87
|
<section class="tsd-panel tsd-member"><a id="resolve" class="tsd-anchor"></a>
|
|
@@ -88,19 +89,46 @@
|
|
|
88
89
|
<ul class="tsd-signatures">
|
|
89
90
|
<li class="tsd-signature tsd-anchor-link" id="resolve.resolve-1"><span class="tsd-kind-call-signature">resolve</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">filter</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promisable</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">></span><a href="#resolve.resolve-1" 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></li>
|
|
90
91
|
<li class="tsd-description">
|
|
92
|
+
<div class="tsd-comment tsd-typography"><p>Resolves all modules matching the supplied filter. If no filter
|
|
93
|
+
is supplied, all modules are returned</p>
|
|
94
|
+
</div>
|
|
91
95
|
<section class="tsd-panel">
|
|
92
96
|
<h4>Type Parameters</h4>
|
|
93
97
|
<ul class="tsd-type-parameter-list">
|
|
94
98
|
<li>
|
|
95
|
-
<h4><span class="tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol"> extends </span><a href="../types/ModuleFields.html" class="tsd-signature-type tsd-kind-type-alias">ModuleFields</a><span class="tsd-signature-symbol"><</span><a href="../types/ModuleParams.html" class="tsd-signature-type tsd-kind-type-alias">ModuleParams</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"network.xyo.module.config"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">EventFunctions</span><span class="tsd-signature-symbol"><</span><a href="ModuleEventData.html" class="tsd-signature-type tsd-kind-interface">ModuleEventData</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span> = <a href="../types/Module.html" class="tsd-signature-type tsd-kind-type-alias">Module</a><span class="tsd-signature-symbol"><</span><a href="../types/ModuleParams.html" class="tsd-signature-type tsd-kind-type-alias">ModuleParams</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"network.xyo.module.config"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><a href="ModuleEventData.html" class="tsd-signature-type tsd-kind-interface">ModuleEventData</a><span class="tsd-signature-symbol">></span></h4></li></ul></section>
|
|
99
|
+
<h4><span class="tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol"> extends </span><a href="../types/ModuleFields.html" class="tsd-signature-type tsd-kind-type-alias">ModuleFields</a><span class="tsd-signature-symbol"><</span><a href="../types/ModuleParams.html" class="tsd-signature-type tsd-kind-type-alias">ModuleParams</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"network.xyo.module.config"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">EventFunctions</span><span class="tsd-signature-symbol"><</span><a href="ModuleEventData.html" class="tsd-signature-type tsd-kind-interface">ModuleEventData</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span> = <a href="../types/Module.html" class="tsd-signature-type tsd-kind-type-alias">Module</a><span class="tsd-signature-symbol"><</span><a href="../types/ModuleParams.html" class="tsd-signature-type tsd-kind-type-alias">ModuleParams</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"network.xyo.module.config"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><a href="ModuleEventData.html" class="tsd-signature-type tsd-kind-interface">ModuleEventData</a><span class="tsd-signature-symbol">></span></h4></li></ul></section>
|
|
96
100
|
<div class="tsd-parameters">
|
|
97
101
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
98
102
|
<ul class="tsd-parameter-list">
|
|
99
103
|
<li>
|
|
100
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">filter</span>: <a href="../types/ModuleFilter.html" class="tsd-signature-type tsd-kind-type-alias">ModuleFilter</a></h5
|
|
104
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">filter</span>: <a href="../types/ModuleFilter.html" class="tsd-signature-type tsd-kind-type-alias">ModuleFilter</a></h5>
|
|
105
|
+
<div class="tsd-comment tsd-typography"><p>Filter criteria for the desired modules</p>
|
|
106
|
+
</div></li></ul></div>
|
|
101
107
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promisable</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
102
108
|
<ul>
|
|
103
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
109
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Module.ts#L21">modules/packages/module/packages/model/src/Module.ts:21</a></li></ul></aside></li></ul></section>
|
|
110
|
+
<section class="tsd-panel tsd-member"><a id="resolveOne" class="tsd-anchor"></a>
|
|
111
|
+
<h3 class="tsd-anchor-link"><span>resolve<wbr/>One</span><a href="#resolveOne" 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
|
+
<ul class="tsd-signatures">
|
|
113
|
+
<li class="tsd-signature tsd-anchor-link" id="resolveOne.resolveOne-1"><span class="tsd-kind-call-signature">resolve<wbr/>One</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">filter</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promisable</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">></span><a href="#resolveOne.resolveOne-1" 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></li>
|
|
114
|
+
<li class="tsd-description">
|
|
115
|
+
<div class="tsd-comment tsd-typography"><p>Resolves a single module, or undefined if no modules matched the filter.</p>
|
|
116
|
+
</div>
|
|
117
|
+
<section class="tsd-panel">
|
|
118
|
+
<h4>Type Parameters</h4>
|
|
119
|
+
<ul class="tsd-type-parameter-list">
|
|
120
|
+
<li>
|
|
121
|
+
<h4><span class="tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol"> extends </span><a href="../types/ModuleFields.html" class="tsd-signature-type tsd-kind-type-alias">ModuleFields</a><span class="tsd-signature-symbol"><</span><a href="../types/ModuleParams.html" class="tsd-signature-type tsd-kind-type-alias">ModuleParams</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"network.xyo.module.config"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">EventFunctions</span><span class="tsd-signature-symbol"><</span><a href="ModuleEventData.html" class="tsd-signature-type tsd-kind-interface">ModuleEventData</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span> = <a href="../types/Module.html" class="tsd-signature-type tsd-kind-type-alias">Module</a><span class="tsd-signature-symbol"><</span><a href="../types/ModuleParams.html" class="tsd-signature-type tsd-kind-type-alias">ModuleParams</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SchemaFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">PayloadFields</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">archivist</span><span class="tsd-signature-symbol">?: </span><a href="../types/ArchivistModuleConfig.html" class="tsd-signature-type tsd-kind-type-alias">ArchivistModuleConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">paging</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"network.xyo.module.config"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">allowAnonymous</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">allowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../types/CosigningAddressSet.html" class="tsd-signature-type tsd-kind-type-alias">CosigningAddressSet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">disallowed</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">storeQueries</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"schema"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><a href="ModuleEventData.html" class="tsd-signature-type tsd-kind-interface">ModuleEventData</a><span class="tsd-signature-symbol">></span></h4></li></ul></section>
|
|
122
|
+
<div class="tsd-parameters">
|
|
123
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
124
|
+
<ul class="tsd-parameter-list">
|
|
125
|
+
<li>
|
|
126
|
+
<h5><span class="tsd-kind-parameter">filter</span>: <span class="tsd-signature-type">string</span></h5>
|
|
127
|
+
<div class="tsd-comment tsd-typography"><p>The desired Module's Address or Name</p>
|
|
128
|
+
</div></li></ul></div>
|
|
129
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promisable</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
130
|
+
<ul>
|
|
131
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Module.ts#L26">modules/packages/module/packages/model/src/Module.ts:26</a></li></ul></aside></li></ul></section></section></div>
|
|
104
132
|
<div class="col-sidebar">
|
|
105
133
|
<div class="page-menu">
|
|
106
134
|
<div class="tsd-navigation settings">
|
|
@@ -122,12 +150,14 @@
|
|
|
122
150
|
<li><a href="#addResolver" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>add<wbr/>Resolver</span></a></li>
|
|
123
151
|
<li><a href="#isModuleResolver" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>is<wbr/>Module<wbr/>Resolver</span></a></li>
|
|
124
152
|
<li><a href="#removeResolver" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>remove<wbr/>Resolver</span></a></li>
|
|
125
|
-
<li><a href="#resolve" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>resolve</span></a></li
|
|
153
|
+
<li><a href="#resolve" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>resolve</span></a></li>
|
|
154
|
+
<li><a href="#resolveOne" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>resolve<wbr/>One</span></a></li></ul></div></details></div>
|
|
126
155
|
<div class="site-menu">
|
|
127
156
|
<nav class="tsd-navigation"><a href="../modules.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-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@xyo-<wbr/>network/module-<wbr/>model</span></a>
|
|
128
157
|
<ul class="tsd-small-nested-navigation">
|
|
129
158
|
<li><a href="AddressModuleFilter.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-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Address<wbr/>Module<wbr/>Filter</span></a></li>
|
|
130
159
|
<li><a href="CreatableModule.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Creatable<wbr/>Module</span></a></li>
|
|
160
|
+
<li><a href="IndividualArchivistConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Individual<wbr/>Archivist<wbr/>Config</span></a></li>
|
|
131
161
|
<li><a href="ModuleDescription.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Module<wbr/>Description</span></a></li>
|
|
132
162
|
<li><a href="ModuleEventData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Module<wbr/>Event<wbr/>Data</span></a></li>
|
|
133
163
|
<li><a href="ModuleRepository.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Module<wbr/>Repository</span></a></li>
|
|
@@ -137,15 +167,20 @@
|
|
|
137
167
|
<li><a href="QueryFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Query<wbr/>Fields</span></a></li>
|
|
138
168
|
<li><a href="QueryModuleFilter.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Query<wbr/>Module<wbr/>Filter</span></a></li>
|
|
139
169
|
<li><a href="../types/AccountModuleParams.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-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg><span>Account<wbr/>Module<wbr/>Params</span></a></li>
|
|
170
|
+
<li><a href="../types/AddressPreviousHashPayload.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>Address<wbr/>Previous<wbr/>Hash<wbr/>Payload</span></a></li>
|
|
171
|
+
<li><a href="../types/AddressPreviousHashSchema.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>Address<wbr/>Previous<wbr/>Hash<wbr/>Schema</span></a></li>
|
|
140
172
|
<li><a href="../types/AddressString.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>Address<wbr/>String</span></a></li>
|
|
141
173
|
<li><a href="../types/AllModuleFilter.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>All<wbr/>Module<wbr/>Filter</span></a></li>
|
|
142
174
|
<li><a href="../types/AnyConfigSchema.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>Any<wbr/>Config<wbr/>Schema</span></a></li>
|
|
143
175
|
<li><a href="../types/AnyModuleConfig.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>Any<wbr/>Module<wbr/>Config</span></a></li>
|
|
144
176
|
<li><a href="../types/AnyModuleFilter.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>Any<wbr/>Module<wbr/>Filter</span></a></li>
|
|
177
|
+
<li><a href="../types/ArchivistModuleConfig.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>Archivist<wbr/>Module<wbr/>Config</span></a></li>
|
|
145
178
|
<li><a href="../types/BasicModuleParams.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>Basic<wbr/>Module<wbr/>Params</span></a></li>
|
|
146
179
|
<li><a href="../types/CosigningAddressSet.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>Cosigning<wbr/>Address<wbr/>Set</span></a></li>
|
|
147
180
|
<li><a href="../types/CreatableModuleFactory.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>Creatable<wbr/>Module<wbr/>Factory</span></a></li>
|
|
148
181
|
<li><a href="../types/Module.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>Module</span></a></li>
|
|
182
|
+
<li><a href="../types/ModuleAccountQuery.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>Module<wbr/>Account<wbr/>Query</span></a></li>
|
|
183
|
+
<li><a href="../types/ModuleAccountQuerySchema.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>Module<wbr/>Account<wbr/>Query<wbr/>Schema</span></a></li>
|
|
149
184
|
<li><a href="../types/ModuleConfig.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>Module<wbr/>Config</span></a></li>
|
|
150
185
|
<li><a href="../types/ModuleConfigBase.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>Module<wbr/>Config<wbr/>Base</span></a></li>
|
|
151
186
|
<li><a href="../types/ModuleConfigSchema.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>Module<wbr/>Config<wbr/>Schema</span></a></li>
|
|
@@ -155,23 +190,23 @@
|
|
|
155
190
|
<li><a href="../types/ModuleFields.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>Module<wbr/>Fields</span></a></li>
|
|
156
191
|
<li><a href="../types/ModuleFilter.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>Module<wbr/>Filter</span></a></li>
|
|
157
192
|
<li><a href="../types/ModuleParams.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>Module<wbr/>Params</span></a></li>
|
|
158
|
-
<li><a href="../types/ModulePreviousHashQuery.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>Module<wbr/>Previous<wbr/>Hash<wbr/>Query</span></a></li>
|
|
159
|
-
<li><a href="../types/ModulePreviousHashQuerySchema.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>Module<wbr/>Previous<wbr/>Hash<wbr/>Query<wbr/>Schema</span></a></li>
|
|
160
193
|
<li><a href="../types/ModuleQueriedEventArgs.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>Module<wbr/>Queried<wbr/>Event<wbr/>Args</span></a></li>
|
|
161
194
|
<li><a href="../types/ModuleQuery.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>Module<wbr/>Query</span></a></li>
|
|
162
195
|
<li><a href="../types/ModuleQueryBase.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>Module<wbr/>Query<wbr/>Base</span></a></li>
|
|
163
196
|
<li><a href="../types/ModuleQueryResult.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>Module<wbr/>Query<wbr/>Result</span></a></li>
|
|
164
197
|
<li><a href="../types/ModuleSubscribeQuery.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>Module<wbr/>Subscribe<wbr/>Query</span></a></li>
|
|
165
198
|
<li><a href="../types/ModuleSubscribeQuerySchema.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>Module<wbr/>Subscribe<wbr/>Query<wbr/>Schema</span></a></li>
|
|
199
|
+
<li><a href="../types/NameOrAddress.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>Name<wbr/>Or<wbr/>Address</span></a></li>
|
|
166
200
|
<li><a href="../types/OptionalConfigSchema.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>Optional<wbr/>Config<wbr/>Schema</span></a></li>
|
|
167
201
|
<li><a href="../types/Query.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>Query</span></a></li>
|
|
168
202
|
<li><a href="../types/QueryBoundWitness.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>Query<wbr/>Bound<wbr/>Witness</span></a></li>
|
|
169
203
|
<li><a href="../types/QueryBoundWitnessSchema.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>Query<wbr/>Bound<wbr/>Witness<wbr/>Schema</span></a></li>
|
|
170
204
|
<li><a href="../types/SchemaString.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>Schema<wbr/>String</span></a></li>
|
|
171
205
|
<li><a href="../types/WalletModuleParams.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>Wallet<wbr/>Module<wbr/>Params</span></a></li>
|
|
172
|
-
<li><a href="../variables/
|
|
206
|
+
<li><a href="../variables/AddressPreviousHashSchema-1.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/>Previous<wbr/>Hash<wbr/>Schema</span></a></li>
|
|
207
|
+
<li><a href="../variables/ModuleAccountQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Account<wbr/>Query<wbr/>Schema</span></a></li>
|
|
208
|
+
<li><a href="../variables/ModuleConfigSchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Config<wbr/>Schema</span></a></li>
|
|
173
209
|
<li><a href="../variables/ModuleDiscoverQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Discover<wbr/>Query<wbr/>Schema</span></a></li>
|
|
174
|
-
<li><a href="../variables/ModulePreviousHashQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Previous<wbr/>Hash<wbr/>Query<wbr/>Schema</span></a></li>
|
|
175
210
|
<li><a href="../variables/ModuleSubscribeQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Subscribe<wbr/>Query<wbr/>Schema</span></a></li>
|
|
176
211
|
<li><a href="../variables/QueryBoundWitnessSchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Query<wbr/>Bound<wbr/>Witness<wbr/>Schema</span></a></li>
|
|
177
212
|
<li><a href="../functions/creatableModule-1.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>creatable<wbr/>Module</span></a></li>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">ModuleSubscribeFilter</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Queries/Subscribe.ts#L6">modules/packages/module/packages/model/src/Queries/Subscribe.ts:6</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<h3>Field</h3><p>if specified, at least one of the schemas must be present in the boundwtness to generate a notification</p>
|
|
40
40
|
</div><aside class="tsd-sources">
|
|
41
41
|
<ul>
|
|
42
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
42
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/modules/packages/module/packages/model/src/Queries/Subscribe.ts#L8">modules/packages/module/packages/model/src/Queries/Subscribe.ts:8</a></li></ul></aside></section></section></div>
|
|
43
43
|
<div class="col-sidebar">
|
|
44
44
|
<div class="page-menu">
|
|
45
45
|
<div class="tsd-navigation settings">
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
<ul class="tsd-small-nested-navigation">
|
|
65
65
|
<li><a href="AddressModuleFilter.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-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Address<wbr/>Module<wbr/>Filter</span></a></li>
|
|
66
66
|
<li><a href="CreatableModule.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Creatable<wbr/>Module</span></a></li>
|
|
67
|
+
<li><a href="IndividualArchivistConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Individual<wbr/>Archivist<wbr/>Config</span></a></li>
|
|
67
68
|
<li><a href="ModuleDescription.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Module<wbr/>Description</span></a></li>
|
|
68
69
|
<li><a href="ModuleEventData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Module<wbr/>Event<wbr/>Data</span></a></li>
|
|
69
70
|
<li><a href="ModuleRepository.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Module<wbr/>Repository</span></a></li>
|
|
@@ -73,15 +74,20 @@
|
|
|
73
74
|
<li><a href="QueryFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Query<wbr/>Fields</span></a></li>
|
|
74
75
|
<li><a href="QueryModuleFilter.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Query<wbr/>Module<wbr/>Filter</span></a></li>
|
|
75
76
|
<li><a href="../types/AccountModuleParams.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-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg><span>Account<wbr/>Module<wbr/>Params</span></a></li>
|
|
77
|
+
<li><a href="../types/AddressPreviousHashPayload.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>Address<wbr/>Previous<wbr/>Hash<wbr/>Payload</span></a></li>
|
|
78
|
+
<li><a href="../types/AddressPreviousHashSchema.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>Address<wbr/>Previous<wbr/>Hash<wbr/>Schema</span></a></li>
|
|
76
79
|
<li><a href="../types/AddressString.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>Address<wbr/>String</span></a></li>
|
|
77
80
|
<li><a href="../types/AllModuleFilter.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>All<wbr/>Module<wbr/>Filter</span></a></li>
|
|
78
81
|
<li><a href="../types/AnyConfigSchema.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>Any<wbr/>Config<wbr/>Schema</span></a></li>
|
|
79
82
|
<li><a href="../types/AnyModuleConfig.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>Any<wbr/>Module<wbr/>Config</span></a></li>
|
|
80
83
|
<li><a href="../types/AnyModuleFilter.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>Any<wbr/>Module<wbr/>Filter</span></a></li>
|
|
84
|
+
<li><a href="../types/ArchivistModuleConfig.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>Archivist<wbr/>Module<wbr/>Config</span></a></li>
|
|
81
85
|
<li><a href="../types/BasicModuleParams.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>Basic<wbr/>Module<wbr/>Params</span></a></li>
|
|
82
86
|
<li><a href="../types/CosigningAddressSet.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>Cosigning<wbr/>Address<wbr/>Set</span></a></li>
|
|
83
87
|
<li><a href="../types/CreatableModuleFactory.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>Creatable<wbr/>Module<wbr/>Factory</span></a></li>
|
|
84
88
|
<li><a href="../types/Module.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>Module</span></a></li>
|
|
89
|
+
<li><a href="../types/ModuleAccountQuery.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>Module<wbr/>Account<wbr/>Query</span></a></li>
|
|
90
|
+
<li><a href="../types/ModuleAccountQuerySchema.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>Module<wbr/>Account<wbr/>Query<wbr/>Schema</span></a></li>
|
|
85
91
|
<li><a href="../types/ModuleConfig.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>Module<wbr/>Config</span></a></li>
|
|
86
92
|
<li><a href="../types/ModuleConfigBase.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>Module<wbr/>Config<wbr/>Base</span></a></li>
|
|
87
93
|
<li><a href="../types/ModuleConfigSchema.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>Module<wbr/>Config<wbr/>Schema</span></a></li>
|
|
@@ -91,23 +97,23 @@
|
|
|
91
97
|
<li><a href="../types/ModuleFields.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>Module<wbr/>Fields</span></a></li>
|
|
92
98
|
<li><a href="../types/ModuleFilter.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>Module<wbr/>Filter</span></a></li>
|
|
93
99
|
<li><a href="../types/ModuleParams.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>Module<wbr/>Params</span></a></li>
|
|
94
|
-
<li><a href="../types/ModulePreviousHashQuery.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>Module<wbr/>Previous<wbr/>Hash<wbr/>Query</span></a></li>
|
|
95
|
-
<li><a href="../types/ModulePreviousHashQuerySchema.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>Module<wbr/>Previous<wbr/>Hash<wbr/>Query<wbr/>Schema</span></a></li>
|
|
96
100
|
<li><a href="../types/ModuleQueriedEventArgs.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>Module<wbr/>Queried<wbr/>Event<wbr/>Args</span></a></li>
|
|
97
101
|
<li><a href="../types/ModuleQuery.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>Module<wbr/>Query</span></a></li>
|
|
98
102
|
<li><a href="../types/ModuleQueryBase.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>Module<wbr/>Query<wbr/>Base</span></a></li>
|
|
99
103
|
<li><a href="../types/ModuleQueryResult.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>Module<wbr/>Query<wbr/>Result</span></a></li>
|
|
100
104
|
<li><a href="../types/ModuleSubscribeQuery.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>Module<wbr/>Subscribe<wbr/>Query</span></a></li>
|
|
101
105
|
<li><a href="../types/ModuleSubscribeQuerySchema.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>Module<wbr/>Subscribe<wbr/>Query<wbr/>Schema</span></a></li>
|
|
106
|
+
<li><a href="../types/NameOrAddress.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>Name<wbr/>Or<wbr/>Address</span></a></li>
|
|
102
107
|
<li><a href="../types/OptionalConfigSchema.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>Optional<wbr/>Config<wbr/>Schema</span></a></li>
|
|
103
108
|
<li><a href="../types/Query.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>Query</span></a></li>
|
|
104
109
|
<li><a href="../types/QueryBoundWitness.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>Query<wbr/>Bound<wbr/>Witness</span></a></li>
|
|
105
110
|
<li><a href="../types/QueryBoundWitnessSchema.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>Query<wbr/>Bound<wbr/>Witness<wbr/>Schema</span></a></li>
|
|
106
111
|
<li><a href="../types/SchemaString.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>Schema<wbr/>String</span></a></li>
|
|
107
112
|
<li><a href="../types/WalletModuleParams.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>Wallet<wbr/>Module<wbr/>Params</span></a></li>
|
|
108
|
-
<li><a href="../variables/
|
|
113
|
+
<li><a href="../variables/AddressPreviousHashSchema-1.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/>Previous<wbr/>Hash<wbr/>Schema</span></a></li>
|
|
114
|
+
<li><a href="../variables/ModuleAccountQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Account<wbr/>Query<wbr/>Schema</span></a></li>
|
|
115
|
+
<li><a href="../variables/ModuleConfigSchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Config<wbr/>Schema</span></a></li>
|
|
109
116
|
<li><a href="../variables/ModuleDiscoverQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Discover<wbr/>Query<wbr/>Schema</span></a></li>
|
|
110
|
-
<li><a href="../variables/ModulePreviousHashQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Previous<wbr/>Hash<wbr/>Query<wbr/>Schema</span></a></li>
|
|
111
117
|
<li><a href="../variables/ModuleSubscribeQuerySchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Module<wbr/>Subscribe<wbr/>Query<wbr/>Schema</span></a></li>
|
|
112
118
|
<li><a href="../variables/QueryBoundWitnessSchema-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Query<wbr/>Bound<wbr/>Witness<wbr/>Schema</span></a></li>
|
|
113
119
|
<li><a href="../functions/creatableModule-1.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>creatable<wbr/>Module</span></a></li>
|