@pezkuwi/api-augment 16.5.5 → 16.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/LICENSE +201 -0
  2. package/assetHubDicle/consts.js +2 -0
  3. package/assetHubDicle/errors.js +2 -0
  4. package/assetHubDicle/events.js +2 -0
  5. package/assetHubDicle/query.js +2 -0
  6. package/assetHubDicle/registry.js +1 -0
  7. package/assetHubDicle/runtime.js +2 -0
  8. package/assetHubDicle/tx.js +2 -0
  9. package/assetHubPezkuwi/consts.js +2 -0
  10. package/assetHubPezkuwi/errors.js +2 -0
  11. package/assetHubPezkuwi/events.js +2 -0
  12. package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
  13. package/assetHubPezkuwi/query.js +2 -0
  14. package/assetHubPezkuwi/registry.js +1 -0
  15. package/assetHubPezkuwi/runtime.js +2 -0
  16. package/assetHubPezkuwi/tx.js +2 -0
  17. package/base.js +2 -0
  18. package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
  19. package/bizinikiwi/consts.js +2 -0
  20. package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
  21. package/bizinikiwi/errors.js +2 -0
  22. package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
  23. package/bizinikiwi/events.js +2 -0
  24. package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
  25. package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
  26. package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
  27. package/bizinikiwi/query.js +2 -0
  28. package/bizinikiwi/registry.d.ts +1 -0
  29. package/bizinikiwi/registry.js +1 -0
  30. package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
  31. package/bizinikiwi/runtime.js +2 -0
  32. package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
  33. package/bizinikiwi/tx.js +2 -0
  34. package/{build/bundle.d.ts → bundle.d.ts} +1 -1
  35. package/bundle.js +2 -0
  36. package/cjs/assetHubDicle/consts.js +4 -0
  37. package/cjs/assetHubDicle/errors.js +4 -0
  38. package/cjs/assetHubDicle/events.js +4 -0
  39. package/cjs/assetHubDicle/index.js +10 -0
  40. package/cjs/assetHubDicle/query.js +4 -0
  41. package/cjs/assetHubDicle/registry.js +3 -0
  42. package/cjs/assetHubDicle/runtime.js +4 -0
  43. package/cjs/assetHubDicle/tx.js +4 -0
  44. package/cjs/assetHubPezkuwi/consts.js +4 -0
  45. package/cjs/assetHubPezkuwi/errors.js +4 -0
  46. package/cjs/assetHubPezkuwi/events.js +4 -0
  47. package/cjs/assetHubPezkuwi/index.js +10 -0
  48. package/cjs/assetHubPezkuwi/query.js +4 -0
  49. package/cjs/assetHubPezkuwi/registry.js +3 -0
  50. package/cjs/assetHubPezkuwi/runtime.js +4 -0
  51. package/cjs/assetHubPezkuwi/tx.js +4 -0
  52. package/cjs/base.d.ts +2 -0
  53. package/cjs/base.js +4 -0
  54. package/cjs/bizinikiwi/consts.d.ts +1876 -0
  55. package/cjs/bizinikiwi/consts.js +4 -0
  56. package/cjs/bizinikiwi/errors.d.ts +3865 -0
  57. package/cjs/bizinikiwi/errors.js +4 -0
  58. package/cjs/bizinikiwi/events.d.ts +4702 -0
  59. package/cjs/bizinikiwi/events.js +4 -0
  60. package/cjs/bizinikiwi/index.d.ts +8 -0
  61. package/cjs/bizinikiwi/index.js +10 -0
  62. package/cjs/bizinikiwi/query.d.ts +2767 -0
  63. package/cjs/bizinikiwi/query.js +4 -0
  64. package/cjs/bizinikiwi/registry.d.ts +1 -0
  65. package/cjs/bizinikiwi/registry.js +3 -0
  66. package/cjs/bizinikiwi/runtime.d.ts +585 -0
  67. package/cjs/bizinikiwi/runtime.js +4 -0
  68. package/cjs/bizinikiwi/tx.d.ts +10159 -0
  69. package/cjs/bizinikiwi/tx.js +4 -0
  70. package/cjs/bundle.d.ts +2 -0
  71. package/cjs/bundle.js +6 -0
  72. package/cjs/dicle/consts.js +4 -0
  73. package/cjs/dicle/errors.js +4 -0
  74. package/cjs/dicle/events.js +4 -0
  75. package/cjs/dicle/query.js +4 -0
  76. package/cjs/dicle/runtime.js +4 -0
  77. package/cjs/dicle/tx.js +4 -0
  78. package/cjs/index.js +5 -0
  79. package/cjs/package.json +3 -0
  80. package/cjs/packageDetect.js +8 -0
  81. package/cjs/packageInfo.js +4 -0
  82. package/cjs/pezkuwi/consts.d.ts +941 -0
  83. package/cjs/pezkuwi/consts.js +4 -0
  84. package/cjs/pezkuwi/errors.d.ts +2148 -0
  85. package/cjs/pezkuwi/errors.js +4 -0
  86. package/cjs/pezkuwi/events.d.ts +2473 -0
  87. package/cjs/pezkuwi/events.js +4 -0
  88. package/cjs/pezkuwi/index.d.ts +8 -0
  89. package/cjs/pezkuwi/index.js +10 -0
  90. package/cjs/pezkuwi/query.d.ts +2400 -0
  91. package/cjs/pezkuwi/query.js +4 -0
  92. package/cjs/pezkuwi/registry.d.ts +2 -0
  93. package/cjs/pezkuwi/registry.js +4 -0
  94. package/cjs/pezkuwi/runtime.d.ts +655 -0
  95. package/cjs/pezkuwi/runtime.js +4 -0
  96. package/cjs/pezkuwi/tx.d.ts +4954 -0
  97. package/cjs/pezkuwi/tx.js +4 -0
  98. package/dicle/consts.js +2 -0
  99. package/dicle/errors.js +2 -0
  100. package/dicle/events.js +2 -0
  101. package/dicle/query.js +2 -0
  102. package/dicle/runtime.js +2 -0
  103. package/dicle/tx.js +2 -0
  104. package/index.d.ts +2 -0
  105. package/index.js +2 -0
  106. package/package.json +437 -9
  107. package/packageDetect.d.ts +1 -0
  108. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  109. package/packageInfo.d.ts +6 -0
  110. package/packageInfo.js +1 -0
  111. package/pezkuwi/consts.d.ts +941 -0
  112. package/pezkuwi/consts.js +2 -0
  113. package/pezkuwi/errors.d.ts +2148 -0
  114. package/pezkuwi/errors.js +2 -0
  115. package/pezkuwi/events.d.ts +2473 -0
  116. package/pezkuwi/events.js +2 -0
  117. package/pezkuwi/index.d.ts +8 -0
  118. package/pezkuwi/index.js +8 -0
  119. package/pezkuwi/query.d.ts +2400 -0
  120. package/pezkuwi/query.js +2 -0
  121. package/pezkuwi/registry.d.ts +2 -0
  122. package/pezkuwi/registry.js +2 -0
  123. package/pezkuwi/runtime.d.ts +655 -0
  124. package/pezkuwi/runtime.js +2 -0
  125. package/pezkuwi/tx.d.ts +4954 -0
  126. package/pezkuwi/tx.js +2 -0
  127. package/build/substrate/registry.d.ts +0 -1
  128. package/src/assetHubKusama/consts.ts +0 -1308
  129. package/src/assetHubKusama/errors.ts +0 -2779
  130. package/src/assetHubKusama/events.ts +0 -2296
  131. package/src/assetHubKusama/query.ts +0 -2193
  132. package/src/assetHubKusama/registry.ts +0 -4
  133. package/src/assetHubKusama/runtime.ts +0 -518
  134. package/src/assetHubKusama/tx.ts +0 -6890
  135. package/src/assetHubPolkadot/consts.ts +0 -1125
  136. package/src/assetHubPolkadot/errors.ts +0 -2360
  137. package/src/assetHubPolkadot/events.ts +0 -2129
  138. package/src/assetHubPolkadot/query.ts +0 -2002
  139. package/src/assetHubPolkadot/registry.ts +0 -4
  140. package/src/assetHubPolkadot/runtime.ts +0 -443
  141. package/src/assetHubPolkadot/tx.ts +0 -6242
  142. package/src/base.ts +0 -6
  143. package/src/bundle.ts +0 -6
  144. package/src/index.ts +0 -6
  145. package/src/kusama/consts.ts +0 -1035
  146. package/src/kusama/errors.ts +0 -2436
  147. package/src/kusama/events.ts +0 -1791
  148. package/src/kusama/query.ts +0 -2505
  149. package/src/kusama/registry.ts +0 -6
  150. package/src/kusama/runtime.ts +0 -610
  151. package/src/kusama/tx.ts +0 -4725
  152. package/src/mod.ts +0 -4
  153. package/src/packageInfo.ts +0 -6
  154. package/src/polkadot/consts.ts +0 -949
  155. package/src/polkadot/errors.ts +0 -2156
  156. package/src/polkadot/events.ts +0 -1600
  157. package/src/polkadot/index.ts +0 -11
  158. package/src/polkadot/query.ts +0 -2357
  159. package/src/polkadot/registry.ts +0 -5
  160. package/src/polkadot/runtime.ts +0 -621
  161. package/src/polkadot/tx.ts +0 -4240
  162. package/src/substrate/consts.ts +0 -1884
  163. package/src/substrate/errors.ts +0 -3873
  164. package/src/substrate/events.ts +0 -2889
  165. package/src/substrate/index.ts +0 -11
  166. package/src/substrate/query.ts +0 -2734
  167. package/src/substrate/registry.ts +0 -4
  168. package/src/substrate/runtime.ts +0 -593
  169. package/src/substrate/tx.ts +0 -8208
  170. package/tsconfig.assetHubKusama.json +0 -22
  171. package/tsconfig.assetHubPolkadot.json +0 -22
  172. package/tsconfig.build.json +0 -23
  173. package/tsconfig.build.tsbuildinfo +0 -1
  174. package/tsconfig.kusama.json +0 -22
  175. package/tsconfig.polkadot.json +0 -22
  176. /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
  177. /package/{build/base.d.ts → base.d.ts} +0 -0
  178. /package/{build → cjs}/index.d.ts +0 -0
  179. /package/{build → cjs}/packageDetect.d.ts +0 -0
  180. /package/{build → cjs}/packageInfo.d.ts +0 -0
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/consts';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/errors';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/events';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/storage';
@@ -0,0 +1 @@
1
+ import '@pezkuwi/types-augment/registry/assetHubDicle';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/calls';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/submittable';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/consts';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/errors';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/events';
@@ -1,6 +1,3 @@
1
- // Copyright 2017-2025 @polkadot/api-augment authors & contributors
2
- // SPDX-License-Identifier: Apache-2.0
3
-
4
1
  import '../base.js';
