@peeramid-labs/sdk 3.5.0 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. package/README.md +5 -4
  2. package/cli/abis/IErrors.js +16 -0
  3. package/cli/abis/IErrors.js.map +1 -1
  4. package/cli/abis/IPoseidon2.js +26 -0
  5. package/cli/abis/IPoseidon2.js.map +1 -0
  6. package/cli/abis/IPoseidon5.js +26 -0
  7. package/cli/abis/IPoseidon5.js.map +1 -0
  8. package/cli/abis/IPoseidon6.js +26 -0
  9. package/cli/abis/IPoseidon6.js.map +1 -0
  10. package/cli/abis/IRankifyInstance.js +13 -1
  11. package/cli/abis/IRankifyInstance.js.map +1 -1
  12. package/cli/abis/MAODistribution.js +5 -0
  13. package/cli/abis/MAODistribution.js.map +1 -1
  14. package/cli/abis/ProposalsIntegrity15Groth16Verifier.js +1120 -0
  15. package/cli/abis/ProposalsIntegrity15Groth16Verifier.js.map +1 -0
  16. package/cli/abis/RankifyDiamondInstance.js +323 -14
  17. package/cli/abis/RankifyDiamondInstance.js.map +1 -1
  18. package/cli/abis/RankifyInstanceEventMock.js +1 -1
  19. package/cli/abis/RankifyInstanceEventMock.js.map +1 -1
  20. package/cli/abis/RankifyInstanceGameMastersFacet.js +132 -13
  21. package/cli/abis/RankifyInstanceGameMastersFacet.js.map +1 -1
  22. package/cli/abis/RankifyInstanceInit.js +20 -0
  23. package/cli/abis/RankifyInstanceInit.js.map +1 -1
  24. package/cli/abis/RankifyInstanceMainFacet.js +125 -1
  25. package/cli/abis/RankifyInstanceMainFacet.js.map +1 -1
  26. package/cli/abis/RankifyInstanceRequirementsFacet.js +25 -0
  27. package/cli/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
  28. package/cli/abis/index.js +18 -2
  29. package/cli/abis/index.js.map +1 -1
  30. package/cli/cli/commands/distributions/add.js +2 -2
  31. package/cli/cli/commands/distributions/add.js.map +1 -1
  32. package/cli/cli/commands/eds/index.js +14 -0
  33. package/cli/cli/commands/eds/index.js.map +1 -1
  34. package/cli/cli/commands/fellowship/create.js +0 -1
  35. package/cli/cli/commands/fellowship/create.js.map +1 -1
  36. package/cli/cli/index.js +2 -0
  37. package/cli/cli/index.js.map +1 -1
  38. package/cli/eds/Distributor.js +4 -5
  39. package/cli/eds/Distributor.js.map +1 -1
  40. package/cli/rankify/InstanceBase.js +103 -42
  41. package/cli/rankify/InstanceBase.js.map +1 -1
  42. package/cli/rankify/MAODistributor.js +17 -0
  43. package/cli/rankify/MAODistributor.js.map +1 -1
  44. package/cli/types.js +22 -1
  45. package/cli/types.js.map +1 -1
  46. package/cli/utils/ApiError.js +2 -1
  47. package/cli/utils/ApiError.js.map +1 -1
  48. package/cli/utils/artifacts.js +18 -0
  49. package/cli/utils/artifacts.js.map +1 -1
  50. package/cli/utils/log.js +26 -0
  51. package/cli/utils/log.js.map +1 -0
  52. package/cli/utils/permutations.js +32 -0
  53. package/cli/utils/permutations.js.map +1 -0
  54. package/docs/classes/GameMaster.md +377 -79
  55. package/docs/classes/InstanceBase.md +125 -14
  56. package/docs/classes/InstancePlayer.md +310 -36
  57. package/docs/docs/classes/GameMaster.md +377 -79
  58. package/docs/docs/classes/InstanceBase.md +125 -14
  59. package/docs/docs/classes/InstancePlayer.md +310 -36
  60. package/docs/docs/index.md +59 -13
  61. package/docs/docs/interfaces/GameMetadata.md +91 -0
  62. package/docs/docs/interfaces/GmProposalParams.md +41 -0
  63. package/docs/docs/interfaces/Submission.md +52 -0
  64. package/docs/index.md +59 -13
  65. package/docs/interfaces/GameMetadata.md +91 -0
  66. package/docs/interfaces/GmProposalParams.md +41 -0
  67. package/docs/interfaces/Submission.md +52 -0
  68. package/lib.commonjs/abis/IErrors.d.ts +12 -0
  69. package/lib.commonjs/abis/IErrors.d.ts.map +1 -1
  70. package/lib.commonjs/abis/IErrors.js +16 -0
  71. package/lib.commonjs/abis/IErrors.js.map +1 -1
  72. package/lib.commonjs/abis/IPoseidon2.d.ts +17 -0
  73. package/lib.commonjs/abis/IPoseidon2.d.ts.map +1 -0
  74. package/lib.commonjs/abis/IPoseidon2.js +26 -0
  75. package/lib.commonjs/abis/IPoseidon2.js.map +1 -0
  76. package/lib.commonjs/abis/IPoseidon5.d.ts +17 -0
  77. package/lib.commonjs/abis/IPoseidon5.d.ts.map +1 -0
  78. package/lib.commonjs/abis/IPoseidon5.js +26 -0
  79. package/lib.commonjs/abis/IPoseidon5.js.map +1 -0
  80. package/lib.commonjs/abis/IPoseidon6.d.ts +17 -0
  81. package/lib.commonjs/abis/IPoseidon6.d.ts.map +1 -0
  82. package/lib.commonjs/abis/IPoseidon6.js +26 -0
  83. package/lib.commonjs/abis/IPoseidon6.js.map +1 -0
  84. package/lib.commonjs/abis/IRankifyInstance.d.ts +11 -1
  85. package/lib.commonjs/abis/IRankifyInstance.d.ts.map +1 -1
  86. package/lib.commonjs/abis/IRankifyInstance.js +13 -1
  87. package/lib.commonjs/abis/IRankifyInstance.js.map +1 -1
  88. package/lib.commonjs/abis/MAODistribution.d.ts +4 -0
  89. package/lib.commonjs/abis/MAODistribution.d.ts.map +1 -1
  90. package/lib.commonjs/abis/MAODistribution.js +5 -0
  91. package/lib.commonjs/abis/MAODistribution.js.map +1 -1
  92. package/lib.commonjs/abis/ProposalsIntegrity15Groth16Verifier.d.ts +859 -0
  93. package/lib.commonjs/abis/ProposalsIntegrity15Groth16Verifier.d.ts.map +1 -0
  94. package/lib.commonjs/abis/ProposalsIntegrity15Groth16Verifier.js +1120 -0
  95. package/lib.commonjs/abis/ProposalsIntegrity15Groth16Verifier.js.map +1 -0
  96. package/lib.commonjs/abis/RankifyDiamondInstance.d.ts +254 -14
  97. package/lib.commonjs/abis/RankifyDiamondInstance.d.ts.map +1 -1
  98. package/lib.commonjs/abis/RankifyDiamondInstance.js +323 -14
  99. package/lib.commonjs/abis/RankifyDiamondInstance.js.map +1 -1
  100. package/lib.commonjs/abis/RankifyInstanceEventMock.d.ts +1 -1
  101. package/lib.commonjs/abis/RankifyInstanceEventMock.js +1 -1
  102. package/lib.commonjs/abis/RankifyInstanceEventMock.js.map +1 -1
  103. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.d.ts +107 -13
  104. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.d.ts.map +1 -1
  105. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.js +132 -13
  106. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.js.map +1 -1
  107. package/lib.commonjs/abis/RankifyInstanceInit.d.ts +16 -0
  108. package/lib.commonjs/abis/RankifyInstanceInit.d.ts.map +1 -1
  109. package/lib.commonjs/abis/RankifyInstanceInit.js +20 -0
  110. package/lib.commonjs/abis/RankifyInstanceInit.js.map +1 -1
  111. package/lib.commonjs/abis/RankifyInstanceMainFacet.d.ts +97 -1
  112. package/lib.commonjs/abis/RankifyInstanceMainFacet.d.ts.map +1 -1
  113. package/lib.commonjs/abis/RankifyInstanceMainFacet.js +125 -1
  114. package/lib.commonjs/abis/RankifyInstanceMainFacet.js.map +1 -1
  115. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts +20 -0
  116. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -1
  117. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js +25 -0
  118. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
  119. package/lib.commonjs/abis/index.d.ts +1526 -128
  120. package/lib.commonjs/abis/index.d.ts.map +1 -1
  121. package/lib.commonjs/abis/index.js +18 -2
  122. package/lib.commonjs/abis/index.js.map +1 -1
  123. package/lib.commonjs/eds/Distributor.d.ts.map +1 -1
  124. package/lib.commonjs/eds/Distributor.js +4 -5
  125. package/lib.commonjs/eds/Distributor.js.map +1 -1
  126. package/lib.commonjs/index.d.ts +1 -2
  127. package/lib.commonjs/index.d.ts.map +1 -1
  128. package/lib.commonjs/index.js +1 -4
  129. package/lib.commonjs/index.js.map +1 -1
  130. package/lib.commonjs/rankify/GameMaster.d.ts +289 -43
  131. package/lib.commonjs/rankify/GameMaster.d.ts.map +1 -1
  132. package/lib.commonjs/rankify/GameMaster.js +794 -122
  133. package/lib.commonjs/rankify/GameMaster.js.map +1 -1
  134. package/lib.commonjs/rankify/InstanceBase.d.ts +1400 -3434
  135. package/lib.commonjs/rankify/InstanceBase.d.ts.map +1 -1
  136. package/lib.commonjs/rankify/InstanceBase.js +103 -42
  137. package/lib.commonjs/rankify/InstanceBase.js.map +1 -1
  138. package/lib.commonjs/rankify/MAODistributor.d.ts.map +1 -1
  139. package/lib.commonjs/rankify/MAODistributor.js +17 -0
  140. package/lib.commonjs/rankify/MAODistributor.js.map +1 -1
  141. package/lib.commonjs/rankify/Player.d.ts +80 -2
  142. package/lib.commonjs/rankify/Player.d.ts.map +1 -1
  143. package/lib.commonjs/rankify/Player.js +138 -4
  144. package/lib.commonjs/rankify/Player.js.map +1 -1
  145. package/lib.commonjs/types/contracts.d.ts +18 -0
  146. package/lib.commonjs/types/contracts.d.ts.map +1 -1
  147. package/lib.commonjs/types.d.ts +68 -6
  148. package/lib.commonjs/types.d.ts.map +1 -1
  149. package/lib.commonjs/types.js +22 -1
  150. package/lib.commonjs/types.js.map +1 -1
  151. package/lib.commonjs/utils/ApiError.d.ts.map +1 -1
  152. package/lib.commonjs/utils/ApiError.js +2 -1
  153. package/lib.commonjs/utils/ApiError.js.map +1 -1
  154. package/lib.commonjs/utils/artifacts.d.ts +3 -1
  155. package/lib.commonjs/utils/artifacts.d.ts.map +1 -1
  156. package/lib.commonjs/utils/artifacts.js +18 -0
  157. package/lib.commonjs/utils/artifacts.js.map +1 -1
  158. package/lib.commonjs/utils/getEnv.d.ts +9 -0
  159. package/lib.commonjs/utils/getEnv.d.ts.map +1 -0
  160. package/lib.commonjs/utils/getEnv.js +18 -0
  161. package/lib.commonjs/utils/getEnv.js.map +1 -0
  162. package/lib.commonjs/utils/log.d.ts +2 -0
  163. package/lib.commonjs/utils/log.d.ts.map +1 -0
  164. package/lib.commonjs/utils/log.js +26 -0
  165. package/lib.commonjs/utils/log.js.map +1 -0
  166. package/lib.commonjs/utils/permutations.d.ts +21 -0
  167. package/lib.commonjs/utils/permutations.d.ts.map +1 -0
  168. package/lib.commonjs/utils/permutations.js +32 -0
  169. package/lib.commonjs/utils/permutations.js.map +1 -0
  170. package/lib.esm/abis/IErrors.d.ts +12 -0
  171. package/lib.esm/abis/IErrors.d.ts.map +1 -1
  172. package/lib.esm/abis/IErrors.js +16 -0
  173. package/lib.esm/abis/IErrors.js.map +1 -1
  174. package/lib.esm/abis/IPoseidon2.d.ts +17 -0
  175. package/lib.esm/abis/IPoseidon2.d.ts.map +1 -0
  176. package/lib.esm/abis/IPoseidon2.js +23 -0
  177. package/lib.esm/abis/IPoseidon2.js.map +1 -0
  178. package/lib.esm/abis/IPoseidon5.d.ts +17 -0
  179. package/lib.esm/abis/IPoseidon5.d.ts.map +1 -0
  180. package/lib.esm/abis/IPoseidon5.js +23 -0
  181. package/lib.esm/abis/IPoseidon5.js.map +1 -0
  182. package/lib.esm/abis/IPoseidon6.d.ts +17 -0
  183. package/lib.esm/abis/IPoseidon6.d.ts.map +1 -0
  184. package/lib.esm/abis/IPoseidon6.js +23 -0
  185. package/lib.esm/abis/IPoseidon6.js.map +1 -0
  186. package/lib.esm/abis/IRankifyInstance.d.ts +11 -1
  187. package/lib.esm/abis/IRankifyInstance.d.ts.map +1 -1
  188. package/lib.esm/abis/IRankifyInstance.js +13 -1
  189. package/lib.esm/abis/IRankifyInstance.js.map +1 -1
  190. package/lib.esm/abis/MAODistribution.d.ts +4 -0
  191. package/lib.esm/abis/MAODistribution.d.ts.map +1 -1
  192. package/lib.esm/abis/MAODistribution.js +5 -0
  193. package/lib.esm/abis/MAODistribution.js.map +1 -1
  194. package/lib.esm/abis/ProposalsIntegrity15Groth16Verifier.d.ts +859 -0
  195. package/lib.esm/abis/ProposalsIntegrity15Groth16Verifier.d.ts.map +1 -0
  196. package/lib.esm/abis/ProposalsIntegrity15Groth16Verifier.js +1117 -0
  197. package/lib.esm/abis/ProposalsIntegrity15Groth16Verifier.js.map +1 -0
  198. package/lib.esm/abis/RankifyDiamondInstance.d.ts +254 -14
  199. package/lib.esm/abis/RankifyDiamondInstance.d.ts.map +1 -1
  200. package/lib.esm/abis/RankifyDiamondInstance.js +323 -14
  201. package/lib.esm/abis/RankifyDiamondInstance.js.map +1 -1
  202. package/lib.esm/abis/RankifyInstanceEventMock.d.ts +1 -1
  203. package/lib.esm/abis/RankifyInstanceEventMock.js +1 -1
  204. package/lib.esm/abis/RankifyInstanceEventMock.js.map +1 -1
  205. package/lib.esm/abis/RankifyInstanceGameMastersFacet.d.ts +107 -13
  206. package/lib.esm/abis/RankifyInstanceGameMastersFacet.d.ts.map +1 -1
  207. package/lib.esm/abis/RankifyInstanceGameMastersFacet.js +132 -13
  208. package/lib.esm/abis/RankifyInstanceGameMastersFacet.js.map +1 -1
  209. package/lib.esm/abis/RankifyInstanceInit.d.ts +16 -0
  210. package/lib.esm/abis/RankifyInstanceInit.d.ts.map +1 -1
  211. package/lib.esm/abis/RankifyInstanceInit.js +20 -0
  212. package/lib.esm/abis/RankifyInstanceInit.js.map +1 -1
  213. package/lib.esm/abis/RankifyInstanceMainFacet.d.ts +97 -1
  214. package/lib.esm/abis/RankifyInstanceMainFacet.d.ts.map +1 -1
  215. package/lib.esm/abis/RankifyInstanceMainFacet.js +125 -1
  216. package/lib.esm/abis/RankifyInstanceMainFacet.js.map +1 -1
  217. package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts +20 -0
  218. package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -1
  219. package/lib.esm/abis/RankifyInstanceRequirementsFacet.js +25 -0
  220. package/lib.esm/abis/RankifyInstanceRequirementsFacet.js.map +1 -1
  221. package/lib.esm/abis/index.d.ts +1526 -128
  222. package/lib.esm/abis/index.d.ts.map +1 -1
  223. package/lib.esm/abis/index.js +12 -0
  224. package/lib.esm/abis/index.js.map +1 -1
  225. package/lib.esm/eds/Distributor.d.ts.map +1 -1
  226. package/lib.esm/eds/Distributor.js +4 -5
  227. package/lib.esm/eds/Distributor.js.map +1 -1
  228. package/lib.esm/index.d.ts +1 -2
  229. package/lib.esm/index.d.ts.map +1 -1
  230. package/lib.esm/index.js +0 -2
  231. package/lib.esm/index.js.map +1 -1
  232. package/lib.esm/rankify/GameMaster.d.ts +289 -43
  233. package/lib.esm/rankify/GameMaster.d.ts.map +1 -1
  234. package/lib.esm/rankify/GameMaster.js +795 -123
  235. package/lib.esm/rankify/GameMaster.js.map +1 -1
  236. package/lib.esm/rankify/InstanceBase.d.ts +1400 -3434
  237. package/lib.esm/rankify/InstanceBase.d.ts.map +1 -1
  238. package/lib.esm/rankify/InstanceBase.js +89 -27
  239. package/lib.esm/rankify/InstanceBase.js.map +1 -1
  240. package/lib.esm/rankify/MAODistributor.d.ts.map +1 -1
  241. package/lib.esm/rankify/MAODistributor.js +18 -1
  242. package/lib.esm/rankify/MAODistributor.js.map +1 -1
  243. package/lib.esm/rankify/Player.d.ts +80 -2
  244. package/lib.esm/rankify/Player.d.ts.map +1 -1
  245. package/lib.esm/rankify/Player.js +138 -4
  246. package/lib.esm/rankify/Player.js.map +1 -1
  247. package/lib.esm/types/contracts.d.ts +18 -0
  248. package/lib.esm/types/contracts.d.ts.map +1 -1
  249. package/lib.esm/types.d.ts +68 -6
  250. package/lib.esm/types.d.ts.map +1 -1
  251. package/lib.esm/types.js +21 -0
  252. package/lib.esm/types.js.map +1 -1
  253. package/lib.esm/utils/ApiError.d.ts.map +1 -1
  254. package/lib.esm/utils/ApiError.js +2 -1
  255. package/lib.esm/utils/ApiError.js.map +1 -1
  256. package/lib.esm/utils/artifacts.d.ts +3 -1
  257. package/lib.esm/utils/artifacts.d.ts.map +1 -1
  258. package/lib.esm/utils/artifacts.js +18 -0
  259. package/lib.esm/utils/artifacts.js.map +1 -1
  260. package/lib.esm/utils/getEnv.d.ts +9 -0
  261. package/lib.esm/utils/getEnv.d.ts.map +1 -0
  262. package/lib.esm/utils/getEnv.js +15 -0
  263. package/lib.esm/utils/getEnv.js.map +1 -0
  264. package/lib.esm/utils/log.d.ts +2 -0
  265. package/lib.esm/utils/log.d.ts.map +1 -0
  266. package/lib.esm/utils/log.js +20 -0
  267. package/lib.esm/utils/log.js.map +1 -0
  268. package/lib.esm/utils/permutations.d.ts +21 -0
  269. package/lib.esm/utils/permutations.d.ts.map +1 -0
  270. package/lib.esm/utils/permutations.js +27 -0
  271. package/lib.esm/utils/permutations.js.map +1 -0
  272. package/package.json +16 -9
