@pezkuwi/types-augment 16.5.17 → 16.5.18
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/build/LICENSE +201 -0
- package/build/README.md +3 -0
- package/build/augment.js +2 -0
- package/build/bundle.js +2 -0
- package/build/cjs/augment.d.ts +2 -0
- package/build/cjs/augment.js +4 -0
- package/build/cjs/bundle.d.ts +2 -0
- package/build/cjs/bundle.js +6 -0
- package/build/cjs/index.js +5 -0
- package/build/cjs/lookup/assetHubDicle.js +1164 -0
- package/build/cjs/lookup/assetHubPezkuwi.js +2979 -0
- package/build/cjs/lookup/bizinikiwi.js +9673 -0
- package/build/cjs/lookup/definitions.js +15 -0
- package/build/cjs/lookup/dicle.js +738 -0
- package/build/cjs/lookup/index.js +5 -0
- package/build/cjs/lookup/pezkuwi.js +4768 -0
- package/build/cjs/lookup/types-assetHubDicle.js +4 -0
- package/build/cjs/lookup/types-assetHubPezkuwi.js +4 -0
- package/build/cjs/lookup/types-bizinikiwi.js +4 -0
- package/build/cjs/lookup/types-dicle.js +4 -0
- package/build/cjs/lookup/types-pezkuwi.js +4 -0
- package/build/cjs/lookup/types.js +7 -0
- package/build/cjs/packageInfo.js +4 -0
- package/build/cjs/registry/assetHubDicle.js +4 -0
- package/build/cjs/registry/assetHubPezkuwi.js +4 -0
- package/build/cjs/registry/bizinikiwi.js +4 -0
- package/build/cjs/registry/dicle.js +4 -0
- package/build/cjs/registry/index.js +3 -0
- package/build/cjs/registry/interfaces.js +4 -0
- package/build/cjs/registry/pezkuwi.js +4 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +2 -0
- package/build/lookup/assetHubDicle.d.ts +1161 -0
- package/build/lookup/assetHubDicle.js +1162 -0
- package/build/lookup/assetHubPezkuwi.d.ts +2976 -0
- package/build/lookup/assetHubPezkuwi.js +2977 -0
- package/build/lookup/bizinikiwi.d.ts +9670 -0
- package/build/lookup/bizinikiwi.js +9671 -0
- package/build/lookup/definitions.d.ts +3 -0
- package/build/lookup/definitions.js +12 -0
- package/build/lookup/dicle.d.ts +735 -0
- package/build/lookup/dicle.js +736 -0
- package/build/lookup/index.d.ts +1 -0
- package/build/lookup/index.js +2 -0
- package/build/lookup/pezkuwi.d.ts +4765 -0
- package/build/lookup/pezkuwi.js +4766 -0
- package/build/lookup/types-assetHubDicle.d.ts +684 -0
- package/build/lookup/types-assetHubDicle.js +2 -0
- package/build/lookup/types-assetHubPezkuwi.d.ts +2511 -0
- package/build/lookup/types-assetHubPezkuwi.js +2 -0
- package/build/lookup/types-bizinikiwi.d.ts +9980 -0
- package/build/lookup/types-bizinikiwi.js +2 -0
- package/build/lookup/types-dicle.d.ts +364 -0
- package/build/lookup/types-dicle.js +2 -0
- package/build/lookup/types-pezkuwi.d.ts +4463 -0
- package/build/lookup/types-pezkuwi.js +2 -0
- package/build/lookup/types.d.ts +5 -0
- package/build/lookup/types.js +5 -0
- package/build/package.json +403 -0
- package/build/packageDetect.d.ts +1 -0
- package/build/packageDetect.js +5 -0
- package/build/packageInfo.d.ts +6 -0
- package/build/packageInfo.js +1 -0
- package/build/registry/assetHubDicle.d.ts +81 -0
- package/build/registry/assetHubDicle.js +2 -0
- package/build/registry/assetHubPezkuwi.d.ts +200 -0
- package/build/registry/assetHubPezkuwi.js +2 -0
- package/build/registry/bizinikiwi.d.ts +625 -0
- package/build/registry/bizinikiwi.js +2 -0
- package/build/registry/dicle.d.ts +35 -0
- package/build/registry/dicle.js +2 -0
- package/build/registry/index.d.ts +1 -0
- package/build/registry/index.js +1 -0
- package/build/registry/interfaces.d.ts +1370 -0
- package/build/registry/interfaces.js +2 -0
- package/build/registry/pezkuwi.d.ts +279 -0
- package/build/registry/pezkuwi.js +2 -0
- package/build-deno/README.md +3 -0
- package/build-deno/augment.ts +3 -0
- package/build-deno/bundle.ts +4 -0
- package/build-deno/index.ts +4 -0
- package/build-deno/lookup/assetHubDicle.ts +1164 -0
- package/build-deno/lookup/assetHubPezkuwi.ts +2979 -0
- package/build-deno/lookup/bizinikiwi.ts +9675 -0
- package/build-deno/lookup/definitions.ts +17 -0
- package/build-deno/lookup/dicle.ts +738 -0
- package/build-deno/lookup/index.ts +3 -0
- package/build-deno/lookup/pezkuwi.ts +4770 -0
- package/build-deno/lookup/types-assetHubDicle.ts +761 -0
- package/build-deno/lookup/types-assetHubPezkuwi.ts +2707 -0
- package/build-deno/lookup/types-bizinikiwi.ts +10588 -0
- package/build-deno/lookup/types-dicle.ts +396 -0
- package/build-deno/lookup/types-pezkuwi.ts +4721 -0
- package/build-deno/lookup/types.ts +6 -0
- package/build-deno/mod.ts +2 -0
- package/build-deno/packageDetect.ts +9 -0
- package/build-deno/packageInfo.ts +3 -0
- package/build-deno/registry/assetHubDicle.ts +85 -0
- package/build-deno/registry/assetHubPezkuwi.ts +204 -0
- package/build-deno/registry/bizinikiwi.ts +629 -0
- package/build-deno/registry/dicle.ts +39 -0
- package/build-deno/registry/index.ts +2 -0
- package/build-deno/registry/interfaces.ts +1376 -0
- package/build-deno/registry/pezkuwi.ts +285 -0
- package/build-tsc-cjs/packageDetect.js +7 -0
- package/{cjs → build-tsc-cjs}/packageInfo.js +1 -1
- package/{packageInfo.js → build-tsc-esm/packageInfo.js} +1 -1
- package/package.json +11 -11
- package/src/augment.ts +5 -0
- package/src/bundle.ts +6 -0
- package/src/index.ts +6 -0
- package/src/lookup/assetHubDicle.ts +1165 -0
- package/src/lookup/assetHubPezkuwi.ts +2980 -0
- package/src/lookup/bizinikiwi.ts +9674 -0
- package/src/lookup/definitions.ts +19 -0
- package/src/lookup/dicle.ts +739 -0
- package/src/lookup/index.ts +4 -0
- package/src/lookup/pezkuwi.ts +4769 -0
- package/src/lookup/types-assetHubDicle.ts +764 -0
- package/src/lookup/types-assetHubPezkuwi.ts +2710 -0
- package/src/lookup/types-bizinikiwi.ts +10589 -0
- package/src/lookup/types-dicle.ts +399 -0
- package/src/lookup/types-pezkuwi.ts +4722 -0
- package/src/lookup/types.ts +8 -0
- package/src/mod.ts +4 -0
- package/src/packageDetect.ts +13 -0
- package/src/packageInfo.ts +6 -0
- package/src/registry/assetHubDicle.ts +88 -0
- package/src/registry/assetHubPezkuwi.ts +207 -0
- package/src/registry/bizinikiwi.ts +632 -0
- package/src/registry/dicle.ts +42 -0
- package/src/registry/index.ts +4 -0
- package/src/registry/interfaces.ts +1377 -0
- package/src/registry/pezkuwi.ts +286 -0
- package/tsconfig.build.json +15 -0
- package/tsconfig.build.tsbuildinfo +1 -0
- /package/{cjs → build}/augment.d.ts +0 -0
- /package/{cjs → build}/bundle.d.ts +0 -0
- /package/{index.d.ts → build/cjs/index.d.ts} +0 -0
- /package/{lookup → build/cjs/lookup}/assetHubDicle.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/assetHubPezkuwi.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/bizinikiwi.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/definitions.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/dicle.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/index.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/pezkuwi.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/types-assetHubDicle.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/types-assetHubPezkuwi.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/types-bizinikiwi.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/types-dicle.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/types-pezkuwi.d.ts +0 -0
- /package/{lookup → build/cjs/lookup}/types.d.ts +0 -0
- /package/{cjs → build/cjs}/package.json +0 -0
- /package/{packageDetect.d.ts → build/cjs/packageDetect.d.ts} +0 -0
- /package/{cjs → build/cjs}/packageDetect.js +0 -0
- /package/{packageInfo.d.ts → build/cjs/packageInfo.d.ts} +0 -0
- /package/{registry → build/cjs/registry}/assetHubDicle.d.ts +0 -0
- /package/{registry → build/cjs/registry}/assetHubPezkuwi.d.ts +0 -0
- /package/{registry → build/cjs/registry}/bizinikiwi.d.ts +0 -0
- /package/{registry → build/cjs/registry}/dicle.d.ts +0 -0
- /package/{registry → build/cjs/registry}/index.d.ts +0 -0
- /package/{registry → build/cjs/registry}/interfaces.d.ts +0 -0
- /package/{registry → build/cjs/registry}/pezkuwi.d.ts +0 -0
- /package/{augment.d.ts → build-tsc/augment.d.ts} +0 -0
- /package/{bundle.d.ts → build-tsc/bundle.d.ts} +0 -0
- /package/{cjs → build-tsc}/index.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/assetHubDicle.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/assetHubPezkuwi.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/bizinikiwi.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/definitions.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/dicle.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/index.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/pezkuwi.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/types-assetHubDicle.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/types-assetHubPezkuwi.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/types-bizinikiwi.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/types-dicle.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/types-pezkuwi.d.ts +0 -0
- /package/{cjs → build-tsc}/lookup/types.d.ts +0 -0
- /package/{cjs → build-tsc}/packageDetect.d.ts +0 -0
- /package/{cjs → build-tsc}/packageInfo.d.ts +0 -0
- /package/{cjs → build-tsc}/registry/assetHubDicle.d.ts +0 -0
- /package/{cjs → build-tsc}/registry/assetHubPezkuwi.d.ts +0 -0
- /package/{cjs → build-tsc}/registry/bizinikiwi.d.ts +0 -0
- /package/{cjs → build-tsc}/registry/dicle.d.ts +0 -0
- /package/{cjs → build-tsc}/registry/index.d.ts +0 -0
- /package/{cjs → build-tsc}/registry/interfaces.d.ts +0 -0
- /package/{cjs → build-tsc}/registry/pezkuwi.d.ts +0 -0
- /package/{cjs → build-tsc-cjs}/augment.js +0 -0
- /package/{cjs → build-tsc-cjs}/bundle.js +0 -0
- /package/{cjs → build-tsc-cjs}/index.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/assetHubDicle.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/assetHubPezkuwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/bizinikiwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/definitions.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/dicle.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/index.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/pezkuwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/types-assetHubDicle.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/types-assetHubPezkuwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/types-bizinikiwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/types-dicle.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/types-pezkuwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/lookup/types.js +0 -0
- /package/{cjs → build-tsc-cjs}/registry/assetHubDicle.js +0 -0
- /package/{cjs → build-tsc-cjs}/registry/assetHubPezkuwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/registry/bizinikiwi.js +0 -0
- /package/{cjs → build-tsc-cjs}/registry/dicle.js +0 -0
- /package/{cjs → build-tsc-cjs}/registry/index.js +0 -0
- /package/{cjs → build-tsc-cjs}/registry/interfaces.js +0 -0
- /package/{cjs → build-tsc-cjs}/registry/pezkuwi.js +0 -0
- /package/{augment.js → build-tsc-esm/augment.js} +0 -0
- /package/{bundle.js → build-tsc-esm/bundle.js} +0 -0
- /package/{index.js → build-tsc-esm/index.js} +0 -0
- /package/{lookup → build-tsc-esm/lookup}/assetHubDicle.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/assetHubPezkuwi.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/bizinikiwi.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/definitions.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/dicle.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/index.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/pezkuwi.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/types-assetHubDicle.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/types-assetHubPezkuwi.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/types-bizinikiwi.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/types-dicle.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/types-pezkuwi.js +0 -0
- /package/{lookup → build-tsc-esm/lookup}/types.js +0 -0
- /package/{packageDetect.js → build-tsc-esm/packageDetect.js} +0 -0
- /package/{registry → build-tsc-esm/registry}/assetHubDicle.js +0 -0
- /package/{registry → build-tsc-esm/registry}/assetHubPezkuwi.js +0 -0
- /package/{registry → build-tsc-esm/registry}/bizinikiwi.js +0 -0
- /package/{registry → build-tsc-esm/registry}/dicle.js +0 -0
- /package/{registry → build-tsc-esm/registry}/index.js +0 -0
- /package/{registry → build-tsc-esm/registry}/interfaces.js +0 -0
- /package/{registry → build-tsc-esm/registry}/pezkuwi.js +0 -0
|
@@ -0,0 +1,403 @@
|
|
|
1
|
+
{
|
|
2
|
+
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
3
|
+
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
|
4
|
+
"description": "Types generated augmentation",
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": ">=18"
|
|
7
|
+
},
|
|
8
|
+
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/types-augment#readme",
|
|
9
|
+
"license": "Apache-2.0",
|
|
10
|
+
"name": "@pezkuwi/types-augment",
|
|
11
|
+
"repository": {
|
|
12
|
+
"directory": "packages/types-augment",
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
|
|
15
|
+
},
|
|
16
|
+
"sideEffects": [
|
|
17
|
+
"./packageDetect.js",
|
|
18
|
+
"./cjs/packageDetect.js"
|
|
19
|
+
],
|
|
20
|
+
"type": "module",
|
|
21
|
+
"version": "16.5.18",
|
|
22
|
+
"main": "./cjs/index.js",
|
|
23
|
+
"module": "./cjs/index.js",
|
|
24
|
+
"types": "./cjs/index.d.ts",
|
|
25
|
+
"exports": {
|
|
26
|
+
"./cjs/package.json": "./cjs/package.json",
|
|
27
|
+
"./cjs/*": "./cjs/*.js",
|
|
28
|
+
".": {
|
|
29
|
+
"module": {
|
|
30
|
+
"types": "./index.d.ts",
|
|
31
|
+
"default": "./index.js"
|
|
32
|
+
},
|
|
33
|
+
"require": {
|
|
34
|
+
"types": "./cjs/index.d.ts",
|
|
35
|
+
"default": "./cjs/index.js"
|
|
36
|
+
},
|
|
37
|
+
"default": {
|
|
38
|
+
"types": "./index.d.ts",
|
|
39
|
+
"default": "./index.js"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"./augment": {
|
|
43
|
+
"module": {
|
|
44
|
+
"types": "./augment.d.ts",
|
|
45
|
+
"default": "./augment.js"
|
|
46
|
+
},
|
|
47
|
+
"require": {
|
|
48
|
+
"types": "./cjs/augment.d.ts",
|
|
49
|
+
"default": "./cjs/augment.js"
|
|
50
|
+
},
|
|
51
|
+
"default": {
|
|
52
|
+
"types": "./augment.d.ts",
|
|
53
|
+
"default": "./augment.js"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"./bundle": {
|
|
57
|
+
"module": {
|
|
58
|
+
"types": "./bundle.d.ts",
|
|
59
|
+
"default": "./bundle.js"
|
|
60
|
+
},
|
|
61
|
+
"require": {
|
|
62
|
+
"types": "./cjs/bundle.d.ts",
|
|
63
|
+
"default": "./cjs/bundle.js"
|
|
64
|
+
},
|
|
65
|
+
"default": {
|
|
66
|
+
"types": "./bundle.d.ts",
|
|
67
|
+
"default": "./bundle.js"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"./lookup": {
|
|
71
|
+
"module": {
|
|
72
|
+
"types": "./lookup/index.d.ts",
|
|
73
|
+
"default": "./lookup/index.js"
|
|
74
|
+
},
|
|
75
|
+
"require": {
|
|
76
|
+
"types": "./cjs/lookup/index.d.ts",
|
|
77
|
+
"default": "./cjs/lookup/index.js"
|
|
78
|
+
},
|
|
79
|
+
"default": {
|
|
80
|
+
"types": "./lookup/index.d.ts",
|
|
81
|
+
"default": "./lookup/index.js"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"./lookup/assetHubDicle": {
|
|
85
|
+
"module": {
|
|
86
|
+
"types": "./lookup/assetHubDicle.d.ts",
|
|
87
|
+
"default": "./lookup/assetHubDicle.js"
|
|
88
|
+
},
|
|
89
|
+
"require": {
|
|
90
|
+
"types": "./cjs/lookup/assetHubDicle.d.ts",
|
|
91
|
+
"default": "./cjs/lookup/assetHubDicle.js"
|
|
92
|
+
},
|
|
93
|
+
"default": {
|
|
94
|
+
"types": "./lookup/assetHubDicle.d.ts",
|
|
95
|
+
"default": "./lookup/assetHubDicle.js"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"./lookup/assetHubPezkuwi": {
|
|
99
|
+
"module": {
|
|
100
|
+
"types": "./lookup/assetHubPezkuwi.d.ts",
|
|
101
|
+
"default": "./lookup/assetHubPezkuwi.js"
|
|
102
|
+
},
|
|
103
|
+
"require": {
|
|
104
|
+
"types": "./cjs/lookup/assetHubPezkuwi.d.ts",
|
|
105
|
+
"default": "./cjs/lookup/assetHubPezkuwi.js"
|
|
106
|
+
},
|
|
107
|
+
"default": {
|
|
108
|
+
"types": "./lookup/assetHubPezkuwi.d.ts",
|
|
109
|
+
"default": "./lookup/assetHubPezkuwi.js"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"./lookup/bizinikiwi": {
|
|
113
|
+
"module": {
|
|
114
|
+
"types": "./lookup/bizinikiwi.d.ts",
|
|
115
|
+
"default": "./lookup/bizinikiwi.js"
|
|
116
|
+
},
|
|
117
|
+
"require": {
|
|
118
|
+
"types": "./cjs/lookup/bizinikiwi.d.ts",
|
|
119
|
+
"default": "./cjs/lookup/bizinikiwi.js"
|
|
120
|
+
},
|
|
121
|
+
"default": {
|
|
122
|
+
"types": "./lookup/bizinikiwi.d.ts",
|
|
123
|
+
"default": "./lookup/bizinikiwi.js"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"./lookup/definitions": {
|
|
127
|
+
"module": {
|
|
128
|
+
"types": "./lookup/definitions.d.ts",
|
|
129
|
+
"default": "./lookup/definitions.js"
|
|
130
|
+
},
|
|
131
|
+
"require": {
|
|
132
|
+
"types": "./cjs/lookup/definitions.d.ts",
|
|
133
|
+
"default": "./cjs/lookup/definitions.js"
|
|
134
|
+
},
|
|
135
|
+
"default": {
|
|
136
|
+
"types": "./lookup/definitions.d.ts",
|
|
137
|
+
"default": "./lookup/definitions.js"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"./lookup/dicle": {
|
|
141
|
+
"module": {
|
|
142
|
+
"types": "./lookup/dicle.d.ts",
|
|
143
|
+
"default": "./lookup/dicle.js"
|
|
144
|
+
},
|
|
145
|
+
"require": {
|
|
146
|
+
"types": "./cjs/lookup/dicle.d.ts",
|
|
147
|
+
"default": "./cjs/lookup/dicle.js"
|
|
148
|
+
},
|
|
149
|
+
"default": {
|
|
150
|
+
"types": "./lookup/dicle.d.ts",
|
|
151
|
+
"default": "./lookup/dicle.js"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"./lookup/pezkuwi": {
|
|
155
|
+
"module": {
|
|
156
|
+
"types": "./lookup/pezkuwi.d.ts",
|
|
157
|
+
"default": "./lookup/pezkuwi.js"
|
|
158
|
+
},
|
|
159
|
+
"require": {
|
|
160
|
+
"types": "./cjs/lookup/pezkuwi.d.ts",
|
|
161
|
+
"default": "./cjs/lookup/pezkuwi.js"
|
|
162
|
+
},
|
|
163
|
+
"default": {
|
|
164
|
+
"types": "./lookup/pezkuwi.d.ts",
|
|
165
|
+
"default": "./lookup/pezkuwi.js"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"./lookup/types": {
|
|
169
|
+
"module": {
|
|
170
|
+
"types": "./lookup/types.d.ts",
|
|
171
|
+
"default": "./lookup/types.js"
|
|
172
|
+
},
|
|
173
|
+
"require": {
|
|
174
|
+
"types": "./cjs/lookup/types.d.ts",
|
|
175
|
+
"default": "./cjs/lookup/types.js"
|
|
176
|
+
},
|
|
177
|
+
"default": {
|
|
178
|
+
"types": "./lookup/types.d.ts",
|
|
179
|
+
"default": "./lookup/types.js"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"./lookup/types-assetHubDicle": {
|
|
183
|
+
"module": {
|
|
184
|
+
"types": "./lookup/types-assetHubDicle.d.ts",
|
|
185
|
+
"default": "./lookup/types-assetHubDicle.js"
|
|
186
|
+
},
|
|
187
|
+
"require": {
|
|
188
|
+
"types": "./cjs/lookup/types-assetHubDicle.d.ts",
|
|
189
|
+
"default": "./cjs/lookup/types-assetHubDicle.js"
|
|
190
|
+
},
|
|
191
|
+
"default": {
|
|
192
|
+
"types": "./lookup/types-assetHubDicle.d.ts",
|
|
193
|
+
"default": "./lookup/types-assetHubDicle.js"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"./lookup/types-assetHubPezkuwi": {
|
|
197
|
+
"module": {
|
|
198
|
+
"types": "./lookup/types-assetHubPezkuwi.d.ts",
|
|
199
|
+
"default": "./lookup/types-assetHubPezkuwi.js"
|
|
200
|
+
},
|
|
201
|
+
"require": {
|
|
202
|
+
"types": "./cjs/lookup/types-assetHubPezkuwi.d.ts",
|
|
203
|
+
"default": "./cjs/lookup/types-assetHubPezkuwi.js"
|
|
204
|
+
},
|
|
205
|
+
"default": {
|
|
206
|
+
"types": "./lookup/types-assetHubPezkuwi.d.ts",
|
|
207
|
+
"default": "./lookup/types-assetHubPezkuwi.js"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"./lookup/types-bizinikiwi": {
|
|
211
|
+
"module": {
|
|
212
|
+
"types": "./lookup/types-bizinikiwi.d.ts",
|
|
213
|
+
"default": "./lookup/types-bizinikiwi.js"
|
|
214
|
+
},
|
|
215
|
+
"require": {
|
|
216
|
+
"types": "./cjs/lookup/types-bizinikiwi.d.ts",
|
|
217
|
+
"default": "./cjs/lookup/types-bizinikiwi.js"
|
|
218
|
+
},
|
|
219
|
+
"default": {
|
|
220
|
+
"types": "./lookup/types-bizinikiwi.d.ts",
|
|
221
|
+
"default": "./lookup/types-bizinikiwi.js"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"./lookup/types-dicle": {
|
|
225
|
+
"module": {
|
|
226
|
+
"types": "./lookup/types-dicle.d.ts",
|
|
227
|
+
"default": "./lookup/types-dicle.js"
|
|
228
|
+
},
|
|
229
|
+
"require": {
|
|
230
|
+
"types": "./cjs/lookup/types-dicle.d.ts",
|
|
231
|
+
"default": "./cjs/lookup/types-dicle.js"
|
|
232
|
+
},
|
|
233
|
+
"default": {
|
|
234
|
+
"types": "./lookup/types-dicle.d.ts",
|
|
235
|
+
"default": "./lookup/types-dicle.js"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"./lookup/types-pezkuwi": {
|
|
239
|
+
"module": {
|
|
240
|
+
"types": "./lookup/types-pezkuwi.d.ts",
|
|
241
|
+
"default": "./lookup/types-pezkuwi.js"
|
|
242
|
+
},
|
|
243
|
+
"require": {
|
|
244
|
+
"types": "./cjs/lookup/types-pezkuwi.d.ts",
|
|
245
|
+
"default": "./cjs/lookup/types-pezkuwi.js"
|
|
246
|
+
},
|
|
247
|
+
"default": {
|
|
248
|
+
"types": "./lookup/types-pezkuwi.d.ts",
|
|
249
|
+
"default": "./lookup/types-pezkuwi.js"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"./package.json": {
|
|
253
|
+
"require": "./cjs/package.json",
|
|
254
|
+
"default": "./package.json"
|
|
255
|
+
},
|
|
256
|
+
"./packageDetect": {
|
|
257
|
+
"module": {
|
|
258
|
+
"types": "./packageDetect.d.ts",
|
|
259
|
+
"default": "./packageDetect.js"
|
|
260
|
+
},
|
|
261
|
+
"require": {
|
|
262
|
+
"types": "./cjs/packageDetect.d.ts",
|
|
263
|
+
"default": "./cjs/packageDetect.js"
|
|
264
|
+
},
|
|
265
|
+
"default": {
|
|
266
|
+
"types": "./packageDetect.d.ts",
|
|
267
|
+
"default": "./packageDetect.js"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"./packageInfo.js": {
|
|
271
|
+
"module": {
|
|
272
|
+
"types": "./packageInfo.d.ts",
|
|
273
|
+
"default": "./packageInfo.js"
|
|
274
|
+
},
|
|
275
|
+
"require": {
|
|
276
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
277
|
+
"default": "./cjs/packageInfo.js"
|
|
278
|
+
},
|
|
279
|
+
"default": {
|
|
280
|
+
"types": "./packageInfo.d.ts",
|
|
281
|
+
"default": "./packageInfo.js"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"./packageInfo": {
|
|
285
|
+
"module": {
|
|
286
|
+
"types": "./packageInfo.d.ts",
|
|
287
|
+
"default": "./packageInfo.js"
|
|
288
|
+
},
|
|
289
|
+
"require": {
|
|
290
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
291
|
+
"default": "./cjs/packageInfo.js"
|
|
292
|
+
},
|
|
293
|
+
"default": {
|
|
294
|
+
"types": "./packageInfo.d.ts",
|
|
295
|
+
"default": "./packageInfo.js"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"./registry": {
|
|
299
|
+
"module": {
|
|
300
|
+
"types": "./registry/index.d.ts",
|
|
301
|
+
"default": "./registry/index.js"
|
|
302
|
+
},
|
|
303
|
+
"require": {
|
|
304
|
+
"types": "./cjs/registry/index.d.ts",
|
|
305
|
+
"default": "./cjs/registry/index.js"
|
|
306
|
+
},
|
|
307
|
+
"default": {
|
|
308
|
+
"types": "./registry/index.d.ts",
|
|
309
|
+
"default": "./registry/index.js"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"./registry/assetHubDicle": {
|
|
313
|
+
"module": {
|
|
314
|
+
"types": "./registry/assetHubDicle.d.ts",
|
|
315
|
+
"default": "./registry/assetHubDicle.js"
|
|
316
|
+
},
|
|
317
|
+
"require": {
|
|
318
|
+
"types": "./cjs/registry/assetHubDicle.d.ts",
|
|
319
|
+
"default": "./cjs/registry/assetHubDicle.js"
|
|
320
|
+
},
|
|
321
|
+
"default": {
|
|
322
|
+
"types": "./registry/assetHubDicle.d.ts",
|
|
323
|
+
"default": "./registry/assetHubDicle.js"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"./registry/assetHubPezkuwi": {
|
|
327
|
+
"module": {
|
|
328
|
+
"types": "./registry/assetHubPezkuwi.d.ts",
|
|
329
|
+
"default": "./registry/assetHubPezkuwi.js"
|
|
330
|
+
},
|
|
331
|
+
"require": {
|
|
332
|
+
"types": "./cjs/registry/assetHubPezkuwi.d.ts",
|
|
333
|
+
"default": "./cjs/registry/assetHubPezkuwi.js"
|
|
334
|
+
},
|
|
335
|
+
"default": {
|
|
336
|
+
"types": "./registry/assetHubPezkuwi.d.ts",
|
|
337
|
+
"default": "./registry/assetHubPezkuwi.js"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"./registry/bizinikiwi": {
|
|
341
|
+
"module": {
|
|
342
|
+
"types": "./registry/bizinikiwi.d.ts",
|
|
343
|
+
"default": "./registry/bizinikiwi.js"
|
|
344
|
+
},
|
|
345
|
+
"require": {
|
|
346
|
+
"types": "./cjs/registry/bizinikiwi.d.ts",
|
|
347
|
+
"default": "./cjs/registry/bizinikiwi.js"
|
|
348
|
+
},
|
|
349
|
+
"default": {
|
|
350
|
+
"types": "./registry/bizinikiwi.d.ts",
|
|
351
|
+
"default": "./registry/bizinikiwi.js"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"./registry/dicle": {
|
|
355
|
+
"module": {
|
|
356
|
+
"types": "./registry/dicle.d.ts",
|
|
357
|
+
"default": "./registry/dicle.js"
|
|
358
|
+
},
|
|
359
|
+
"require": {
|
|
360
|
+
"types": "./cjs/registry/dicle.d.ts",
|
|
361
|
+
"default": "./cjs/registry/dicle.js"
|
|
362
|
+
},
|
|
363
|
+
"default": {
|
|
364
|
+
"types": "./registry/dicle.d.ts",
|
|
365
|
+
"default": "./registry/dicle.js"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"./registry/interfaces": {
|
|
369
|
+
"module": {
|
|
370
|
+
"types": "./registry/interfaces.d.ts",
|
|
371
|
+
"default": "./registry/interfaces.js"
|
|
372
|
+
},
|
|
373
|
+
"require": {
|
|
374
|
+
"types": "./cjs/registry/interfaces.d.ts",
|
|
375
|
+
"default": "./cjs/registry/interfaces.js"
|
|
376
|
+
},
|
|
377
|
+
"default": {
|
|
378
|
+
"types": "./registry/interfaces.d.ts",
|
|
379
|
+
"default": "./registry/interfaces.js"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"./registry/pezkuwi": {
|
|
383
|
+
"module": {
|
|
384
|
+
"types": "./registry/pezkuwi.d.ts",
|
|
385
|
+
"default": "./registry/pezkuwi.js"
|
|
386
|
+
},
|
|
387
|
+
"require": {
|
|
388
|
+
"types": "./cjs/registry/pezkuwi.d.ts",
|
|
389
|
+
"default": "./cjs/registry/pezkuwi.js"
|
|
390
|
+
},
|
|
391
|
+
"default": {
|
|
392
|
+
"types": "./registry/pezkuwi.d.ts",
|
|
393
|
+
"default": "./registry/pezkuwi.js"
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"dependencies": {
|
|
398
|
+
"@pezkuwi/types": "16.5.9",
|
|
399
|
+
"@pezkuwi/types-codec": "16.5.9",
|
|
400
|
+
"@pezkuwi/util": "14.0.11",
|
|
401
|
+
"tslib": "^2.8.1"
|
|
402
|
+
}
|
|
403
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { packageInfo as typesInfo } from '@pezkuwi/types/packageInfo';
|
|
2
|
+
import { packageInfo as codecInfo } from '@pezkuwi/types-codec/packageInfo';
|
|
3
|
+
import { detectPackage } from '@pezkuwi/util';
|
|
4
|
+
import { packageInfo } from './packageInfo.js';
|
|
5
|
+
detectPackage(packageInfo, null, [codecInfo, typesInfo]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/types-augment', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.18' };
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import '@pezkuwi/types/types/registry';
|
|
2
|
+
import type { AssetHubDicleRuntimeAhMigrationRcPalletsOrigin, AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, AssetHubDicleRuntimeDynamicParamsIssuanceParameters, AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey, AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue, AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight, AssetHubDicleRuntimeDynamicParamsMessageQueueParameters, AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey, AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue, AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight, AssetHubDicleRuntimeDynamicParamsSchedulerParameters, AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey, AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages, AssetHubDicleRuntimeDynamicParamsStakingElectionParameters, AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey, AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue, AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase, AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase, AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination, AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, AssetHubDicleRuntimeDynamicParamsTreasuryParameters, AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey, AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue, AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin, AssetHubDicleRuntimeOriginCaller, AssetHubDicleRuntimeProxyType, AssetHubDicleRuntimeRuntime, AssetHubDicleRuntimeRuntimeError, AssetHubDicleRuntimeRuntimeFreezeReason, AssetHubDicleRuntimeRuntimeHoldReason, AssetHubDicleRuntimeRuntimeParameters, AssetHubDicleRuntimeRuntimeParametersKey, AssetHubDicleRuntimeRuntimeParametersValue, AssetHubDicleRuntimeRuntimeTask, AssetHubDicleRuntimeSessionKeys, AssetHubDicleRuntimeStakingNposCompactSolution24, AssetHubDicleRuntimeTreasuryBurnDestinationAccount, PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType, PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType, PezpalletRcMigratorRecoveryPortableActiveRecovery, PezpalletRcMigratorRecoveryPortableRecoveryConfig, PezpalletRcMigratorRecoveryPortableRecoveryFriends, PezpalletRcMigratorRecoveryPortableRecoveryMessage, PezpalletRcMigratorSocietyPortableBid, PezpalletRcMigratorSocietyPortableBidKind, PezpalletRcMigratorSocietyPortableCandidacy, PezpalletRcMigratorSocietyPortableGroupParams, PezpalletRcMigratorSocietyPortableIntakeRecord, PezpalletRcMigratorSocietyPortableMemberRecord, PezpalletRcMigratorSocietyPortablePayoutRecord, PezpalletRcMigratorSocietyPortableSocietyMessage, PezpalletRcMigratorSocietyPortableTally, PezpalletRcMigratorSocietyPortableVote, PezpalletRcMigratorSocietyPortableVouchingStatus, PezpalletRcMigratorSocietySocietyValues, PezpalletRemoteProxyCall, PezpalletRemoteProxyError, PezpalletRemoteProxyRemoteProxyProof, PezpalletReviveEvmApiDebugRpcTypesPrestateTrace, PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo, PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig, PezpalletReviveStorageAccountInfo, PezpalletReviveStorageAccountType, PezpalletReviveVmCodeInfo, PezspConsensusAuraSr25519AppSr25519Public } from '@pezkuwi/types/lookup';
|
|
3
|
+
declare module '@pezkuwi/types/types/registry' {
|
|
4
|
+
interface InterfaceTypes {
|
|
5
|
+
AssetHubDicleRuntimeAhMigrationRcPalletsOrigin: AssetHubDicleRuntimeAhMigrationRcPalletsOrigin;
|
|
6
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceFalloff: AssetHubDicleRuntimeDynamicParamsIssuanceFalloff;
|
|
7
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake: AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake;
|
|
8
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation: AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation;
|
|
9
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation: AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation;
|
|
10
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParameters: AssetHubDicleRuntimeDynamicParamsIssuanceParameters;
|
|
11
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey: AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey;
|
|
12
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue: AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue;
|
|
13
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight: AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight;
|
|
14
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight: AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight;
|
|
15
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParameters: AssetHubDicleRuntimeDynamicParamsMessageQueueParameters;
|
|
16
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey;
|
|
17
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue;
|
|
18
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock: AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock;
|
|
19
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight: AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight;
|
|
20
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParameters: AssetHubDicleRuntimeDynamicParamsSchedulerParameters;
|
|
21
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey: AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey;
|
|
22
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue: AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue;
|
|
23
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters;
|
|
24
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration;
|
|
25
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions;
|
|
26
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages: AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages;
|
|
27
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParameters: AssetHubDicleRuntimeDynamicParamsStakingElectionParameters;
|
|
28
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey;
|
|
29
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue;
|
|
30
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase: AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase;
|
|
31
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock: AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock;
|
|
32
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase: AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase;
|
|
33
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination: AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination;
|
|
34
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion: AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion;
|
|
35
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParameters: AssetHubDicleRuntimeDynamicParamsTreasuryParameters;
|
|
36
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey: AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey;
|
|
37
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue: AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue;
|
|
38
|
+
AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
|
|
39
|
+
AssetHubDicleRuntimeOriginCaller: AssetHubDicleRuntimeOriginCaller;
|
|
40
|
+
AssetHubDicleRuntimeProxyType: AssetHubDicleRuntimeProxyType;
|
|
41
|
+
AssetHubDicleRuntimeRuntime: AssetHubDicleRuntimeRuntime;
|
|
42
|
+
AssetHubDicleRuntimeRuntimeError: AssetHubDicleRuntimeRuntimeError;
|
|
43
|
+
AssetHubDicleRuntimeRuntimeFreezeReason: AssetHubDicleRuntimeRuntimeFreezeReason;
|
|
44
|
+
AssetHubDicleRuntimeRuntimeHoldReason: AssetHubDicleRuntimeRuntimeHoldReason;
|
|
45
|
+
AssetHubDicleRuntimeRuntimeParameters: AssetHubDicleRuntimeRuntimeParameters;
|
|
46
|
+
AssetHubDicleRuntimeRuntimeParametersKey: AssetHubDicleRuntimeRuntimeParametersKey;
|
|
47
|
+
AssetHubDicleRuntimeRuntimeParametersValue: AssetHubDicleRuntimeRuntimeParametersValue;
|
|
48
|
+
AssetHubDicleRuntimeRuntimeTask: AssetHubDicleRuntimeRuntimeTask;
|
|
49
|
+
AssetHubDicleRuntimeSessionKeys: AssetHubDicleRuntimeSessionKeys;
|
|
50
|
+
AssetHubDicleRuntimeStakingNposCompactSolution24: AssetHubDicleRuntimeStakingNposCompactSolution24;
|
|
51
|
+
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: AssetHubDicleRuntimeTreasuryBurnDestinationAccount;
|
|
52
|
+
PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType: PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType;
|
|
53
|
+
PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType: PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType;
|
|
54
|
+
PezpalletRcMigratorRecoveryPortableActiveRecovery: PezpalletRcMigratorRecoveryPortableActiveRecovery;
|
|
55
|
+
PezpalletRcMigratorRecoveryPortableRecoveryConfig: PezpalletRcMigratorRecoveryPortableRecoveryConfig;
|
|
56
|
+
PezpalletRcMigratorRecoveryPortableRecoveryFriends: PezpalletRcMigratorRecoveryPortableRecoveryFriends;
|
|
57
|
+
PezpalletRcMigratorRecoveryPortableRecoveryMessage: PezpalletRcMigratorRecoveryPortableRecoveryMessage;
|
|
58
|
+
PezpalletRcMigratorSocietyPortableBid: PezpalletRcMigratorSocietyPortableBid;
|
|
59
|
+
PezpalletRcMigratorSocietyPortableBidKind: PezpalletRcMigratorSocietyPortableBidKind;
|
|
60
|
+
PezpalletRcMigratorSocietyPortableCandidacy: PezpalletRcMigratorSocietyPortableCandidacy;
|
|
61
|
+
PezpalletRcMigratorSocietyPortableGroupParams: PezpalletRcMigratorSocietyPortableGroupParams;
|
|
62
|
+
PezpalletRcMigratorSocietyPortableIntakeRecord: PezpalletRcMigratorSocietyPortableIntakeRecord;
|
|
63
|
+
PezpalletRcMigratorSocietyPortableMemberRecord: PezpalletRcMigratorSocietyPortableMemberRecord;
|
|
64
|
+
PezpalletRcMigratorSocietyPortablePayoutRecord: PezpalletRcMigratorSocietyPortablePayoutRecord;
|
|
65
|
+
PezpalletRcMigratorSocietyPortableSocietyMessage: PezpalletRcMigratorSocietyPortableSocietyMessage;
|
|
66
|
+
PezpalletRcMigratorSocietyPortableTally: PezpalletRcMigratorSocietyPortableTally;
|
|
67
|
+
PezpalletRcMigratorSocietyPortableVote: PezpalletRcMigratorSocietyPortableVote;
|
|
68
|
+
PezpalletRcMigratorSocietyPortableVouchingStatus: PezpalletRcMigratorSocietyPortableVouchingStatus;
|
|
69
|
+
PezpalletRcMigratorSocietySocietyValues: PezpalletRcMigratorSocietySocietyValues;
|
|
70
|
+
PezpalletRemoteProxyCall: PezpalletRemoteProxyCall;
|
|
71
|
+
PezpalletRemoteProxyError: PezpalletRemoteProxyError;
|
|
72
|
+
PezpalletRemoteProxyRemoteProxyProof: PezpalletRemoteProxyRemoteProxyProof;
|
|
73
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTrace: PezpalletReviveEvmApiDebugRpcTypesPrestateTrace;
|
|
74
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo: PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo;
|
|
75
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig: PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig;
|
|
76
|
+
PezpalletReviveStorageAccountInfo: PezpalletReviveStorageAccountInfo;
|
|
77
|
+
PezpalletReviveStorageAccountType: PezpalletReviveStorageAccountType;
|
|
78
|
+
PezpalletReviveVmCodeInfo: PezpalletReviveVmCodeInfo;
|
|
79
|
+
PezspConsensusAuraSr25519AppSr25519Public: PezspConsensusAuraSr25519AppSr25519Public;
|
|
80
|
+
}
|
|
81
|
+
}
|