5
2
  import './consts.js';
6
3
  import './errors.js';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/storage';
@@ -0,0 +1 @@
1
+ import '@pezkuwi/types-augment/registry/assetHubPezkuwi';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/calls';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/submittable';
package/base.js ADDED
@@ -0,0 +1,2 @@
1
+ import '@pezkuwi/rpc-augment';
2
+ import '@pezkuwi/types-augment';
@@ -1,11 +1,11 @@
1
- import '@polkadot/api-base/types/consts';
1
+ import '@pezkuwi/api-base/types/consts';
2
2
  import type { ApiTypes, AugmentedConst } from '@pezkuwi/api-base/types';
3
3
  import type { Bytes, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
4
4
  import type { Codec, ITuple } from '@pezkuwi/types-codec/types';
5
5
  import type { AccountId32, Perbill, Percent, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
6
- import type { FrameSupportPalletId, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, PalletContractsEnvironment, PalletContractsSchedule, PalletReferendaTrackDetails, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
6
+ import type { PezframeSupportPezpalletId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletContractsEnvironment, PezpalletContractsSchedule, PezpalletReferendaTrackDetails, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
7
7
  export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
8
- declare module '@polkadot/api-base/types/consts' {
8
+ declare module '@pezkuwi/api-base/types/consts' {
9
9
  interface AugmentedConsts<ApiType extends ApiTypes> {
10
10
  alliance: {
11
11
  /**
@@ -37,7 +37,7 @@ declare module '@polkadot/api-base/types/consts' {
37
37
  /**
38
38
  * The maximum weight of a dispatch call that can be proposed and executed.
39
39
  **/
40
- maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
40
+ maxProposalWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
41
41
  /**
42
42
  * Generic const
43
43
  **/
@@ -63,7 +63,7 @@ declare module '@polkadot/api-base/types/consts' {
63
63
  /**
64
64
  * The pallet's id, used for deriving its sovereign account ID.
65
65
  **/
66
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
66
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
67
67
  /**
68
68
  * A one-time fee to setup the pool.
69
69
  **/
@@ -71,7 +71,7 @@ declare module '@polkadot/api-base/types/consts' {
71
71
  /**
72
72
  * Asset class from [`Config::Assets`] used to pay the [`Config::PoolSetupFee`].
73
73
  **/
74
- poolSetupFeeAsset: FrameSupportTokensFungibleUnionOfNativeOrWithId & AugmentedConst<ApiType>;
74
+ poolSetupFeeAsset: PezframeSupportTokensFungibleUnionOfNativeOrWithId & AugmentedConst<ApiType>;
75
75
  /**
76
76
  * Generic const
77
77
  **/
@@ -83,7 +83,7 @@ declare module '@polkadot/api-base/types/consts' {
83
83
  *
84
84
  * The account ID is derived once during pool creation and stored in the storage.
85
85
  **/
86
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
86
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
87
87
  /**
88
88
  * Generic const
89
89
  **/
@@ -286,7 +286,7 @@ declare module '@polkadot/api-base/types/consts' {
286
286
  /**
287
287
  * Identifier from which the internal Pot is generated.
288
288
  **/
289
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
289
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
290
290
  /**
291
291
  * Number of Relay-chain blocks per timeslice.
292
292
  **/
@@ -350,7 +350,7 @@ declare module '@polkadot/api-base/types/consts' {
350
350
  * This is not a real config. We just mention the type here as constant so that
351
351
  * its type appears in the metadata. Only valid value is `()`.
352
352
  **/
353
- environment: PalletContractsEnvironment & AugmentedConst<ApiType>;
353
+ environment: PezpalletContractsEnvironment & AugmentedConst<ApiType>;
354
354
  /**
355
355
  * The maximum length of a contract code in bytes.
356
356
  *
@@ -380,7 +380,7 @@ declare module '@polkadot/api-base/types/consts' {
380
380
  /**
381
381
  * Cost schedule and limits.
382
382
  **/
383
- schedule: PalletContractsSchedule & AugmentedConst<ApiType>;
383
+ schedule: PezpalletContractsSchedule & AugmentedConst<ApiType>;
384
384
  /**
385
385
  * Make contract callable functions marked as `#[unstable]` available.
386
386
  *
@@ -438,7 +438,7 @@ declare module '@polkadot/api-base/types/consts' {
438
438
  /**
439
439
  * The maximum weight of a dispatch call that can be proposed and executed.
440
440
  **/
441
- maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
441
+ maxProposalWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
442
442
  /**
443
443
  * Generic const
444
444
  **/
@@ -448,7 +448,7 @@ declare module '@polkadot/api-base/types/consts' {
448
448
  /**
449
449
  * Injected identifier for the pallet.
450
450
  **/
451
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
451
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
452
452
  /**
453
453
  * Fraction of the slash that is rewarded to the caller of pending slash to the agent.
454
454
  **/
@@ -539,7 +539,7 @@ declare module '@polkadot/api-base/types/consts' {
539
539
  maxWinners: u32 & AugmentedConst<ApiType>;
540
540
  minerMaxLength: u32 & AugmentedConst<ApiType>;
541
541
  minerMaxVotesPerVoter: u32 & AugmentedConst<ApiType>;
542
- minerMaxWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
542
+ minerMaxWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
543
543
  minerMaxWinners: u32 & AugmentedConst<ApiType>;
544
544
  /**
545
545
  * The priority of the unsigned transaction submitted in the unsigned-phase
@@ -581,7 +581,7 @@ declare module '@polkadot/api-base/types/consts' {
581
581
  * this pallet), then [`MinerConfig::solution_weight`] is used to compare against
582
582
  * this value.
583
583
  **/
584
- signedMaxWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
584
+ signedMaxWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
585
585
  /**
586
586
  * Base reward for a signed solution
587
587
  **/
@@ -777,7 +777,7 @@ declare module '@polkadot/api-base/types/consts' {
777
777
  /**
778
778
  * The Lottery's pallet id
779
779
  **/
780
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
780
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
781
781
  /**
782
782
  * Generic const
783
783
  **/
@@ -799,7 +799,7 @@ declare module '@polkadot/api-base/types/consts' {
799
799
  *
800
800
  * If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`.
801
801
  **/
802
- idleMaxServiceWeight: Option<SpWeightsWeightV2Weight> & AugmentedConst<ApiType>;
802
+ idleMaxServiceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
803
803
  /**
804
804
  * The maximum number of stale pages (i.e. of overweight messages) allowed before culling
805
805
  * can happen. Once there are more stale pages than this, then historical pages may be
@@ -814,7 +814,7 @@ declare module '@polkadot/api-base/types/consts' {
814
814
  * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have
815
815
  * it run in `on_idle`.
816
816
  **/
817
- serviceWeight: Option<SpWeightsWeightV2Weight> & AugmentedConst<ApiType>;
817
+ serviceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
818
818
  /**
819
819
  * Generic const
820
820
  **/
@@ -934,7 +934,7 @@ declare module '@polkadot/api-base/types/consts' {
934
934
  /**
935
935
  * The pallet's id, used for deriving its sovereign account ID.
936
936
  **/
937
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
937
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
938
938
  /**
939
939
  * The maximum length of a name or symbol stored on-chain.
940
940
  **/
@@ -1031,7 +1031,7 @@ declare module '@polkadot/api-base/types/consts' {
1031
1031
  * larger value here means less of the block available for transactions should there be a
1032
1032
  * glut of bids.
1033
1033
  **/
1034
- maxIntakeWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
1034
+ maxIntakeWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
1035
1035
  /**
1036
1036
  * Maximum number of items that may be in each duration queue.
1037
1037
  *
@@ -1055,7 +1055,7 @@ declare module '@polkadot/api-base/types/consts' {
1055
1055
  /**
1056
1056
  * The treasury's pallet id, used for deriving its sovereign account ID.
1057
1057
  **/
1058
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
1058
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
1059
1059
  /**
1060
1060
  * Number of duration queues in total. This sets the maximum duration supported, which is
1061
1061
  * this value multiplied by `Period`.
@@ -1093,7 +1093,7 @@ declare module '@polkadot/api-base/types/consts' {
1093
1093
  /**
1094
1094
  * The nomination pool's pallet id.
1095
1095
  **/
1096
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
1096
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
1097
1097
  /**
1098
1098
  * Generic const
1099
1099
  **/
@@ -1200,7 +1200,7 @@ declare module '@polkadot/api-base/types/consts' {
1200
1200
  *
1201
1201
  * Note: if the tracks are dynamic, the value in the static metadata might be inaccurate.
1202
1202
  **/
1203
- tracks: Vec<ITuple<[u16, PalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
1203
+ tracks: Vec<ITuple<[u16, PezpalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
1204
1204
  /**
1205
1205
  * The number of blocks after submission that a referendum must begin being decided by.
1206
1206
  * Once this passes, then anyone may cancel the referendum.
@@ -1271,7 +1271,7 @@ declare module '@polkadot/api-base/types/consts' {
1271
1271
  *
1272
1272
  * Note: if the tracks are dynamic, the value in the static metadata might be inaccurate.
1273
1273
  **/
1274
- tracks: Vec<ITuple<[u16, PalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
1274
+ tracks: Vec<ITuple<[u16, PezpalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
1275
1275
  /**
1276
1276
  * The number of blocks after submission that a referendum must begin being decided by.
1277
1277
  * Once this passes, then anyone may cancel the referendum.
@@ -1403,7 +1403,7 @@ declare module '@polkadot/api-base/types/consts' {
1403
1403
  /**
1404
1404
  * The maximum weight that may be scheduled per block for any dispatchables.
1405
1405
  **/
1406
- maximumWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
1406
+ maximumWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
1407
1407
  /**
1408
1408
  * The maximum number of scheduled calls in the queue for a single block.
1409
1409
  *
@@ -1446,7 +1446,7 @@ declare module '@polkadot/api-base/types/consts' {
1446
1446
  /**
1447
1447
  * The societies's pallet id
1448
1448
  **/
1449
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
1449
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
1450
1450
  /**
1451
1451
  * The amount of incentive paid within each period. Doesn't include VoterTip.
1452
1452
  **/
@@ -1600,15 +1600,15 @@ declare module '@polkadot/api-base/types/consts' {
1600
1600
  /**
1601
1601
  * The maximum length of a block (in bytes).
1602
1602
  **/
1603
- blockLength: FrameSystemLimitsBlockLength & AugmentedConst<ApiType>;
1603
+ blockLength: PezframeSystemLimitsBlockLength & AugmentedConst<ApiType>;
1604
1604
  /**
1605
1605
  * Block & extrinsics weights: base values and limits.
1606
1606
  **/
1607
- blockWeights: FrameSystemLimitsBlockWeights & AugmentedConst<ApiType>;
1607
+ blockWeights: PezframeSystemLimitsBlockWeights & AugmentedConst<ApiType>;
1608
1608
  /**
1609
1609
  * The weight of runtime database operations the runtime can invoke.
1610
1610
  **/
1611
- dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst<ApiType>;
1611
+ dbWeight: PezspWeightsRuntimeDbWeight & AugmentedConst<ApiType>;
1612
1612
  /**
1613
1613
  * The designated SS58 prefix of this chain.
1614
1614
  *
@@ -1620,7 +1620,7 @@ declare module '@polkadot/api-base/types/consts' {
1620
1620
  /**
1621
1621
  * Get the chain's in-code version.
1622
1622
  **/
1623
- version: SpVersionRuntimeVersion & AugmentedConst<ApiType>;
1623
+ version: PezspVersionRuntimeVersion & AugmentedConst<ApiType>;
1624
1624
  /**
1625
1625
  * Generic const
1626
1626
  **/
@@ -1630,7 +1630,7 @@ declare module '@polkadot/api-base/types/consts' {
1630
1630
  /**
1631
1631
  * The maximum weight of a dispatch call that can be proposed and executed.
1632
1632
  **/
1633
- maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
1633
+ maxProposalWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
1634
1634
  /**
1635
1635
  * Generic const
1636
1636
  **/
@@ -1730,7 +1730,7 @@ declare module '@polkadot/api-base/types/consts' {
1730
1730
  /**
1731
1731
  * The treasury's pallet id, used for deriving its sovereign account ID.
1732
1732
  **/
1733
- palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
1733
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
1734
1734
  /**
1735
1735
  * The period during which an approved treasury spend has to be claimed.
1736
1736
  **/
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/consts';
@@ -1,7 +1,7 @@
1
- import '@polkadot/api-base/types/errors';
1
+ import '@pezkuwi/api-base/types/errors';
2
2
  import type { ApiTypes, AugmentedError } from '@pezkuwi/api-base/types';
3
3
  export type __AugmentedError<ApiType extends ApiTypes> = AugmentedError<ApiType>;
4
- declare module '@polkadot/api-base/types/errors' {
4
+ declare module '@pezkuwi/api-base/types/errors' {
5
5
  interface AugmentedErrors<ApiType extends ApiTypes> {
6
6
  alliance: {
7
7
  /**
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/errors';