@bloxchain/contracts 1.0.0-alpha.13 → 1.0.0-alpha.14

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.
@@ -1,269 +0,0 @@
1
- [
2
- {
3
- "inputs": [],
4
- "name": "APPROVE_WITHDRAWAL_DELAYED_SELECTOR",
5
- "outputs": [
6
- {
7
- "internalType": "bytes4",
8
- "name": "",
9
- "type": "bytes4"
10
- }
11
- ],
12
- "stateMutability": "view",
13
- "type": "function"
14
- },
15
- {
16
- "inputs": [],
17
- "name": "APPROVE_WITHDRAWAL_META_SELECTOR",
18
- "outputs": [
19
- {
20
- "internalType": "bytes4",
21
- "name": "",
22
- "type": "bytes4"
23
- }
24
- ],
25
- "stateMutability": "view",
26
- "type": "function"
27
- },
28
- {
29
- "inputs": [],
30
- "name": "CANCEL_WITHDRAWAL_SELECTOR",
31
- "outputs": [
32
- {
33
- "internalType": "bytes4",
34
- "name": "",
35
- "type": "bytes4"
36
- }
37
- ],
38
- "stateMutability": "view",
39
- "type": "function"
40
- },
41
- {
42
- "inputs": [],
43
- "name": "GENERIC_APPROVAL",
44
- "outputs": [
45
- {
46
- "internalType": "bytes32",
47
- "name": "",
48
- "type": "bytes32"
49
- }
50
- ],
51
- "stateMutability": "view",
52
- "type": "function"
53
- },
54
- {
55
- "inputs": [],
56
- "name": "GENERIC_CANCELLATION",
57
- "outputs": [
58
- {
59
- "internalType": "bytes32",
60
- "name": "",
61
- "type": "bytes32"
62
- }
63
- ],
64
- "stateMutability": "view",
65
- "type": "function"
66
- },
67
- {
68
- "inputs": [],
69
- "name": "GENERIC_META_APPROVAL",
70
- "outputs": [
71
- {
72
- "internalType": "bytes32",
73
- "name": "",
74
- "type": "bytes32"
75
- }
76
- ],
77
- "stateMutability": "view",
78
- "type": "function"
79
- },
80
- {
81
- "inputs": [],
82
- "name": "WITHDRAW_ETH",
83
- "outputs": [
84
- {
85
- "internalType": "bytes32",
86
- "name": "",
87
- "type": "bytes32"
88
- }
89
- ],
90
- "stateMutability": "view",
91
- "type": "function"
92
- },
93
- {
94
- "inputs": [],
95
- "name": "WITHDRAW_ETH_REQUEST_SELECTOR",
96
- "outputs": [
97
- {
98
- "internalType": "bytes4",
99
- "name": "",
100
- "type": "bytes4"
101
- }
102
- ],
103
- "stateMutability": "view",
104
- "type": "function"
105
- },
106
- {
107
- "inputs": [],
108
- "name": "WITHDRAW_ETH_SELECTOR",
109
- "outputs": [
110
- {
111
- "internalType": "bytes4",
112
- "name": "",
113
- "type": "bytes4"
114
- }
115
- ],
116
- "stateMutability": "view",
117
- "type": "function"
118
- },
119
- {
120
- "inputs": [],
121
- "name": "WITHDRAW_TOKEN",
122
- "outputs": [
123
- {
124
- "internalType": "bytes32",
125
- "name": "",
126
- "type": "bytes32"
127
- }
128
- ],
129
- "stateMutability": "view",
130
- "type": "function"
131
- },
132
- {
133
- "inputs": [],
134
- "name": "WITHDRAW_TOKEN_REQUEST_SELECTOR",
135
- "outputs": [
136
- {
137
- "internalType": "bytes4",
138
- "name": "",
139
- "type": "bytes4"
140
- }
141
- ],
142
- "stateMutability": "view",
143
- "type": "function"
144
- },
145
- {
146
- "inputs": [],
147
- "name": "WITHDRAW_TOKEN_SELECTOR",
148
- "outputs": [
149
- {
150
- "internalType": "bytes4",
151
- "name": "",
152
- "type": "bytes4"
153
- }
154
- ],
155
- "stateMutability": "view",
156
- "type": "function"
157
- },
158
- {
159
- "inputs": [],
160
- "name": "getFunctionSchemas",
161
- "outputs": [
162
- {
163
- "components": [
164
- {
165
- "internalType": "string",
166
- "name": "functionSignature",
167
- "type": "string"
168
- },
169
- {
170
- "internalType": "bytes4",
171
- "name": "functionSelector",
172
- "type": "bytes4"
173
- },
174
- {
175
- "internalType": "bytes32",
176
- "name": "operationType",
177
- "type": "bytes32"
178
- },
179
- {
180
- "internalType": "string",
181
- "name": "operationName",
182
- "type": "string"
183
- },
184
- {
185
- "internalType": "uint16",
186
- "name": "supportedActionsBitmap",
187
- "type": "uint16"
188
- },
189
- {
190
- "internalType": "bool",
191
- "name": "isProtected",
192
- "type": "bool"
193
- },
194
- {
195
- "internalType": "bytes4[]",
196
- "name": "handlerForSelectors",
197
- "type": "bytes4[]"
198
- }
199
- ],
200
- "internalType": "struct EngineBlox.FunctionSchema[]",
201
- "name": "",
202
- "type": "tuple[]"
203
- }
204
- ],
205
- "stateMutability": "pure",
206
- "type": "function"
207
- },
208
- {
209
- "inputs": [],
210
- "name": "getRolePermissions",
211
- "outputs": [
212
- {
213
- "components": [
214
- {
215
- "internalType": "bytes32[]",
216
- "name": "roleHashes",
217
- "type": "bytes32[]"
218
- },
219
- {
220
- "components": [
221
- {
222
- "internalType": "bytes4",
223
- "name": "functionSelector",
224
- "type": "bytes4"
225
- },
226
- {
227
- "internalType": "uint16",
228
- "name": "grantedActionsBitmap",
229
- "type": "uint16"
230
- },
231
- {
232
- "internalType": "bytes4[]",
233
- "name": "handlerForSelectors",
234
- "type": "bytes4[]"
235
- }
236
- ],
237
- "internalType": "struct EngineBlox.FunctionPermission[]",
238
- "name": "functionPermissions",
239
- "type": "tuple[]"
240
- }
241
- ],
242
- "internalType": "struct IDefinition.RolePermission",
243
- "name": "",
244
- "type": "tuple"
245
- }
246
- ],
247
- "stateMutability": "pure",
248
- "type": "function"
249
- },
250
- {
251
- "inputs": [
252
- {
253
- "internalType": "bytes4",
254
- "name": "interfaceId",
255
- "type": "bytes4"
256
- }
257
- ],
258
- "name": "supportsInterface",
259
- "outputs": [
260
- {
261
- "internalType": "bool",
262
- "name": "",
263
- "type": "bool"
264
- }
265
- ],
266
- "stateMutability": "pure",
267
- "type": "function"
268
- }
269
- ]