@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.
- package/LICENSE +201 -0
- package/assetHubDicle/consts.js +2 -0
- package/assetHubDicle/errors.js +2 -0
- package/assetHubDicle/events.js +2 -0
- package/assetHubDicle/query.js +2 -0
- package/assetHubDicle/registry.js +1 -0
- package/assetHubDicle/runtime.js +2 -0
- package/assetHubDicle/tx.js +2 -0
- package/assetHubPezkuwi/consts.js +2 -0
- package/assetHubPezkuwi/errors.js +2 -0
- package/assetHubPezkuwi/events.js +2 -0
- package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
- package/assetHubPezkuwi/query.js +2 -0
- package/assetHubPezkuwi/registry.js +1 -0
- package/assetHubPezkuwi/runtime.js +2 -0
- package/assetHubPezkuwi/tx.js +2 -0
- package/base.js +2 -0
- package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
- package/bizinikiwi/consts.js +2 -0
- package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
- package/bizinikiwi/errors.js +2 -0
- package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
- package/bizinikiwi/events.js +2 -0
- package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
- package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
- package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
- package/bizinikiwi/query.js +2 -0
- package/bizinikiwi/registry.d.ts +1 -0
- package/bizinikiwi/registry.js +1 -0
- package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
- package/bizinikiwi/runtime.js +2 -0
- package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
- package/bizinikiwi/tx.js +2 -0
- package/{build/bundle.d.ts → bundle.d.ts} +1 -1
- package/bundle.js +2 -0
- package/cjs/assetHubDicle/consts.js +4 -0
- package/cjs/assetHubDicle/errors.js +4 -0
- package/cjs/assetHubDicle/events.js +4 -0
- package/cjs/assetHubDicle/index.js +10 -0
- package/cjs/assetHubDicle/query.js +4 -0
- package/cjs/assetHubDicle/registry.js +3 -0
- package/cjs/assetHubDicle/runtime.js +4 -0
- package/cjs/assetHubDicle/tx.js +4 -0
- package/cjs/assetHubPezkuwi/consts.js +4 -0
- package/cjs/assetHubPezkuwi/errors.js +4 -0
- package/cjs/assetHubPezkuwi/events.js +4 -0
- package/cjs/assetHubPezkuwi/index.js +10 -0
- package/cjs/assetHubPezkuwi/query.js +4 -0
- package/cjs/assetHubPezkuwi/registry.js +3 -0
- package/cjs/assetHubPezkuwi/runtime.js +4 -0
- package/cjs/assetHubPezkuwi/tx.js +4 -0
- package/cjs/base.d.ts +2 -0
- package/cjs/base.js +4 -0
- package/cjs/bizinikiwi/consts.d.ts +1876 -0
- package/cjs/bizinikiwi/consts.js +4 -0
- package/cjs/bizinikiwi/errors.d.ts +3865 -0
- package/cjs/bizinikiwi/errors.js +4 -0
- package/cjs/bizinikiwi/events.d.ts +4702 -0
- package/cjs/bizinikiwi/events.js +4 -0
- package/cjs/bizinikiwi/index.d.ts +8 -0
- package/cjs/bizinikiwi/index.js +10 -0
- package/cjs/bizinikiwi/query.d.ts +2767 -0
- package/cjs/bizinikiwi/query.js +4 -0
- package/cjs/bizinikiwi/registry.d.ts +1 -0
- package/cjs/bizinikiwi/registry.js +3 -0
- package/cjs/bizinikiwi/runtime.d.ts +585 -0
- package/cjs/bizinikiwi/runtime.js +4 -0
- package/cjs/bizinikiwi/tx.d.ts +10159 -0
- package/cjs/bizinikiwi/tx.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/dicle/consts.js +4 -0
- package/cjs/dicle/errors.js +4 -0
- package/cjs/dicle/events.js +4 -0
- package/cjs/dicle/query.js +4 -0
- package/cjs/dicle/runtime.js +4 -0
- package/cjs/dicle/tx.js +4 -0
- package/cjs/index.js +5 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +8 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/pezkuwi/consts.d.ts +941 -0
- package/cjs/pezkuwi/consts.js +4 -0
- package/cjs/pezkuwi/errors.d.ts +2148 -0
- package/cjs/pezkuwi/errors.js +4 -0
- package/cjs/pezkuwi/events.d.ts +2473 -0
- package/cjs/pezkuwi/events.js +4 -0
- package/cjs/pezkuwi/index.d.ts +8 -0
- package/cjs/pezkuwi/index.js +10 -0
- package/cjs/pezkuwi/query.d.ts +2400 -0
- package/cjs/pezkuwi/query.js +4 -0
- package/cjs/pezkuwi/registry.d.ts +2 -0
- package/cjs/pezkuwi/registry.js +4 -0
- package/cjs/pezkuwi/runtime.d.ts +655 -0
- package/cjs/pezkuwi/runtime.js +4 -0
- package/cjs/pezkuwi/tx.d.ts +4954 -0
- package/cjs/pezkuwi/tx.js +4 -0
- package/dicle/consts.js +2 -0
- package/dicle/errors.js +2 -0
- package/dicle/events.js +2 -0
- package/dicle/query.js +2 -0
- package/dicle/runtime.js +2 -0
- package/dicle/tx.js +2 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +437 -9
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/pezkuwi/consts.d.ts +941 -0
- package/pezkuwi/consts.js +2 -0
- package/pezkuwi/errors.d.ts +2148 -0
- package/pezkuwi/errors.js +2 -0
- package/pezkuwi/events.d.ts +2473 -0
- package/pezkuwi/events.js +2 -0
- package/pezkuwi/index.d.ts +8 -0
- package/pezkuwi/index.js +8 -0
- package/pezkuwi/query.d.ts +2400 -0
- package/pezkuwi/query.js +2 -0
- package/pezkuwi/registry.d.ts +2 -0
- package/pezkuwi/registry.js +2 -0
- package/pezkuwi/runtime.d.ts +655 -0
- package/pezkuwi/runtime.js +2 -0
- package/pezkuwi/tx.d.ts +4954 -0
- package/pezkuwi/tx.js +2 -0
- package/build/substrate/registry.d.ts +0 -1
- package/src/assetHubKusama/consts.ts +0 -1308
- package/src/assetHubKusama/errors.ts +0 -2779
- package/src/assetHubKusama/events.ts +0 -2296
- package/src/assetHubKusama/query.ts +0 -2193
- package/src/assetHubKusama/registry.ts +0 -4
- package/src/assetHubKusama/runtime.ts +0 -518
- package/src/assetHubKusama/tx.ts +0 -6890
- package/src/assetHubPolkadot/consts.ts +0 -1125
- package/src/assetHubPolkadot/errors.ts +0 -2360
- package/src/assetHubPolkadot/events.ts +0 -2129
- package/src/assetHubPolkadot/query.ts +0 -2002
- package/src/assetHubPolkadot/registry.ts +0 -4
- package/src/assetHubPolkadot/runtime.ts +0 -443
- package/src/assetHubPolkadot/tx.ts +0 -6242
- package/src/base.ts +0 -6
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/kusama/consts.ts +0 -1035
- package/src/kusama/errors.ts +0 -2436
- package/src/kusama/events.ts +0 -1791
- package/src/kusama/query.ts +0 -2505
- package/src/kusama/registry.ts +0 -6
- package/src/kusama/runtime.ts +0 -610
- package/src/kusama/tx.ts +0 -4725
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/polkadot/consts.ts +0 -949
- package/src/polkadot/errors.ts +0 -2156
- package/src/polkadot/events.ts +0 -1600
- package/src/polkadot/index.ts +0 -11
- package/src/polkadot/query.ts +0 -2357
- package/src/polkadot/registry.ts +0 -5
- package/src/polkadot/runtime.ts +0 -621
- package/src/polkadot/tx.ts +0 -4240
- package/src/substrate/consts.ts +0 -1884
- package/src/substrate/errors.ts +0 -3873
- package/src/substrate/events.ts +0 -2889
- package/src/substrate/index.ts +0 -11
- package/src/substrate/query.ts +0 -2734
- package/src/substrate/registry.ts +0 -4
- package/src/substrate/runtime.ts +0 -593
- package/src/substrate/tx.ts +0 -8208
- package/tsconfig.assetHubKusama.json +0 -22
- package/tsconfig.assetHubPolkadot.json +0 -22
- package/tsconfig.build.json +0 -23
- package/tsconfig.build.tsbuildinfo +0 -1
- package/tsconfig.kusama.json +0 -22
- package/tsconfig.polkadot.json +0 -22
- /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
- /package/{build/base.d.ts → base.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /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 @@
|
|
|
1
|
+
import '@pezkuwi/types-augment/registry/assetHubDicle';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@pezkuwi/types-augment/registry/assetHubPezkuwi';
|
package/base.js
ADDED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '@
|
|
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 {
|
|
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 '@
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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<
|
|
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<
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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,
|
|
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,
|
|
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:
|
|
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:
|
|
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:
|
|
1603
|
+
blockLength: PezframeSystemLimitsBlockLength & AugmentedConst<ApiType>;
|
|
1604
1604
|
/**
|
|
1605
1605
|
* Block & extrinsics weights: base values and limits.
|
|
1606
1606
|
**/
|
|
1607
|
-
blockWeights:
|
|
1607
|
+
blockWeights: PezframeSystemLimitsBlockWeights & AugmentedConst<ApiType>;
|
|
1608
1608
|
/**
|
|
1609
1609
|
* The weight of runtime database operations the runtime can invoke.
|
|
1610
1610
|
**/
|
|
1611
|
-
dbWeight:
|
|
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:
|
|
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:
|
|
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:
|
|
1733
|
+
palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
|
|
1734
1734
|
/**
|
|
1735
1735
|
* The period during which an approved treasury spend has to be claimed.
|
|
1736
1736
|
**/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import '@
|
|
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 '@
|
|
4
|
+
declare module '@pezkuwi/api-base/types/errors' {
|
|
5
5
|
interface AugmentedErrors<ApiType extends ApiTypes> {
|
|
6
6
|
alliance: {
|
|
7
7
|
/**
|