@@ -0,0 +1,1117 @@
1
+ export const ProposalsIntegrity15Groth16VerifierAbi = [
2
+ {
3
+ "inputs": [],
4
+ "name": "ALPHA_X",
5
+ "outputs": [
6
+ {
7
+ "internalType": "uint256",
8
+ "name": "",
9
+ "type": "uint256"
10
+ }
11
+ ],
12
+ "stateMutability": "view",
13
+ "type": "function"
14
+ },
15
+ {
16
+ "inputs": [],
17
+ "name": "ALPHA_Y",
18
+ "outputs": [
19
+ {
20
+ "internalType": "uint256",
21
+ "name": "",
22
+ "type": "uint256"
23
+ }
24
+ ],
25
+ "stateMutability": "view",
26
+ "type": "function"
27
+ },
28
+ {
29
+ "inputs": [],
30
+ "name": "BASE_FIELD_SIZE",
31
+ "outputs": [
32
+ {
33
+ "internalType": "uint256",
34
+ "name": "",
35
+ "type": "uint256"
36
+ }
37
+ ],
38
+ "stateMutability": "view",
39
+ "type": "function"
40
+ },
41
+ {
42
+ "inputs": [],
43
+ "name": "BETA_X1",
44
+ "outputs": [
45
+ {
46
+ "internalType": "uint256",
47
+ "name": "",
48
+ "type": "uint256"
49
+ }
50
+ ],
51
+ "stateMutability": "view",
52
+ "type": "function"
53
+ },
54
+ {
55
+ "inputs": [],
56
+ "name": "BETA_X2",
57
+ "outputs": [
58
+ {
59
+ "internalType": "uint256",
60
+ "name": "",
61
+ "type": "uint256"
62
+ }
63
+ ],
64
+ "stateMutability": "view",
65
+ "type": "function"
66
+ },
67
+ {
68
+ "inputs": [],
69
+ "name": "BETA_Y1",
70
+ "outputs": [
71
+ {
72
+ "internalType": "uint256",
73
+ "name": "",
74
+ "type": "uint256"
75
+ }
76
+ ],
77
+ "stateMutability": "view",
78
+ "type": "function"
79
+ },
80
+ {
81
+ "inputs": [],
82
+ "name": "BETA_Y2",
83
+ "outputs": [
84
+ {
85
+ "internalType": "uint256",
86
+ "name": "",
87
+ "type": "uint256"
88
+ }
89
+ ],
90
+ "stateMutability": "view",
91
+ "type": "function"
92
+ },
93
+ {
94
+ "inputs": [],
95
+ "name": "DELTA_X1",
96
+ "outputs": [
97
+ {
98
+ "internalType": "uint256",
99
+ "name": "",
100
+ "type": "uint256"
101
+ }
102
+ ],
103
+ "stateMutability": "view",
104
+ "type": "function"
105
+ },
106
+ {
107
+ "inputs": [],
108
+ "name": "DELTA_X2",
109
+ "outputs": [
110
+ {
111
+ "internalType": "uint256",
112
+ "name": "",
113
+ "type": "uint256"
114
+ }
115
+ ],
116
+ "stateMutability": "view",
117
+ "type": "function"
118
+ },
119
+ {
120
+ "inputs": [],
121
+ "name": "DELTA_Y1",
122
+ "outputs": [
123
+ {
124
+ "internalType": "uint256",
125
+ "name": "",
126
+ "type": "uint256"
127
+ }
128
+ ],
129
+ "stateMutability": "view",
130
+ "type": "function"
131
+ },
132
+ {
133
+ "inputs": [],
134
+ "name": "DELTA_Y2",
135
+ "outputs": [
136
+ {
137
+ "internalType": "uint256",
138
+ "name": "",
139
+ "type": "uint256"
140
+ }
141
+ ],
142
+ "stateMutability": "view",
143
+ "type": "function"
144
+ },
145
+ {
146
+ "inputs": [],
147
+ "name": "GAMMA_X1",
148
+ "outputs": [
149
+ {
150
+ "internalType": "uint256",
151
+ "name": "",
152
+ "type": "uint256"
153
+ }
154
+ ],
155
+ "stateMutability": "view",
156
+ "type": "function"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "GAMMA_X2",
161
+ "outputs": [
162
+ {
163
+ "internalType": "uint256",
164
+ "name": "",
165
+ "type": "uint256"
166
+ }
167
+ ],
168
+ "stateMutability": "view",
169
+ "type": "function"
170
+ },
171
+ {
172
+ "inputs": [],
173
+ "name": "GAMMA_Y1",
174
+ "outputs": [
175
+ {
176
+ "internalType": "uint256",
177
+ "name": "",
178
+ "type": "uint256"
179
+ }
180
+ ],
181
+ "stateMutability": "view",
182
+ "type": "function"
183
+ },
184
+ {
185
+ "inputs": [],
186
+ "name": "GAMMA_Y2",
187
+ "outputs": [
188
+ {
189
+ "internalType": "uint256",
190
+ "name": "",
191
+ "type": "uint256"
192
+ }
193
+ ],
194
+ "stateMutability": "view",
195
+ "type": "function"
196
+ },
197
+ {
198
+ "inputs": [],
199
+ "name": "IC0_X",
200
+ "outputs": [
201
+ {
202
+ "internalType": "uint256",
203
+ "name": "",
204
+ "type": "uint256"
205
+ }
206
+ ],
207
+ "stateMutability": "view",
208
+ "type": "function"
209
+ },
210
+ {
211
+ "inputs": [],
212
+ "name": "IC0_Y",
213
+ "outputs": [
214
+ {
215
+ "internalType": "uint256",
216
+ "name": "",
217
+ "type": "uint256"
218
+ }
219
+ ],
220
+ "stateMutability": "view",
221
+ "type": "function"
222
+ },
223
+ {
224
+ "inputs": [],
225
+ "name": "IC10_X",
226
+ "outputs": [
227
+ {
228
+ "internalType": "uint256",
229
+ "name": "",
230
+ "type": "uint256"
231
+ }
232
+ ],
233
+ "stateMutability": "view",
234
+ "type": "function"
235
+ },
236
+ {
237
+ "inputs": [],
238
+ "name": "IC10_Y",
239
+ "outputs": [
240
+ {
241
+ "internalType": "uint256",
242
+ "name": "",
243
+ "type": "uint256"
244
+ }
245
+ ],
246
+ "stateMutability": "view",
247
+ "type": "function"
248
+ },
249
+ {
250
+ "inputs": [],
251
+ "name": "IC11_X",
252
+ "outputs": [
253
+ {
254
+ "internalType": "uint256",
255
+ "name": "",
256
+ "type": "uint256"
257
+ }
258
+ ],
259
+ "stateMutability": "view",
260
+ "type": "function"
261
+ },
262
+ {
263
+ "inputs": [],
264
+ "name": "IC11_Y",
265
+ "outputs": [
266
+ {
267
+ "internalType": "uint256",
268
+ "name": "",
269
+ "type": "uint256"
270
+ }
271
+ ],
272
+ "stateMutability": "view",
273
+ "type": "function"
274
+ },
275
+ {
276
+ "inputs": [],
277
+ "name": "IC12_X",
278
+ "outputs": [
279
+ {
280
+ "internalType": "uint256",
281
+ "name": "",
282
+ "type": "uint256"
283
+ }
284
+ ],
285
+ "stateMutability": "view",
286
+ "type": "function"
287
+ },
288
+ {
289
+ "inputs": [],
290
+ "name": "IC12_Y",
291
+ "outputs": [
292
+ {
293
+ "internalType": "uint256",
294
+ "name": "",
295
+ "type": "uint256"
296
+ }
297
+ ],
298
+ "stateMutability": "view",
299
+ "type": "function"
300
+ },
301
+ {
302
+ "inputs": [],
303
+ "name": "IC13_X",
304
+ "outputs": [
305
+ {
306
+ "internalType": "uint256",
307
+ "name": "",
308
+ "type": "uint256"
309
+ }
310
+ ],
311
+ "stateMutability": "view",
312
+ "type": "function"
313
+ },
314
+ {
315
+ "inputs": [],
316
+ "name": "IC13_Y",
317
+ "outputs": [
318
+ {
319
+ "internalType": "uint256",
320
+ "name": "",
321
+ "type": "uint256"
322
+ }
323
+ ],
324
+ "stateMutability": "view",
325
+ "type": "function"
326
+ },
327
+ {
328
+ "inputs": [],
329
+ "name": "IC14_X",
330
+ "outputs": [
331
+ {
332
+ "internalType": "uint256",
333
+ "name": "",
334
+ "type": "uint256"
335
+ }
336
+ ],
337
+ "stateMutability": "view",
338
+ "type": "function"
339
+ },
340
+ {
341
+ "inputs": [],
342
+ "name": "IC14_Y",
343
+ "outputs": [
344
+ {
345
+ "internalType": "uint256",
346
+ "name": "",
347
+ "type": "uint256"
348
+ }
349
+ ],
350
+ "stateMutability": "view",
351
+ "type": "function"
352
+ },
353
+ {
354
+ "inputs": [],
355
+ "name": "IC15_X",
356
+ "outputs": [
357
+ {
358
+ "internalType": "uint256",
359
+ "name": "",
360
+ "type": "uint256"
361
+ }
362
+ ],
363
+ "stateMutability": "view",
364
+ "type": "function"
365
+ },
366
+ {
367
+ "inputs": [],
368
+ "name": "IC15_Y",
369
+ "outputs": [
370
+ {
371
+ "internalType": "uint256",
372
+ "name": "",
373
+ "type": "uint256"
374
+ }
375
+ ],
376
+ "stateMutability": "view",
377
+ "type": "function"
378
+ },
379
+ {
380
+ "inputs": [],
381
+ "name": "IC16_X",
382
+ "outputs": [
383
+ {
384
+ "internalType": "uint256",
385
+ "name": "",
386
+ "type": "uint256"
387
+ }
388
+ ],
389
+ "stateMutability": "view",
390
+ "type": "function"
391
+ },
392
+ {
393
+ "inputs": [],
394
+ "name": "IC16_Y",
395
+ "outputs": [
396
+ {
397
+ "internalType": "uint256",
398
+ "name": "",
399
+ "type": "uint256"
400
+ }
401
+ ],
402
+ "stateMutability": "view",
403
+ "type": "function"
404
+ },
405
+ {
406
+ "inputs": [],
407
+ "name": "IC17_X",
408
+ "outputs": [
409
+ {
410
+ "internalType": "uint256",
411
+ "name": "",
412
+ "type": "uint256"
413
+ }
414
+ ],
415
+ "stateMutability": "view",
416
+ "type": "function"
417
+ },
418
+ {
419
+ "inputs": [],
420
+ "name": "IC17_Y",
421
+ "outputs": [
422
+ {
423
+ "internalType": "uint256",
424
+ "name": "",
425
+ "type": "uint256"
426
+ }
427
+ ],
428
+ "stateMutability": "view",
429
+ "type": "function"
430
+ },
431
+ {
432
+ "inputs": [],
433
+ "name": "IC18_X",
434
+ "outputs": [
435
+ {
436
+ "internalType": "uint256",
437
+ "name": "",
438
+ "type": "uint256"
439
+ }
440
+ ],
441
+ "stateMutability": "view",
442
+ "type": "function"
443
+ },
444
+ {
445
+ "inputs": [],
446
+ "name": "IC18_Y",
447
+ "outputs": [
448
+ {
449
+ "internalType": "uint256",
450
+ "name": "",
451
+ "type": "uint256"
452
+ }
453
+ ],
454
+ "stateMutability": "view",
455
+ "type": "function"
456
+ },
457
+ {
458
+ "inputs": [],
459
+ "name": "IC19_X",
460
+ "outputs": [
461
+ {
462
+ "internalType": "uint256",
463
+ "name": "",
464
+ "type": "uint256"
465
+ }
466
+ ],
467
+ "stateMutability": "view",
468
+ "type": "function"
469
+ },
470
+ {
471
+ "inputs": [],
472
+ "name": "IC19_Y",
473
+ "outputs": [
474
+ {
475
+ "internalType": "uint256",
476
+ "name": "",
477
+ "type": "uint256"
478
+ }
479
+ ],
480
+ "stateMutability": "view",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [],
485
+ "name": "IC1_X",
486
+ "outputs": [
487
+ {
488
+ "internalType": "uint256",
489
+ "name": "",
490
+ "type": "uint256"
491
+ }
492
+ ],
493
+ "stateMutability": "view",
494
+ "type": "function"
495
+ },
496
+ {
497
+ "inputs": [],
498
+ "name": "IC1_Y",
499
+ "outputs": [
500
+ {
501
+ "internalType": "uint256",
502
+ "name": "",
503
+ "type": "uint256"
504
+ }
505
+ ],
506
+ "stateMutability": "view",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "inputs": [],
511
+ "name": "IC20_X",
512
+ "outputs": [
513
+ {
514
+ "internalType": "uint256",
515
+ "name": "",
516
+ "type": "uint256"
517
+ }
518
+ ],
519
+ "stateMutability": "view",
520
+ "type": "function"
521
+ },
522
+ {
523
+ "inputs": [],
524
+ "name": "IC20_Y",
525
+ "outputs": [
526
+ {
527
+ "internalType": "uint256",
528
+ "name": "",
529
+ "type": "uint256"
530
+ }
531
+ ],
532
+ "stateMutability": "view",
533
+ "type": "function"
534
+ },
535
+ {
536
+ "inputs": [],
537
+ "name": "IC21_X",
538
+ "outputs": [
539
+ {
540
+ "internalType": "uint256",
541
+ "name": "",
542
+ "type": "uint256"
543
+ }
544
+ ],
545
+ "stateMutability": "view",
546
+ "type": "function"
547
+ },
548
+ {
549
+ "inputs": [],
550
+ "name": "IC21_Y",
551
+ "outputs": [
552
+ {
553
+ "internalType": "uint256",
554
+ "name": "",
555
+ "type": "uint256"
556
+ }
557
+ ],
558
+ "stateMutability": "view",
559
+ "type": "function"
560
+ },
561
+ {
562
+ "inputs": [],
563
+ "name": "IC22_X",
564
+ "outputs": [
565
+ {
566
+ "internalType": "uint256",
567
+ "name": "",
568
+ "type": "uint256"
569
+ }
570
+ ],
571
+ "stateMutability": "view",
572
+ "type": "function"
573
+ },
574
+ {
575
+ "inputs": [],
576
+ "name": "IC22_Y",
577
+ "outputs": [
578
+ {
579
+ "internalType": "uint256",
580
+ "name": "",
581
+ "type": "uint256"
582
+ }
583
+ ],
584
+ "stateMutability": "view",
585
+ "type": "function"
586
+ },
587
+ {
588
+ "inputs": [],
589
+ "name": "IC23_X",
590
+ "outputs": [
591
+ {
592
+ "internalType": "uint256",
593
+ "name": "",
594
+ "type": "uint256"
595
+ }
596
+ ],
597
+ "stateMutability": "view",
598
+ "type": "function"
599
+ },
600
+ {
601
+ "inputs": [],
602
+ "name": "IC23_Y",
603
+ "outputs": [
604
+ {
605
+ "internalType": "uint256",
606
+ "name": "",
607
+ "type": "uint256"
608
+ }
609
+ ],
610
+ "stateMutability": "view",
611
+ "type": "function"
612
+ },
613
+ {
614
+ "inputs": [],
615
+ "name": "IC24_X",
616
+ "outputs": [
617
+ {
618
+ "internalType": "uint256",
619
+ "name": "",
620
+ "type": "uint256"
621
+ }
622
+ ],
623
+ "stateMutability": "view",
624
+ "type": "function"
625
+ },
626
+ {
627
+ "inputs": [],
628
+ "name": "IC24_Y",
629
+ "outputs": [
630
+ {
631
+ "internalType": "uint256",
632
+ "name": "",
633
+ "type": "uint256"
634
+ }
635
+ ],
636
+ "stateMutability": "view",
637
+ "type": "function"
638
+ },
639
+ {
640
+ "inputs": [],
641
+ "name": "IC25_X",
642
+ "outputs": [
643
+ {
644
+ "internalType": "uint256",
645
+ "name": "",
646
+ "type": "uint256"
647
+ }
648
+ ],
649
+ "stateMutability": "view",
650
+ "type": "function"
651
+ },
652
+ {
653
+ "inputs": [],
654
+ "name": "IC25_Y",
655
+ "outputs": [
656
+ {
657
+ "internalType": "uint256",
658
+ "name": "",
659
+ "type": "uint256"
660
+ }
661
+ ],
662
+ "stateMutability": "view",
663
+ "type": "function"
664
+ },
665
+ {
666
+ "inputs": [],
667
+ "name": "IC26_X",
668
+ "outputs": [
669
+ {
670
+ "internalType": "uint256",
671
+ "name": "",
672
+ "type": "uint256"
673
+ }
674
+ ],
675
+ "stateMutability": "view",
676
+ "type": "function"
677
+ },
678
+ {
679
+ "inputs": [],
680
+ "name": "IC26_Y",
681
+ "outputs": [
682
+ {
683
+ "internalType": "uint256",
684
+ "name": "",
685
+ "type": "uint256"
686
+ }
687
+ ],
688
+ "stateMutability": "view",
689
+ "type": "function"
690
+ },
691
+ {
692
+ "inputs": [],
693
+ "name": "IC27_X",
694
+ "outputs": [
695
+ {
696
+ "internalType": "uint256",
697
+ "name": "",
698
+ "type": "uint256"
699
+ }
700
+ ],
701
+ "stateMutability": "view",
702
+ "type": "function"
703
+ },
704
+ {
705
+ "inputs": [],
706
+ "name": "IC27_Y",
707
+ "outputs": [
708
+ {
709
+ "internalType": "uint256",
710
+ "name": "",
711
+ "type": "uint256"
712
+ }
713
+ ],
714
+ "stateMutability": "view",
715
+ "type": "function"
716
+ },
717
+ {
718
+ "inputs": [],
719
+ "name": "IC28_X",
720
+ "outputs": [
721
+ {
722
+ "internalType": "uint256",
723
+ "name": "",
724
+ "type": "uint256"
725
+ }
726
+ ],
727
+ "stateMutability": "view",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [],
732
+ "name": "IC28_Y",
733
+ "outputs": [
734
+ {
735
+ "internalType": "uint256",
736
+ "name": "",
737
+ "type": "uint256"
738
+ }
739
+ ],
740
+ "stateMutability": "view",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [],
745
+ "name": "IC29_X",
746
+ "outputs": [
747
+ {
748
+ "internalType": "uint256",
749
+ "name": "",
750
+ "type": "uint256"
751
+ }
752
+ ],
753
+ "stateMutability": "view",
754
+ "type": "function"
755
+ },
756
+ {
757
+ "inputs": [],
758
+ "name": "IC29_Y",
759
+ "outputs": [
760
+ {
761
+ "internalType": "uint256",
762
+ "name": "",
763
+ "type": "uint256"
764
+ }
765
+ ],
766
+ "stateMutability": "view",
767
+ "type": "function"
768
+ },
769
+ {
770
+ "inputs": [],
771
+ "name": "IC2_X",
772
+ "outputs": [
773
+ {
774
+ "internalType": "uint256",
775
+ "name": "",
776
+ "type": "uint256"
777
+ }
778
+ ],
779
+ "stateMutability": "view",
780
+ "type": "function"
781
+ },
782
+ {
783
+ "inputs": [],
784
+ "name": "IC2_Y",
785
+ "outputs": [
786
+ {
787
+ "internalType": "uint256",
788
+ "name": "",
789
+ "type": "uint256"
790
+ }
791
+ ],
792
+ "stateMutability": "view",
793
+ "type": "function"
794
+ },
795
+ {
796
+ "inputs": [],
797
+ "name": "IC30_X",
798
+ "outputs": [
799
+ {
800
+ "internalType": "uint256",
801
+ "name": "",
802
+ "type": "uint256"
803
+ }
804
+ ],
805
+ "stateMutability": "view",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [],
810
+ "name": "IC30_Y",
811
+ "outputs": [
812
+ {
813
+ "internalType": "uint256",
814
+ "name": "",
815
+ "type": "uint256"
816
+ }
817
+ ],
818
+ "stateMutability": "view",
819
+ "type": "function"
820
+ },
821
+ {
822
+ "inputs": [],
823
+ "name": "IC31_X",
824
+ "outputs": [
825
+ {
826
+ "internalType": "uint256",
827
+ "name": "",
828
+ "type": "uint256"
829
+ }
830
+ ],
831
+ "stateMutability": "view",
832
+ "type": "function"
833
+ },
834
+ {
835
+ "inputs": [],
836
+ "name": "IC31_Y",
837
+ "outputs": [
838
+ {
839
+ "internalType": "uint256",
840
+ "name": "",
841
+ "type": "uint256"
842
+ }
843
+ ],
844
+ "stateMutability": "view",
845
+ "type": "function"
846
+ },
847
+ {
848
+ "inputs": [],
849
+ "name": "IC32_X",
850
+ "outputs": [
851
+ {
852
+ "internalType": "uint256",
853
+ "name": "",
854
+ "type": "uint256"
855
+ }
856
+ ],
857
+ "stateMutability": "view",
858
+ "type": "function"
859
+ },
860
+ {
861
+ "inputs": [],
862
+ "name": "IC32_Y",
863
+ "outputs": [
864
+ {
865
+ "internalType": "uint256",
866
+ "name": "",
867
+ "type": "uint256"
868
+ }
869
+ ],
870
+ "stateMutability": "view",
871
+ "type": "function"
872
+ },
873
+ {
874
+ "inputs": [],
875
+ "name": "IC3_X",
876
+ "outputs": [
877
+ {
878
+ "internalType": "uint256",
879
+ "name": "",
880
+ "type": "uint256"
881
+ }
882
+ ],
883
+ "stateMutability": "view",
884
+ "type": "function"
885
+ },
886
+ {
887
+ "inputs": [],
888
+ "name": "IC3_Y",
889
+ "outputs": [
890
+ {
891
+ "internalType": "uint256",
892
+ "name": "",
893
+ "type": "uint256"
894
+ }
895
+ ],
896
+ "stateMutability": "view",
897
+ "type": "function"
898
+ },
899
+ {
900
+ "inputs": [],
901
+ "name": "IC4_X",
902
+ "outputs": [
903
+ {
904
+ "internalType": "uint256",
905
+ "name": "",
906
+ "type": "uint256"
907
+ }
908
+ ],
909
+ "stateMutability": "view",
910
+ "type": "function"
911
+ },
912
+ {
913
+ "inputs": [],
914
+ "name": "IC4_Y",
915
+ "outputs": [
916
+ {
917
+ "internalType": "uint256",
918
+ "name": "",
919
+ "type": "uint256"
920
+ }
921
+ ],
922
+ "stateMutability": "view",
923
+ "type": "function"
924
+ },
925
+ {
926
+ "inputs": [],
927
+ "name": "IC5_X",
928
+ "outputs": [
929
+ {
930
+ "internalType": "uint256",
931
+ "name": "",
932
+ "type": "uint256"
933
+ }
934
+ ],
935
+ "stateMutability": "view",
936
+ "type": "function"
937
+ },
938
+ {
939
+ "inputs": [],
940
+ "name": "IC5_Y",
941
+ "outputs": [
942
+ {
943
+ "internalType": "uint256",
944
+ "name": "",
945
+ "type": "uint256"
946
+ }
947
+ ],
948
+ "stateMutability": "view",
949
+ "type": "function"
950
+ },
951
+ {
952
+ "inputs": [],
953
+ "name": "IC6_X",
954
+ "outputs": [
955
+ {
956
+ "internalType": "uint256",
957
+ "name": "",
958
+ "type": "uint256"
959
+ }
960
+ ],
961
+ "stateMutability": "view",
962
+ "type": "function"
963
+ },
964
+ {
965
+ "inputs": [],
966
+ "name": "IC6_Y",
967
+ "outputs": [
968
+ {
969
+ "internalType": "uint256",
970
+ "name": "",
971
+ "type": "uint256"
972
+ }
973
+ ],
974
+ "stateMutability": "view",
975
+ "type": "function"
976
+ },
977
+ {
978
+ "inputs": [],
979
+ "name": "IC7_X",
980
+ "outputs": [
981
+ {
982
+ "internalType": "uint256",
983
+ "name": "",
984
+ "type": "uint256"
985
+ }
986
+ ],
987
+ "stateMutability": "view",
988
+ "type": "function"
989
+ },
990
+ {
991
+ "inputs": [],
992
+ "name": "IC7_Y",
993
+ "outputs": [
994
+ {
995
+ "internalType": "uint256",
996
+ "name": "",
997
+ "type": "uint256"
998
+ }
999
+ ],
1000
+ "stateMutability": "view",
1001
+ "type": "function"
1002
+ },
1003
+ {
1004
+ "inputs": [],
1005
+ "name": "IC8_X",
1006
+ "outputs": [
1007
+ {
1008
+ "internalType": "uint256",
1009
+ "name": "",
1010
+ "type": "uint256"
1011
+ }
1012
+ ],
1013
+ "stateMutability": "view",
1014
+ "type": "function"
1015
+ },
1016
+ {
1017
+ "inputs": [],
1018
+ "name": "IC8_Y",
1019
+ "outputs": [
1020
+ {
1021
+ "internalType": "uint256",
1022
+ "name": "",
1023
+ "type": "uint256"
1024
+ }
1025
+ ],
1026
+ "stateMutability": "view",
1027
+ "type": "function"
1028
+ },
1029
+ {
1030
+ "inputs": [],
1031
+ "name": "IC9_X",
1032
+ "outputs": [
1033
+ {
1034
+ "internalType": "uint256",
1035
+ "name": "",
1036
+ "type": "uint256"
1037
+ }
1038
+ ],
1039
+ "stateMutability": "view",
1040
+ "type": "function"
1041
+ },
1042
+ {
1043
+ "inputs": [],
1044
+ "name": "IC9_Y",
1045
+ "outputs": [
1046
+ {
1047
+ "internalType": "uint256",
1048
+ "name": "",
1049
+ "type": "uint256"
1050
+ }
1051
+ ],
1052
+ "stateMutability": "view",
1053
+ "type": "function"
1054
+ },
1055
+ {
1056
+ "inputs": [],
1057
+ "name": "P_PUBLIC_SIGNALS_ACCUMULATOR_SIZE",
1058
+ "outputs": [
1059
+ {
1060
+ "internalType": "uint16",
1061
+ "name": "",
1062
+ "type": "uint16"
1063
+ }
1064
+ ],
1065
+ "stateMutability": "view",
1066
+ "type": "function"
1067
+ },
1068
+ {
1069
+ "inputs": [],
1070
+ "name": "P_TOTAL_SIZE",
1071
+ "outputs": [
1072
+ {
1073
+ "internalType": "uint16",
1074
+ "name": "",
1075
+ "type": "uint16"
1076
+ }
1077
+ ],
1078
+ "stateMutability": "view",
1079
+ "type": "function"
1080
+ },
1081
+ {
1082
+ "inputs": [
1083
+ {
1084
+ "internalType": "uint256[2]",
1085
+ "name": "pointA_",
1086
+ "type": "uint256[2]"
1087
+ },
1088
+ {
1089
+ "internalType": "uint256[2][2]",
1090
+ "name": "pointB_",
1091
+ "type": "uint256[2][2]"
1092
+ },
1093
+ {
1094
+ "internalType": "uint256[2]",
1095
+ "name": "pointC_",
1096
+ "type": "uint256[2]"
1097
+ },
1098
+ {
1099
+ "internalType": "uint256[32]",
1100
+ "name": "publicSignals_",
1101
+ "type": "uint256[32]"
1102
+ }
1103
+ ],
1104
+ "name": "verifyProof",
1105
+ "outputs": [
1106
+ {
1107
+ "internalType": "bool",
1108
+ "name": "verified_",
1109
+ "type": "bool"
1110
+ }
1111
+ ],
1112
+ "stateMutability": "view",
1113
+ "type": "function"
1114
+ }
1115
+ ];
1116
+ export default ProposalsIntegrity15Groth16VerifierAbi;
1117
+ //# sourceMappingURL=ProposalsIntegrity15Groth16Verifier.js.map