cooptypes 2026.5.10-2 → 2026.5.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.
- package/dist/index.cjs +1860 -1246
- package/dist/index.d.cts +3122 -2352
- package/dist/index.d.mts +3122 -2352
- package/dist/index.d.ts +3122 -2352
- package/dist/index.mjs +1846 -1233
- package/package.json +4 -2
package/dist/index.cjs
CHANGED
|
@@ -10,7 +10,7 @@ const _contract = "_contract";
|
|
|
10
10
|
const _system$1 = "_system";
|
|
11
11
|
const _provider = "_provider";
|
|
12
12
|
|
|
13
|
-
const index$
|
|
13
|
+
const index$24 = {
|
|
14
14
|
__proto__: null,
|
|
15
15
|
_admin: _admin,
|
|
16
16
|
_chairman: _chairman,
|
|
@@ -83,12 +83,16 @@ const _ledger = {
|
|
|
83
83
|
production: "ledger",
|
|
84
84
|
testnet: "ledger"
|
|
85
85
|
};
|
|
86
|
+
const _ledger2 = {
|
|
87
|
+
production: "ledger2",
|
|
88
|
+
testnet: "ledger2"
|
|
89
|
+
};
|
|
86
90
|
const _apps = {
|
|
87
91
|
production: "apps",
|
|
88
92
|
testnet: "apps"
|
|
89
93
|
};
|
|
90
94
|
|
|
91
|
-
const index$
|
|
95
|
+
const index$23 = {
|
|
92
96
|
__proto__: null,
|
|
93
97
|
_apps: _apps,
|
|
94
98
|
_branch: _branch,
|
|
@@ -97,6 +101,7 @@ const index$20 = {
|
|
|
97
101
|
_fund: _fund,
|
|
98
102
|
_gateway: _gateway,
|
|
99
103
|
_ledger: _ledger,
|
|
104
|
+
_ledger2: _ledger2,
|
|
100
105
|
_marketplace: _marketplace,
|
|
101
106
|
_meet: _meet,
|
|
102
107
|
_msig: _msig,
|
|
@@ -115,75 +120,75 @@ const special = {
|
|
|
115
120
|
action: "actionName"
|
|
116
121
|
};
|
|
117
122
|
|
|
118
|
-
const index$
|
|
123
|
+
const index$22 = {
|
|
119
124
|
__proto__: null,
|
|
120
125
|
active: active,
|
|
121
126
|
owner: owner,
|
|
122
127
|
special: special
|
|
123
128
|
};
|
|
124
129
|
|
|
125
|
-
const index$
|
|
130
|
+
const index$21 = {
|
|
126
131
|
__proto__: null,
|
|
127
|
-
Actors: index$
|
|
128
|
-
ContractNames: index$
|
|
129
|
-
Permissions: index$
|
|
132
|
+
Actors: index$24,
|
|
133
|
+
ContractNames: index$23,
|
|
134
|
+
Permissions: index$22
|
|
130
135
|
};
|
|
131
136
|
|
|
132
|
-
const authorizations$
|
|
133
|
-
const actionName$
|
|
137
|
+
const authorizations$3K = [{ permissions: [active], actor: _system }];
|
|
138
|
+
const actionName$3K = "createdraft";
|
|
134
139
|
|
|
135
140
|
const createDraft = {
|
|
136
141
|
__proto__: null,
|
|
137
|
-
actionName: actionName$
|
|
138
|
-
authorizations: authorizations$
|
|
142
|
+
actionName: actionName$3K,
|
|
143
|
+
authorizations: authorizations$3K
|
|
139
144
|
};
|
|
140
145
|
|
|
141
|
-
const authorizations$
|
|
142
|
-
const actionName$
|
|
146
|
+
const authorizations$3J = [{ permissions: [active], actor: _system }];
|
|
147
|
+
const actionName$3J = "editdraft";
|
|
143
148
|
|
|
144
149
|
const editDraft = {
|
|
145
150
|
__proto__: null,
|
|
146
|
-
actionName: actionName$
|
|
147
|
-
authorizations: authorizations$
|
|
151
|
+
actionName: actionName$3J,
|
|
152
|
+
authorizations: authorizations$3J
|
|
148
153
|
};
|
|
149
154
|
|
|
150
|
-
const authorizations$
|
|
151
|
-
const actionName$
|
|
155
|
+
const authorizations$3I = [{ permissions: [active], actor: _system }];
|
|
156
|
+
const actionName$3I = "deldraft";
|
|
152
157
|
|
|
153
158
|
const deleteDraft = {
|
|
154
159
|
__proto__: null,
|
|
155
|
-
actionName: actionName$
|
|
156
|
-
authorizations: authorizations$
|
|
160
|
+
actionName: actionName$3I,
|
|
161
|
+
authorizations: authorizations$3I
|
|
157
162
|
};
|
|
158
163
|
|
|
159
|
-
const authorizations$
|
|
160
|
-
const actionName$
|
|
164
|
+
const authorizations$3H = [{ permissions: [active], actor: _system }];
|
|
165
|
+
const actionName$3H = "createtrans";
|
|
161
166
|
|
|
162
167
|
const createTranslation = {
|
|
163
168
|
__proto__: null,
|
|
164
|
-
actionName: actionName$
|
|
165
|
-
authorizations: authorizations$
|
|
169
|
+
actionName: actionName$3H,
|
|
170
|
+
authorizations: authorizations$3H
|
|
166
171
|
};
|
|
167
172
|
|
|
168
|
-
const authorizations$
|
|
169
|
-
const actionName$
|
|
173
|
+
const authorizations$3G = [{ permissions: [active], actor: _system }];
|
|
174
|
+
const actionName$3G = "edittrans";
|
|
170
175
|
|
|
171
176
|
const editTranslation = {
|
|
172
177
|
__proto__: null,
|
|
173
|
-
actionName: actionName$
|
|
174
|
-
authorizations: authorizations$
|
|
178
|
+
actionName: actionName$3G,
|
|
179
|
+
authorizations: authorizations$3G
|
|
175
180
|
};
|
|
176
181
|
|
|
177
|
-
const authorizations$
|
|
178
|
-
const actionName$
|
|
182
|
+
const authorizations$3F = [{ permissions: [active], actor: _draft }];
|
|
183
|
+
const actionName$3F = "newid";
|
|
179
184
|
|
|
180
185
|
const newId = {
|
|
181
186
|
__proto__: null,
|
|
182
|
-
actionName: actionName$
|
|
183
|
-
authorizations: authorizations$
|
|
187
|
+
actionName: actionName$3F,
|
|
188
|
+
authorizations: authorizations$3F
|
|
184
189
|
};
|
|
185
190
|
|
|
186
|
-
const index$
|
|
191
|
+
const index$20 = {
|
|
187
192
|
__proto__: null,
|
|
188
193
|
CreateDraft: createDraft,
|
|
189
194
|
CreateTranslation: createTranslation,
|
|
@@ -193,25 +198,25 @@ const index$1Z = {
|
|
|
193
198
|
newId: newId
|
|
194
199
|
};
|
|
195
200
|
|
|
196
|
-
const tableName$
|
|
197
|
-
const scope$
|
|
201
|
+
const tableName$1c = "drafts";
|
|
202
|
+
const scope$1a = _contract;
|
|
198
203
|
|
|
199
204
|
const drafts = {
|
|
200
205
|
__proto__: null,
|
|
201
|
-
scope: scope$
|
|
202
|
-
tableName: tableName$
|
|
206
|
+
scope: scope$1a,
|
|
207
|
+
tableName: tableName$1c
|
|
203
208
|
};
|
|
204
209
|
|
|
205
|
-
const tableName$
|
|
206
|
-
const scope$
|
|
210
|
+
const tableName$1b = "translations";
|
|
211
|
+
const scope$19 = _contract;
|
|
207
212
|
|
|
208
213
|
const translations$X = {
|
|
209
214
|
__proto__: null,
|
|
210
|
-
scope: scope$
|
|
211
|
-
tableName: tableName$
|
|
215
|
+
scope: scope$19,
|
|
216
|
+
tableName: tableName$1b
|
|
212
217
|
};
|
|
213
218
|
|
|
214
|
-
const index$
|
|
219
|
+
const index$1$ = {
|
|
215
220
|
__proto__: null,
|
|
216
221
|
Drafts: drafts,
|
|
217
222
|
Translations: translations$X
|
|
@@ -221,62 +226,62 @@ const draft = {
|
|
|
221
226
|
__proto__: null
|
|
222
227
|
};
|
|
223
228
|
|
|
224
|
-
const contractName$
|
|
229
|
+
const contractName$g = _draft;
|
|
225
230
|
|
|
226
|
-
const index$
|
|
231
|
+
const index$1_ = {
|
|
227
232
|
__proto__: null,
|
|
228
|
-
Actions: index$
|
|
233
|
+
Actions: index$20,
|
|
229
234
|
Interfaces: draft,
|
|
230
|
-
Tables: index$
|
|
231
|
-
contractName: contractName$
|
|
235
|
+
Tables: index$1$,
|
|
236
|
+
contractName: contractName$g
|
|
232
237
|
};
|
|
233
238
|
|
|
234
|
-
const authorizations$
|
|
235
|
-
const actionName$
|
|
239
|
+
const authorizations$3E = [{ permissions: [active], actor: _trustee }];
|
|
240
|
+
const actionName$3E = "addtrusted";
|
|
236
241
|
|
|
237
242
|
const addTrusted = {
|
|
238
243
|
__proto__: null,
|
|
239
|
-
actionName: actionName$
|
|
240
|
-
authorizations: authorizations$
|
|
244
|
+
actionName: actionName$3E,
|
|
245
|
+
authorizations: authorizations$3E
|
|
241
246
|
};
|
|
242
247
|
|
|
243
|
-
const authorizations$
|
|
244
|
-
const actionName$
|
|
248
|
+
const authorizations$3D = [{ permissions: [active], actor: _chairman }];
|
|
249
|
+
const actionName$3D = "createbranch";
|
|
245
250
|
|
|
246
251
|
const createBranch = {
|
|
247
252
|
__proto__: null,
|
|
248
|
-
actionName: actionName$
|
|
249
|
-
authorizations: authorizations$
|
|
253
|
+
actionName: actionName$3D,
|
|
254
|
+
authorizations: authorizations$3D
|
|
250
255
|
};
|
|
251
256
|
|
|
252
|
-
const authorizations$
|
|
253
|
-
const actionName$
|
|
257
|
+
const authorizations$3C = [{ permissions: [active], actor: _chairman }];
|
|
258
|
+
const actionName$3C = "deletebranch";
|
|
254
259
|
|
|
255
260
|
const deleteBranch = {
|
|
256
261
|
__proto__: null,
|
|
257
|
-
actionName: actionName$
|
|
258
|
-
authorizations: authorizations$
|
|
262
|
+
actionName: actionName$3C,
|
|
263
|
+
authorizations: authorizations$3C
|
|
259
264
|
};
|
|
260
265
|
|
|
261
|
-
const authorizations$
|
|
262
|
-
const actionName$
|
|
266
|
+
const authorizations$3B = [{ permissions: [active], actor: _trustee }];
|
|
267
|
+
const actionName$3B = "deltrusted";
|
|
263
268
|
|
|
264
269
|
const deleteTrusted = {
|
|
265
270
|
__proto__: null,
|
|
266
|
-
actionName: actionName$
|
|
267
|
-
authorizations: authorizations$
|
|
271
|
+
actionName: actionName$3B,
|
|
272
|
+
authorizations: authorizations$3B
|
|
268
273
|
};
|
|
269
274
|
|
|
270
|
-
const authorizations$
|
|
271
|
-
const actionName$
|
|
275
|
+
const authorizations$3A = [{ permissions: [active], actor: _chairman }];
|
|
276
|
+
const actionName$3A = "editbranch";
|
|
272
277
|
|
|
273
278
|
const editBranch = {
|
|
274
279
|
__proto__: null,
|
|
275
|
-
actionName: actionName$
|
|
276
|
-
authorizations: authorizations$
|
|
280
|
+
actionName: actionName$3A,
|
|
281
|
+
authorizations: authorizations$3A
|
|
277
282
|
};
|
|
278
283
|
|
|
279
|
-
const index$
|
|
284
|
+
const index$1Z = {
|
|
280
285
|
__proto__: null,
|
|
281
286
|
AddTrusted: addTrusted,
|
|
282
287
|
CreateBranch: createBranch,
|
|
@@ -285,25 +290,25 @@ const index$1W = {
|
|
|
285
290
|
EditBranch: editBranch
|
|
286
291
|
};
|
|
287
292
|
|
|
288
|
-
const tableName$
|
|
289
|
-
const scope$
|
|
293
|
+
const tableName$1a = "branches";
|
|
294
|
+
const scope$18 = _coopname;
|
|
290
295
|
|
|
291
296
|
const branches = {
|
|
292
297
|
__proto__: null,
|
|
293
|
-
scope: scope$
|
|
294
|
-
tableName: tableName$
|
|
298
|
+
scope: scope$18,
|
|
299
|
+
tableName: tableName$1a
|
|
295
300
|
};
|
|
296
301
|
|
|
297
|
-
const tableName$
|
|
298
|
-
const scope$
|
|
302
|
+
const tableName$19 = "branchstat";
|
|
303
|
+
const scope$17 = _contract;
|
|
299
304
|
|
|
300
305
|
const branchStat = {
|
|
301
306
|
__proto__: null,
|
|
302
|
-
scope: scope$
|
|
303
|
-
tableName: tableName$
|
|
307
|
+
scope: scope$17,
|
|
308
|
+
tableName: tableName$19
|
|
304
309
|
};
|
|
305
310
|
|
|
306
|
-
const index$
|
|
311
|
+
const index$1Y = {
|
|
307
312
|
__proto__: null,
|
|
308
313
|
BranchStat: branchStat,
|
|
309
314
|
Branches: branches
|
|
@@ -313,156 +318,156 @@ const branch = {
|
|
|
313
318
|
__proto__: null
|
|
314
319
|
};
|
|
315
320
|
|
|
316
|
-
const contractName$
|
|
321
|
+
const contractName$f = _branch;
|
|
317
322
|
|
|
318
|
-
const index$
|
|
323
|
+
const index$1X = {
|
|
319
324
|
__proto__: null,
|
|
320
|
-
Actions: index$
|
|
325
|
+
Actions: index$1Z,
|
|
321
326
|
Interfaces: branch,
|
|
322
|
-
Tables: index$
|
|
323
|
-
contractName: contractName$
|
|
327
|
+
Tables: index$1Y,
|
|
328
|
+
contractName: contractName$f
|
|
324
329
|
};
|
|
325
330
|
|
|
326
|
-
const authorizations$
|
|
327
|
-
const actionName$
|
|
331
|
+
const authorizations$3z = [{ permissions: [active], actor: _fund }];
|
|
332
|
+
const actionName$3z = "addaccum";
|
|
328
333
|
|
|
329
334
|
const addAccumulation = {
|
|
330
335
|
__proto__: null,
|
|
331
|
-
actionName: actionName$
|
|
332
|
-
authorizations: authorizations$
|
|
336
|
+
actionName: actionName$3z,
|
|
337
|
+
authorizations: authorizations$3z
|
|
333
338
|
};
|
|
334
339
|
|
|
335
|
-
const authorizations$
|
|
336
|
-
const actionName$
|
|
340
|
+
const authorizations$3y = [{ permissions: [active], actor: _fund }];
|
|
341
|
+
const actionName$3y = "subaccum";
|
|
337
342
|
|
|
338
343
|
const subAccumulation = {
|
|
339
344
|
__proto__: null,
|
|
340
|
-
actionName: actionName$
|
|
341
|
-
authorizations: authorizations$
|
|
345
|
+
actionName: actionName$3y,
|
|
346
|
+
authorizations: authorizations$3y
|
|
342
347
|
};
|
|
343
348
|
|
|
344
|
-
const authorizations$
|
|
345
|
-
const actionName$
|
|
349
|
+
const authorizations$3x = [{ permissions: [active], actor: _gateway }];
|
|
350
|
+
const actionName$3x = "addcirculate";
|
|
346
351
|
|
|
347
352
|
const addCirculation = {
|
|
348
353
|
__proto__: null,
|
|
349
|
-
actionName: actionName$
|
|
350
|
-
authorizations: authorizations$
|
|
354
|
+
actionName: actionName$3x,
|
|
355
|
+
authorizations: authorizations$3x
|
|
351
356
|
};
|
|
352
357
|
|
|
353
|
-
const authorizations$
|
|
354
|
-
const actionName$
|
|
358
|
+
const authorizations$3w = [{ permissions: [active], actor: _fund }];
|
|
359
|
+
const actionName$3w = "addexpense";
|
|
355
360
|
|
|
356
361
|
const addExpense = {
|
|
357
362
|
__proto__: null,
|
|
358
|
-
actionName: actionName$
|
|
359
|
-
authorizations: authorizations$
|
|
363
|
+
actionName: actionName$3w,
|
|
364
|
+
authorizations: authorizations$3w
|
|
360
365
|
};
|
|
361
366
|
|
|
362
|
-
const authorizations$
|
|
363
|
-
const actionName$
|
|
367
|
+
const authorizations$3v = [{ permissions: [active], actor: _soviet }];
|
|
368
|
+
const actionName$3v = "authorize";
|
|
364
369
|
|
|
365
370
|
const authorizeWithdraw = {
|
|
366
371
|
__proto__: null,
|
|
367
|
-
actionName: actionName$
|
|
368
|
-
authorizations: authorizations$
|
|
372
|
+
actionName: actionName$3v,
|
|
373
|
+
authorizations: authorizations$3v
|
|
369
374
|
};
|
|
370
375
|
|
|
371
|
-
const authorizations$
|
|
372
|
-
const actionName$
|
|
376
|
+
const authorizations$3u = [{ permissions: [active, special], actor: _admin }];
|
|
377
|
+
const actionName$3u = "complete";
|
|
373
378
|
|
|
374
379
|
const completeWithdraw = {
|
|
375
380
|
__proto__: null,
|
|
376
|
-
actionName: actionName$
|
|
377
|
-
authorizations: authorizations$
|
|
381
|
+
actionName: actionName$3u,
|
|
382
|
+
authorizations: authorizations$3u
|
|
378
383
|
};
|
|
379
384
|
|
|
380
|
-
const authorizations$
|
|
381
|
-
const actionName$
|
|
385
|
+
const authorizations$3t = [{ permissions: [active], actor: _fund }];
|
|
386
|
+
const actionName$3t = "newfund";
|
|
382
387
|
|
|
383
388
|
const newFund = {
|
|
384
389
|
__proto__: null,
|
|
385
|
-
actionName: actionName$
|
|
386
|
-
authorizations: authorizations$
|
|
390
|
+
actionName: actionName$3t,
|
|
391
|
+
authorizations: authorizations$3t
|
|
387
392
|
};
|
|
388
393
|
|
|
389
|
-
const authorizations$
|
|
390
|
-
const actionName$
|
|
394
|
+
const authorizations$3s = [{ permissions: [active], actor: _chairman }];
|
|
395
|
+
const actionName$3s = "createfund";
|
|
391
396
|
|
|
392
397
|
const createFund = {
|
|
393
398
|
__proto__: null,
|
|
394
|
-
actionName: actionName$
|
|
395
|
-
authorizations: authorizations$
|
|
399
|
+
actionName: actionName$3s,
|
|
400
|
+
authorizations: authorizations$3s
|
|
396
401
|
};
|
|
397
402
|
|
|
398
|
-
const authorizations$
|
|
399
|
-
const actionName$
|
|
403
|
+
const authorizations$3r = [{ permissions: [active], actor: _chairman }];
|
|
404
|
+
const actionName$3r = "delfund";
|
|
400
405
|
|
|
401
406
|
const deleteFund = {
|
|
402
407
|
__proto__: null,
|
|
403
|
-
actionName: actionName$
|
|
404
|
-
authorizations: authorizations$
|
|
408
|
+
actionName: actionName$3r,
|
|
409
|
+
authorizations: authorizations$3r
|
|
405
410
|
};
|
|
406
411
|
|
|
407
|
-
const authorizations$
|
|
408
|
-
const actionName$
|
|
412
|
+
const authorizations$3q = [{ permissions: [active], actor: _chairman }];
|
|
413
|
+
const actionName$3q = "editfund";
|
|
409
414
|
|
|
410
415
|
const editFund = {
|
|
411
416
|
__proto__: null,
|
|
412
|
-
actionName: actionName$
|
|
413
|
-
authorizations: authorizations$
|
|
417
|
+
actionName: actionName$3q,
|
|
418
|
+
authorizations: authorizations$3q
|
|
414
419
|
};
|
|
415
420
|
|
|
416
|
-
const authorizations$
|
|
421
|
+
const authorizations$3p = [
|
|
417
422
|
{ permissions: [active], actor: _username },
|
|
418
423
|
{ permissions: [active, special], actor: _admin },
|
|
419
424
|
{ permissions: [active], actor: _contract }
|
|
420
425
|
];
|
|
421
|
-
const actionName$
|
|
426
|
+
const actionName$3p = "fundwithdraw";
|
|
422
427
|
|
|
423
428
|
const createWithdraw$1 = {
|
|
424
429
|
__proto__: null,
|
|
425
|
-
actionName: actionName$
|
|
426
|
-
authorizations: authorizations$
|
|
430
|
+
actionName: actionName$3p,
|
|
431
|
+
authorizations: authorizations$3p
|
|
427
432
|
};
|
|
428
433
|
|
|
429
|
-
const authorizations$
|
|
430
|
-
const actionName$
|
|
434
|
+
const authorizations$3o = [{ permissions: [active], actor: _soviet }];
|
|
435
|
+
const actionName$3o = "init";
|
|
431
436
|
|
|
432
437
|
const init$3 = {
|
|
433
438
|
__proto__: null,
|
|
434
|
-
actionName: actionName$
|
|
435
|
-
authorizations: authorizations$
|
|
439
|
+
actionName: actionName$3o,
|
|
440
|
+
authorizations: authorizations$3o
|
|
436
441
|
};
|
|
437
442
|
|
|
438
|
-
const authorizations$
|
|
439
|
-
const actionName$
|
|
443
|
+
const authorizations$3n = [{ permissions: [active], actor: _fund }];
|
|
444
|
+
const actionName$3n = "newwithdraw";
|
|
440
445
|
|
|
441
446
|
const newWithdraw = {
|
|
442
447
|
__proto__: null,
|
|
443
|
-
actionName: actionName$
|
|
444
|
-
authorizations: authorizations$
|
|
448
|
+
actionName: actionName$3n,
|
|
449
|
+
authorizations: authorizations$3n
|
|
445
450
|
};
|
|
446
451
|
|
|
447
|
-
const authorizations$
|
|
448
|
-
const actionName$
|
|
452
|
+
const authorizations$3m = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
453
|
+
const actionName$3m = "spreadamount";
|
|
449
454
|
|
|
450
455
|
const spreadAmount = {
|
|
451
456
|
__proto__: null,
|
|
452
|
-
actionName: actionName$
|
|
453
|
-
authorizations: authorizations$
|
|
457
|
+
actionName: actionName$3m,
|
|
458
|
+
authorizations: authorizations$3m
|
|
454
459
|
};
|
|
455
460
|
|
|
456
|
-
const authorizations$
|
|
457
|
-
const actionName$
|
|
461
|
+
const authorizations$3l = [{ permissions: [active], actor: _gateway }];
|
|
462
|
+
const actionName$3l = "subcirculate";
|
|
458
463
|
|
|
459
464
|
const subCirculation = {
|
|
460
465
|
__proto__: null,
|
|
461
|
-
actionName: actionName$
|
|
462
|
-
authorizations: authorizations$
|
|
466
|
+
actionName: actionName$3l,
|
|
467
|
+
authorizations: authorizations$3l
|
|
463
468
|
};
|
|
464
469
|
|
|
465
|
-
const index$
|
|
470
|
+
const index$1W = {
|
|
466
471
|
__proto__: null,
|
|
467
472
|
AddAccumulation: addAccumulation,
|
|
468
473
|
AddCirculation: addCirculation,
|
|
@@ -481,43 +486,43 @@ const index$1T = {
|
|
|
481
486
|
SubCirculation: subCirculation
|
|
482
487
|
};
|
|
483
488
|
|
|
484
|
-
const tableName$
|
|
485
|
-
const scope$
|
|
489
|
+
const tableName$18 = "accfunds";
|
|
490
|
+
const scope$16 = _fund;
|
|
486
491
|
|
|
487
492
|
const accumulationFunds = {
|
|
488
493
|
__proto__: null,
|
|
489
|
-
scope: scope$
|
|
490
|
-
tableName: tableName$
|
|
494
|
+
scope: scope$16,
|
|
495
|
+
tableName: tableName$18
|
|
491
496
|
};
|
|
492
497
|
|
|
493
|
-
const tableName$
|
|
494
|
-
const scope$
|
|
498
|
+
const tableName$17 = "expfunds";
|
|
499
|
+
const scope$15 = _fund;
|
|
495
500
|
|
|
496
501
|
const expenseFunds = {
|
|
497
502
|
__proto__: null,
|
|
498
|
-
scope: scope$
|
|
499
|
-
tableName: tableName$
|
|
503
|
+
scope: scope$15,
|
|
504
|
+
tableName: tableName$17
|
|
500
505
|
};
|
|
501
506
|
|
|
502
|
-
const tableName$
|
|
503
|
-
const scope$
|
|
507
|
+
const tableName$16 = "coopwallet";
|
|
508
|
+
const scope$14 = _fund;
|
|
504
509
|
|
|
505
510
|
const coopWallet = {
|
|
506
511
|
__proto__: null,
|
|
507
|
-
scope: scope$
|
|
508
|
-
tableName: tableName$
|
|
512
|
+
scope: scope$14,
|
|
513
|
+
tableName: tableName$16
|
|
509
514
|
};
|
|
510
515
|
|
|
511
|
-
const tableName$
|
|
512
|
-
const scope$
|
|
516
|
+
const tableName$15 = "fwithdraws";
|
|
517
|
+
const scope$13 = _fund;
|
|
513
518
|
|
|
514
519
|
const fundWithdraws = {
|
|
515
520
|
__proto__: null,
|
|
516
|
-
scope: scope$
|
|
517
|
-
tableName: tableName$
|
|
521
|
+
scope: scope$13,
|
|
522
|
+
tableName: tableName$15
|
|
518
523
|
};
|
|
519
524
|
|
|
520
|
-
const index$
|
|
525
|
+
const index$1V = {
|
|
521
526
|
__proto__: null,
|
|
522
527
|
AccumulatedFunds: accumulationFunds,
|
|
523
528
|
CoopWallet: coopWallet,
|
|
@@ -529,71 +534,71 @@ const fund = {
|
|
|
529
534
|
__proto__: null
|
|
530
535
|
};
|
|
531
536
|
|
|
532
|
-
const contractName$
|
|
537
|
+
const contractName$e = _fund;
|
|
533
538
|
|
|
534
|
-
const index$
|
|
539
|
+
const index$1U = {
|
|
535
540
|
__proto__: null,
|
|
536
|
-
Actions: index$
|
|
541
|
+
Actions: index$1W,
|
|
537
542
|
Interfaces: fund,
|
|
538
|
-
Tables: index$
|
|
539
|
-
contractName: contractName$
|
|
543
|
+
Tables: index$1V,
|
|
544
|
+
contractName: contractName$e
|
|
540
545
|
};
|
|
541
546
|
|
|
542
|
-
const authorizations$
|
|
543
|
-
const actionName$
|
|
547
|
+
const authorizations$3k = [{ permissions: [active, special], actor: _coopname }];
|
|
548
|
+
const actionName$3k = "createincome";
|
|
544
549
|
|
|
545
550
|
const createIncome = {
|
|
546
551
|
__proto__: null,
|
|
547
|
-
actionName: actionName$
|
|
548
|
-
authorizations: authorizations$
|
|
552
|
+
actionName: actionName$3k,
|
|
553
|
+
authorizations: authorizations$3k
|
|
549
554
|
};
|
|
550
555
|
|
|
551
|
-
const authorizations$
|
|
552
|
-
const actionName$
|
|
556
|
+
const authorizations$3j = [{ permissions: [active, special], actor: _admin }];
|
|
557
|
+
const actionName$3j = "incomplete";
|
|
553
558
|
|
|
554
559
|
const completeIncome = {
|
|
555
560
|
__proto__: null,
|
|
556
|
-
actionName: actionName$
|
|
557
|
-
authorizations: authorizations$
|
|
561
|
+
actionName: actionName$3j,
|
|
562
|
+
authorizations: authorizations$3j
|
|
558
563
|
};
|
|
559
564
|
|
|
560
|
-
const authorizations$
|
|
561
|
-
const actionName$
|
|
565
|
+
const authorizations$3i = [{ permissions: [active, special], actor: _admin }];
|
|
566
|
+
const actionName$3i = "indecline";
|
|
562
567
|
|
|
563
568
|
const declineIncome = {
|
|
564
569
|
__proto__: null,
|
|
565
|
-
actionName: actionName$
|
|
566
|
-
authorizations: authorizations$
|
|
570
|
+
actionName: actionName$3i,
|
|
571
|
+
authorizations: authorizations$3i
|
|
567
572
|
};
|
|
568
573
|
|
|
569
|
-
const authorizations$
|
|
570
|
-
const actionName$
|
|
574
|
+
const authorizations$3h = [{ permissions: [active], actor: _username }];
|
|
575
|
+
const actionName$3h = "createoutpay";
|
|
571
576
|
|
|
572
577
|
const createOutcome = {
|
|
573
578
|
__proto__: null,
|
|
574
|
-
actionName: actionName$
|
|
575
|
-
authorizations: authorizations$
|
|
579
|
+
actionName: actionName$3h,
|
|
580
|
+
authorizations: authorizations$3h
|
|
576
581
|
};
|
|
577
582
|
|
|
578
|
-
const authorizations$
|
|
579
|
-
const actionName$
|
|
583
|
+
const authorizations$3g = [{ permissions: [active, special], actor: _admin }];
|
|
584
|
+
const actionName$3g = "outcomplete";
|
|
580
585
|
|
|
581
586
|
const completeOutcome = {
|
|
582
587
|
__proto__: null,
|
|
583
|
-
actionName: actionName$
|
|
584
|
-
authorizations: authorizations$
|
|
588
|
+
actionName: actionName$3g,
|
|
589
|
+
authorizations: authorizations$3g
|
|
585
590
|
};
|
|
586
591
|
|
|
587
|
-
const authorizations$
|
|
588
|
-
const actionName$
|
|
592
|
+
const authorizations$3f = [{ permissions: [active, special], actor: _admin }];
|
|
593
|
+
const actionName$3f = "outdecline";
|
|
589
594
|
|
|
590
595
|
const declineOutcome = {
|
|
591
596
|
__proto__: null,
|
|
592
|
-
actionName: actionName$
|
|
593
|
-
authorizations: authorizations$
|
|
597
|
+
actionName: actionName$3f,
|
|
598
|
+
authorizations: authorizations$3f
|
|
594
599
|
};
|
|
595
600
|
|
|
596
|
-
const index$
|
|
601
|
+
const index$1T = {
|
|
597
602
|
__proto__: null,
|
|
598
603
|
CompleteIncome: completeIncome,
|
|
599
604
|
CompleteOutcome: completeOutcome,
|
|
@@ -603,25 +608,25 @@ const index$1Q = {
|
|
|
603
608
|
DeclineOutcome: declineOutcome
|
|
604
609
|
};
|
|
605
610
|
|
|
606
|
-
const tableName
|
|
607
|
-
const scope
|
|
611
|
+
const tableName$14 = "incomes";
|
|
612
|
+
const scope$12 = _gateway;
|
|
608
613
|
|
|
609
614
|
const incomes = {
|
|
610
615
|
__proto__: null,
|
|
611
|
-
scope: scope
|
|
612
|
-
tableName: tableName
|
|
616
|
+
scope: scope$12,
|
|
617
|
+
tableName: tableName$14
|
|
613
618
|
};
|
|
614
619
|
|
|
615
|
-
const tableName$
|
|
616
|
-
const scope$
|
|
620
|
+
const tableName$13 = "outcomes";
|
|
621
|
+
const scope$11 = _gateway;
|
|
617
622
|
|
|
618
623
|
const outcomes = {
|
|
619
624
|
__proto__: null,
|
|
620
|
-
scope: scope$
|
|
621
|
-
tableName: tableName$
|
|
625
|
+
scope: scope$11,
|
|
626
|
+
tableName: tableName$13
|
|
622
627
|
};
|
|
623
628
|
|
|
624
|
-
const index$
|
|
629
|
+
const index$1S = {
|
|
625
630
|
__proto__: null,
|
|
626
631
|
Incomes: incomes,
|
|
627
632
|
Outcomes: outcomes
|
|
@@ -631,134 +636,134 @@ const gateway = {
|
|
|
631
636
|
__proto__: null
|
|
632
637
|
};
|
|
633
638
|
|
|
634
|
-
const contractName$
|
|
639
|
+
const contractName$d = _gateway;
|
|
635
640
|
|
|
636
|
-
const index$
|
|
641
|
+
const index$1R = {
|
|
637
642
|
__proto__: null,
|
|
638
|
-
Actions: index$
|
|
643
|
+
Actions: index$1T,
|
|
639
644
|
Interfaces: gateway,
|
|
640
|
-
Tables: index$
|
|
641
|
-
contractName: contractName$
|
|
645
|
+
Tables: index$1S,
|
|
646
|
+
contractName: contractName$d
|
|
642
647
|
};
|
|
643
648
|
|
|
644
|
-
const authorizations$
|
|
645
|
-
const actionName$
|
|
649
|
+
const authorizations$3e = [{ permissions: [active], actor: _system }];
|
|
650
|
+
const actionName$3e = "verificate";
|
|
646
651
|
|
|
647
652
|
const verificateAccount = {
|
|
648
653
|
__proto__: null,
|
|
649
|
-
actionName: actionName$
|
|
650
|
-
authorizations: authorizations$
|
|
654
|
+
actionName: actionName$3e,
|
|
655
|
+
authorizations: authorizations$3e
|
|
651
656
|
};
|
|
652
657
|
|
|
653
|
-
const authorizations$
|
|
654
|
-
const actionName$
|
|
658
|
+
const authorizations$3d = [{ permissions: [active], actor: _username }];
|
|
659
|
+
const actionName$3d = "updateaccnt";
|
|
655
660
|
|
|
656
661
|
const updateAccount = {
|
|
657
662
|
__proto__: null,
|
|
658
|
-
actionName: actionName$
|
|
659
|
-
authorizations: authorizations$
|
|
663
|
+
actionName: actionName$3d,
|
|
664
|
+
authorizations: authorizations$3d
|
|
660
665
|
};
|
|
661
666
|
|
|
662
|
-
const authorizations$
|
|
663
|
-
const actionName$
|
|
667
|
+
const authorizations$3c = [{ permissions: [active], actor: _username }];
|
|
668
|
+
const actionName$3c = "updatecoop";
|
|
664
669
|
|
|
665
670
|
const updateCoop = {
|
|
666
671
|
__proto__: null,
|
|
667
|
-
actionName: actionName$
|
|
668
|
-
authorizations: authorizations$
|
|
672
|
+
actionName: actionName$3c,
|
|
673
|
+
authorizations: authorizations$3c
|
|
669
674
|
};
|
|
670
675
|
|
|
671
|
-
const authorizations$
|
|
672
|
-
const actionName$
|
|
676
|
+
const authorizations$3b = [{ permissions: [active, special], actor: _admin }];
|
|
677
|
+
const actionName$3b = "newaccount";
|
|
673
678
|
|
|
674
679
|
const createAccount$1 = {
|
|
675
680
|
__proto__: null,
|
|
676
|
-
actionName: actionName$
|
|
677
|
-
authorizations: authorizations$
|
|
681
|
+
actionName: actionName$3b,
|
|
682
|
+
authorizations: authorizations$3b
|
|
678
683
|
};
|
|
679
684
|
|
|
680
|
-
const authorizations$
|
|
681
|
-
const actionName$
|
|
685
|
+
const authorizations$3a = [{ permissions: [active, special], actor: _admin }];
|
|
686
|
+
const actionName$3a = "reguser";
|
|
682
687
|
|
|
683
688
|
const registerUser = {
|
|
684
689
|
__proto__: null,
|
|
685
|
-
actionName: actionName$
|
|
686
|
-
authorizations: authorizations$
|
|
690
|
+
actionName: actionName$3a,
|
|
691
|
+
authorizations: authorizations$3a
|
|
687
692
|
};
|
|
688
693
|
|
|
689
|
-
const authorizations$
|
|
690
|
-
const actionName$
|
|
694
|
+
const authorizations$39 = [{ permissions: [active, special], actor: _admin }];
|
|
695
|
+
const actionName$39 = "regcoop";
|
|
691
696
|
|
|
692
697
|
const registerCooperative = {
|
|
693
698
|
__proto__: null,
|
|
694
|
-
actionName: actionName$
|
|
695
|
-
authorizations: authorizations$
|
|
699
|
+
actionName: actionName$39,
|
|
700
|
+
authorizations: authorizations$39
|
|
696
701
|
};
|
|
697
702
|
|
|
698
|
-
const authorizations$
|
|
699
|
-
const actionName$
|
|
703
|
+
const authorizations$38 = [{ permissions: [active], actor: _system }];
|
|
704
|
+
const actionName$38 = "changekey";
|
|
700
705
|
|
|
701
706
|
const changeKey = {
|
|
702
707
|
__proto__: null,
|
|
703
|
-
actionName: actionName$
|
|
704
|
-
authorizations: authorizations$
|
|
708
|
+
actionName: actionName$38,
|
|
709
|
+
authorizations: authorizations$38
|
|
705
710
|
};
|
|
706
711
|
|
|
707
|
-
const authorizations$
|
|
708
|
-
const actionName$
|
|
712
|
+
const authorizations$37 = [{ permissions: [active], actor: _system }];
|
|
713
|
+
const actionName$37 = "init";
|
|
709
714
|
|
|
710
715
|
const init$2 = {
|
|
711
716
|
__proto__: null,
|
|
712
|
-
actionName: actionName$
|
|
713
|
-
authorizations: authorizations$
|
|
717
|
+
actionName: actionName$37,
|
|
718
|
+
authorizations: authorizations$37
|
|
714
719
|
};
|
|
715
720
|
|
|
716
|
-
const authorizations$
|
|
717
|
-
const actionName$
|
|
721
|
+
const authorizations$36 = [{ permissions: [active, special], actor: _admin }];
|
|
722
|
+
const actionName$36 = "adduser";
|
|
718
723
|
|
|
719
724
|
const addUser = {
|
|
720
725
|
__proto__: null,
|
|
721
|
-
actionName: actionName$
|
|
722
|
-
authorizations: authorizations$
|
|
726
|
+
actionName: actionName$36,
|
|
727
|
+
authorizations: authorizations$36
|
|
723
728
|
};
|
|
724
729
|
|
|
725
|
-
const authorizations$
|
|
726
|
-
const actionName$
|
|
730
|
+
const authorizations$35 = [{ permissions: [active, special], actor: _admin }];
|
|
731
|
+
const actionName$35 = "stcoopstatus";
|
|
727
732
|
|
|
728
733
|
const setCoopStatus = {
|
|
729
734
|
__proto__: null,
|
|
730
|
-
actionName: actionName$
|
|
731
|
-
authorizations: authorizations$
|
|
735
|
+
actionName: actionName$35,
|
|
736
|
+
authorizations: authorizations$35
|
|
732
737
|
};
|
|
733
738
|
|
|
734
|
-
const authorizations$
|
|
735
|
-
const actionName$
|
|
739
|
+
const authorizations$34 = [{ permissions: [active, special], actor: _admin }];
|
|
740
|
+
const actionName$34 = "delcoop";
|
|
736
741
|
|
|
737
742
|
const deleteCooperative = {
|
|
738
743
|
__proto__: null,
|
|
739
|
-
actionName: actionName$
|
|
740
|
-
authorizations: authorizations$
|
|
744
|
+
actionName: actionName$34,
|
|
745
|
+
authorizations: authorizations$34
|
|
741
746
|
};
|
|
742
747
|
|
|
743
|
-
const authorizations$
|
|
744
|
-
const actionName$
|
|
748
|
+
const authorizations$33 = [{ permissions: [active], actor: _coopname }];
|
|
749
|
+
const actionName$33 = "enabranches";
|
|
745
750
|
|
|
746
751
|
const enableBranches = {
|
|
747
752
|
__proto__: null,
|
|
748
|
-
actionName: actionName$
|
|
749
|
-
authorizations: authorizations$
|
|
753
|
+
actionName: actionName$33,
|
|
754
|
+
authorizations: authorizations$33
|
|
750
755
|
};
|
|
751
756
|
|
|
752
|
-
const authorizations$
|
|
753
|
-
const actionName$
|
|
757
|
+
const authorizations$32 = [{ permissions: [active], actor: _coopname }];
|
|
758
|
+
const actionName$32 = "disbranches";
|
|
754
759
|
|
|
755
760
|
const disableBranches = {
|
|
756
761
|
__proto__: null,
|
|
757
|
-
actionName: actionName$
|
|
758
|
-
authorizations: authorizations$
|
|
759
|
-
};
|
|
762
|
+
actionName: actionName$32,
|
|
763
|
+
authorizations: authorizations$32
|
|
764
|
+
};
|
|
760
765
|
|
|
761
|
-
const index$
|
|
766
|
+
const index$1Q = {
|
|
762
767
|
__proto__: null,
|
|
763
768
|
AddUser: addUser,
|
|
764
769
|
ChangeKey: changeKey,
|
|
@@ -775,27 +780,27 @@ const index$1N = {
|
|
|
775
780
|
VerificateAccount: verificateAccount
|
|
776
781
|
};
|
|
777
782
|
|
|
778
|
-
const tableName$
|
|
779
|
-
const scope$
|
|
783
|
+
const tableName$12 = "accounts";
|
|
784
|
+
const scope$10 = _registrator;
|
|
780
785
|
|
|
781
|
-
const accounts = {
|
|
786
|
+
const accounts$1 = {
|
|
782
787
|
__proto__: null,
|
|
783
|
-
scope: scope$
|
|
784
|
-
tableName: tableName$
|
|
788
|
+
scope: scope$10,
|
|
789
|
+
tableName: tableName$12
|
|
785
790
|
};
|
|
786
791
|
|
|
787
|
-
const tableName$
|
|
788
|
-
const scope
|
|
792
|
+
const tableName$11 = "coops";
|
|
793
|
+
const scope$$ = _registrator;
|
|
789
794
|
|
|
790
795
|
const cooperatives = {
|
|
791
796
|
__proto__: null,
|
|
792
|
-
scope: scope
|
|
793
|
-
tableName: tableName$
|
|
797
|
+
scope: scope$$,
|
|
798
|
+
tableName: tableName$11
|
|
794
799
|
};
|
|
795
800
|
|
|
796
|
-
const index$
|
|
801
|
+
const index$1P = {
|
|
797
802
|
__proto__: null,
|
|
798
|
-
Accounts: accounts,
|
|
803
|
+
Accounts: accounts$1,
|
|
799
804
|
Cooperatives: cooperatives
|
|
800
805
|
};
|
|
801
806
|
|
|
@@ -803,71 +808,71 @@ const registrator = {
|
|
|
803
808
|
__proto__: null
|
|
804
809
|
};
|
|
805
810
|
|
|
806
|
-
const contractName$
|
|
811
|
+
const contractName$c = _registrator;
|
|
807
812
|
|
|
808
|
-
const index$
|
|
813
|
+
const index$1O = {
|
|
809
814
|
__proto__: null,
|
|
810
|
-
Actions: index$
|
|
815
|
+
Actions: index$1Q,
|
|
811
816
|
Interfaces: registrator,
|
|
812
|
-
Tables: index$
|
|
813
|
-
contractName: contractName$
|
|
817
|
+
Tables: index$1P,
|
|
818
|
+
contractName: contractName$c
|
|
814
819
|
};
|
|
815
820
|
|
|
816
|
-
const authorizations$
|
|
817
|
-
const actionName$
|
|
821
|
+
const authorizations$31 = [{ permissions: [active], actor: _username }];
|
|
822
|
+
const actionName$31 = "transfer";
|
|
818
823
|
|
|
819
824
|
const transfer = {
|
|
820
825
|
__proto__: null,
|
|
821
|
-
actionName: actionName$
|
|
822
|
-
authorizations: authorizations$
|
|
826
|
+
actionName: actionName$31,
|
|
827
|
+
authorizations: authorizations$31
|
|
823
828
|
};
|
|
824
829
|
|
|
825
|
-
const authorizations$
|
|
826
|
-
const actionName$
|
|
830
|
+
const authorizations$30 = [{ permissions: [active], actor: _username }];
|
|
831
|
+
const actionName$30 = "open";
|
|
827
832
|
|
|
828
833
|
const open = {
|
|
829
834
|
__proto__: null,
|
|
830
|
-
actionName: actionName$
|
|
831
|
-
authorizations: authorizations$
|
|
835
|
+
actionName: actionName$30,
|
|
836
|
+
authorizations: authorizations$30
|
|
832
837
|
};
|
|
833
838
|
|
|
834
|
-
const authorizations$
|
|
835
|
-
const actionName$
|
|
839
|
+
const authorizations$2$ = [{ permissions: [active], actor: _username }];
|
|
840
|
+
const actionName$2$ = "close";
|
|
836
841
|
|
|
837
842
|
const close = {
|
|
838
843
|
__proto__: null,
|
|
839
|
-
actionName: actionName$
|
|
840
|
-
authorizations: authorizations$
|
|
844
|
+
actionName: actionName$2$,
|
|
845
|
+
authorizations: authorizations$2$
|
|
841
846
|
};
|
|
842
847
|
|
|
843
|
-
const authorizations$
|
|
844
|
-
const actionName$
|
|
848
|
+
const authorizations$2_ = [{ permissions: [active], actor: _system$1 }];
|
|
849
|
+
const actionName$2_ = "create";
|
|
845
850
|
|
|
846
851
|
const create$1 = {
|
|
847
852
|
__proto__: null,
|
|
848
|
-
actionName: actionName$
|
|
849
|
-
authorizations: authorizations$
|
|
853
|
+
actionName: actionName$2_,
|
|
854
|
+
authorizations: authorizations$2_
|
|
850
855
|
};
|
|
851
856
|
|
|
852
|
-
const authorizations$
|
|
853
|
-
const actionName$
|
|
857
|
+
const authorizations$2Z = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
858
|
+
const actionName$2Z = "issue";
|
|
854
859
|
|
|
855
860
|
const issue = {
|
|
856
861
|
__proto__: null,
|
|
857
|
-
actionName: actionName$
|
|
858
|
-
authorizations: authorizations$
|
|
862
|
+
actionName: actionName$2Z,
|
|
863
|
+
authorizations: authorizations$2Z
|
|
859
864
|
};
|
|
860
865
|
|
|
861
|
-
const authorizations$
|
|
862
|
-
const actionName$
|
|
866
|
+
const authorizations$2Y = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
867
|
+
const actionName$2Y = "retire";
|
|
863
868
|
|
|
864
869
|
const retire = {
|
|
865
870
|
__proto__: null,
|
|
866
|
-
actionName: actionName$
|
|
867
|
-
authorizations: authorizations$
|
|
871
|
+
actionName: actionName$2Y,
|
|
872
|
+
authorizations: authorizations$2Y
|
|
868
873
|
};
|
|
869
874
|
|
|
870
|
-
const index$
|
|
875
|
+
const index$1N = {
|
|
871
876
|
__proto__: null,
|
|
872
877
|
Close: close,
|
|
873
878
|
Create: create$1,
|
|
@@ -877,25 +882,25 @@ const index$1K = {
|
|
|
877
882
|
Transfer: transfer
|
|
878
883
|
};
|
|
879
884
|
|
|
880
|
-
const tableName$
|
|
881
|
-
const scope$
|
|
885
|
+
const tableName$10 = "accounts";
|
|
886
|
+
const scope$_ = _username;
|
|
882
887
|
|
|
883
888
|
const accountBalance = {
|
|
884
889
|
__proto__: null,
|
|
885
|
-
scope: scope$
|
|
886
|
-
tableName: tableName$
|
|
890
|
+
scope: scope$_,
|
|
891
|
+
tableName: tableName$10
|
|
887
892
|
};
|
|
888
893
|
|
|
889
|
-
const tableName
|
|
890
|
-
const scope$
|
|
894
|
+
const tableName$$ = "stat";
|
|
895
|
+
const scope$Z = "AXON";
|
|
891
896
|
|
|
892
897
|
const currencyStats = {
|
|
893
898
|
__proto__: null,
|
|
894
|
-
scope: scope$
|
|
895
|
-
tableName: tableName
|
|
899
|
+
scope: scope$Z,
|
|
900
|
+
tableName: tableName$$
|
|
896
901
|
};
|
|
897
902
|
|
|
898
|
-
const index$
|
|
903
|
+
const index$1M = {
|
|
899
904
|
__proto__: null,
|
|
900
905
|
AccountBalance: accountBalance,
|
|
901
906
|
CurrencyStats: currencyStats
|
|
@@ -905,80 +910,80 @@ const token = {
|
|
|
905
910
|
__proto__: null
|
|
906
911
|
};
|
|
907
912
|
|
|
908
|
-
const contractName$
|
|
913
|
+
const contractName$b = _token;
|
|
909
914
|
|
|
910
|
-
const index$
|
|
915
|
+
const index$1L = {
|
|
911
916
|
__proto__: null,
|
|
912
|
-
Actions: index$
|
|
917
|
+
Actions: index$1N,
|
|
913
918
|
Interfaces: token,
|
|
914
|
-
Tables: index$
|
|
915
|
-
contractName: contractName$
|
|
919
|
+
Tables: index$1M,
|
|
920
|
+
contractName: contractName$b
|
|
916
921
|
};
|
|
917
922
|
|
|
918
|
-
const authorizations$
|
|
919
|
-
const actionName$
|
|
923
|
+
const authorizations$2X = [{ permissions: [active], actor: _soviet }];
|
|
924
|
+
const actionName$2X = "newsubmitted";
|
|
920
925
|
|
|
921
926
|
const newsubmitted = {
|
|
922
927
|
__proto__: null,
|
|
923
|
-
actionName: actionName$
|
|
924
|
-
authorizations: authorizations$
|
|
928
|
+
actionName: actionName$2X,
|
|
929
|
+
authorizations: authorizations$2X
|
|
925
930
|
};
|
|
926
931
|
|
|
927
|
-
const authorizations$
|
|
928
|
-
const actionName$
|
|
932
|
+
const authorizations$2W = [{ permissions: [active], actor: _soviet }];
|
|
933
|
+
const actionName$2W = "newresolved";
|
|
929
934
|
|
|
930
935
|
const newresolved = {
|
|
931
936
|
__proto__: null,
|
|
932
|
-
actionName: actionName$
|
|
933
|
-
authorizations: authorizations$
|
|
937
|
+
actionName: actionName$2W,
|
|
938
|
+
authorizations: authorizations$2W
|
|
934
939
|
};
|
|
935
940
|
|
|
936
|
-
const authorizations$
|
|
937
|
-
const actionName$
|
|
941
|
+
const authorizations$2V = [{ permissions: [active], actor: _soviet }];
|
|
942
|
+
const actionName$2V = "newact";
|
|
938
943
|
|
|
939
944
|
const newact = {
|
|
940
945
|
__proto__: null,
|
|
941
|
-
actionName: actionName$
|
|
942
|
-
authorizations: authorizations$
|
|
946
|
+
actionName: actionName$2V,
|
|
947
|
+
authorizations: authorizations$2V
|
|
943
948
|
};
|
|
944
949
|
|
|
945
|
-
const authorizations$
|
|
946
|
-
const actionName$
|
|
950
|
+
const authorizations$2U = [{ permissions: [active], actor: _soviet }];
|
|
951
|
+
const actionName$2U = "newlink";
|
|
947
952
|
|
|
948
953
|
const newlink = {
|
|
949
954
|
__proto__: null,
|
|
950
|
-
actionName: actionName$
|
|
951
|
-
authorizations: authorizations$
|
|
955
|
+
actionName: actionName$2U,
|
|
956
|
+
authorizations: authorizations$2U
|
|
952
957
|
};
|
|
953
958
|
|
|
954
|
-
const authorizations$
|
|
955
|
-
const actionName$
|
|
959
|
+
const authorizations$2T = [{ permissions: [active], actor: _soviet }];
|
|
960
|
+
const actionName$2T = "newdecision";
|
|
956
961
|
|
|
957
962
|
const newdecision = {
|
|
958
963
|
__proto__: null,
|
|
959
|
-
actionName: actionName$
|
|
960
|
-
authorizations: authorizations$
|
|
964
|
+
actionName: actionName$2T,
|
|
965
|
+
authorizations: authorizations$2T
|
|
961
966
|
};
|
|
962
967
|
|
|
963
|
-
const authorizations$
|
|
964
|
-
const actionName$
|
|
968
|
+
const authorizations$2S = [{ permissions: [active], actor: _soviet }];
|
|
969
|
+
const actionName$2S = "newagreement";
|
|
965
970
|
|
|
966
971
|
const newagreement = {
|
|
967
972
|
__proto__: null,
|
|
968
|
-
actionName: actionName$
|
|
969
|
-
authorizations: authorizations$
|
|
973
|
+
actionName: actionName$2S,
|
|
974
|
+
authorizations: authorizations$2S
|
|
970
975
|
};
|
|
971
976
|
|
|
972
|
-
const authorizations$
|
|
973
|
-
const actionName$
|
|
977
|
+
const authorizations$2R = [{ permissions: [active], actor: _soviet }];
|
|
978
|
+
const actionName$2R = "newpackage";
|
|
974
979
|
|
|
975
980
|
const newpackage = {
|
|
976
981
|
__proto__: null,
|
|
977
|
-
actionName: actionName$
|
|
978
|
-
authorizations: authorizations$
|
|
982
|
+
actionName: actionName$2R,
|
|
983
|
+
authorizations: authorizations$2R
|
|
979
984
|
};
|
|
980
985
|
|
|
981
|
-
const index$
|
|
986
|
+
const index$1K = {
|
|
982
987
|
__proto__: null,
|
|
983
988
|
NewAct: newact,
|
|
984
989
|
NewAgreement: newagreement,
|
|
@@ -989,93 +994,93 @@ const index$1H = {
|
|
|
989
994
|
NewSubmitted: newsubmitted
|
|
990
995
|
};
|
|
991
996
|
|
|
992
|
-
const authorizations$
|
|
993
|
-
const actionName$
|
|
997
|
+
const authorizations$2Q = [{ permissions: [active], actor: _chairman }];
|
|
998
|
+
const actionName$2Q = "creaddress";
|
|
994
999
|
|
|
995
1000
|
const createAddress = {
|
|
996
1001
|
__proto__: null,
|
|
997
|
-
actionName: actionName$
|
|
998
|
-
authorizations: authorizations$
|
|
1002
|
+
actionName: actionName$2Q,
|
|
1003
|
+
authorizations: authorizations$2Q
|
|
999
1004
|
};
|
|
1000
1005
|
|
|
1001
|
-
const authorizations$
|
|
1002
|
-
const actionName$
|
|
1006
|
+
const authorizations$2P = [{ permissions: [active], actor: _chairman }];
|
|
1007
|
+
const actionName$2P = "deladdress";
|
|
1003
1008
|
|
|
1004
1009
|
const deleteAddress = {
|
|
1005
1010
|
__proto__: null,
|
|
1006
|
-
actionName: actionName$
|
|
1007
|
-
authorizations: authorizations$
|
|
1011
|
+
actionName: actionName$2P,
|
|
1012
|
+
authorizations: authorizations$2P
|
|
1008
1013
|
};
|
|
1009
1014
|
|
|
1010
|
-
const authorizations$
|
|
1011
|
-
const actionName$
|
|
1015
|
+
const authorizations$2O = [{ permissions: [active], actor: _chairman }];
|
|
1016
|
+
const actionName$2O = "editaddress";
|
|
1012
1017
|
|
|
1013
1018
|
const editAddress = {
|
|
1014
1019
|
__proto__: null,
|
|
1015
|
-
actionName: actionName$
|
|
1016
|
-
authorizations: authorizations$
|
|
1020
|
+
actionName: actionName$2O,
|
|
1021
|
+
authorizations: authorizations$2O
|
|
1017
1022
|
};
|
|
1018
1023
|
|
|
1019
|
-
const index$
|
|
1024
|
+
const index$1J = {
|
|
1020
1025
|
__proto__: null,
|
|
1021
1026
|
CreateAddress: createAddress,
|
|
1022
1027
|
DeleteAddress: deleteAddress,
|
|
1023
1028
|
EditAddress: editAddress
|
|
1024
1029
|
};
|
|
1025
1030
|
|
|
1026
|
-
const authorizations$
|
|
1031
|
+
const authorizations$2N = [
|
|
1027
1032
|
{ permissions: [active], actor: _soviet },
|
|
1028
1033
|
{ permissions: [active], actor: _gateway },
|
|
1029
1034
|
{ permissions: [active], actor: _marketplace }
|
|
1030
1035
|
];
|
|
1031
|
-
const actionName$
|
|
1036
|
+
const actionName$2N = "addbal";
|
|
1032
1037
|
|
|
1033
1038
|
const addBalance = {
|
|
1034
1039
|
__proto__: null,
|
|
1035
|
-
actionName: actionName$
|
|
1036
|
-
authorizations: authorizations$
|
|
1040
|
+
actionName: actionName$2N,
|
|
1041
|
+
authorizations: authorizations$2N
|
|
1037
1042
|
};
|
|
1038
1043
|
|
|
1039
|
-
const authorizations$
|
|
1044
|
+
const authorizations$2M = [
|
|
1040
1045
|
{ permissions: [active], actor: _soviet },
|
|
1041
1046
|
{ permissions: [active], actor: _gateway },
|
|
1042
1047
|
{ permissions: [active], actor: _marketplace }
|
|
1043
1048
|
];
|
|
1044
|
-
const actionName$
|
|
1049
|
+
const actionName$2M = "subbal";
|
|
1045
1050
|
|
|
1046
1051
|
const subBalance = {
|
|
1047
1052
|
__proto__: null,
|
|
1048
|
-
actionName: actionName$
|
|
1049
|
-
authorizations: authorizations$
|
|
1053
|
+
actionName: actionName$2M,
|
|
1054
|
+
authorizations: authorizations$2M
|
|
1050
1055
|
};
|
|
1051
1056
|
|
|
1052
|
-
const authorizations$
|
|
1057
|
+
const authorizations$2L = [
|
|
1053
1058
|
{ permissions: [active], actor: _soviet },
|
|
1054
1059
|
{ permissions: [active], actor: _gateway },
|
|
1055
1060
|
{ permissions: [active], actor: _marketplace }
|
|
1056
1061
|
];
|
|
1057
|
-
const actionName$
|
|
1062
|
+
const actionName$2L = "blockbal";
|
|
1058
1063
|
|
|
1059
1064
|
const blockBalance = {
|
|
1060
1065
|
__proto__: null,
|
|
1061
|
-
actionName: actionName$
|
|
1062
|
-
authorizations: authorizations$
|
|
1066
|
+
actionName: actionName$2L,
|
|
1067
|
+
authorizations: authorizations$2L
|
|
1063
1068
|
};
|
|
1064
1069
|
|
|
1065
|
-
const authorizations$
|
|
1070
|
+
const authorizations$2K = [
|
|
1066
1071
|
{ permissions: [active], actor: _soviet },
|
|
1067
1072
|
{ permissions: [active], actor: _gateway },
|
|
1068
1073
|
{ permissions: [active], actor: _marketplace }
|
|
1069
1074
|
];
|
|
1070
|
-
const actionName$
|
|
1075
|
+
const actionName$2K = "unblockbal";
|
|
1071
1076
|
|
|
1072
1077
|
const unblockBalance = {
|
|
1073
1078
|
__proto__: null,
|
|
1074
|
-
actionName: actionName$
|
|
1075
|
-
authorizations: authorizations$
|
|
1079
|
+
actionName: actionName$2K,
|
|
1080
|
+
authorizations: authorizations$2K
|
|
1076
1081
|
};
|
|
1077
1082
|
|
|
1078
|
-
const index$
|
|
1083
|
+
const index$1I = {
|
|
1079
1084
|
__proto__: null,
|
|
1080
1085
|
AddBalance: addBalance,
|
|
1081
1086
|
BlockBalance: blockBalance,
|
|
@@ -1083,190 +1088,190 @@ const index$1F = {
|
|
|
1083
1088
|
UnblockBalance: unblockBalance
|
|
1084
1089
|
};
|
|
1085
1090
|
|
|
1086
|
-
const authorizations$
|
|
1091
|
+
const authorizations$2J = [
|
|
1087
1092
|
{ permissions: [active], actor: _chairman }
|
|
1088
1093
|
];
|
|
1089
|
-
const actionName$
|
|
1094
|
+
const actionName$2J = "createprog";
|
|
1090
1095
|
|
|
1091
1096
|
const createProgram = {
|
|
1092
1097
|
__proto__: null,
|
|
1093
|
-
actionName: actionName$
|
|
1094
|
-
authorizations: authorizations$
|
|
1098
|
+
actionName: actionName$2J,
|
|
1099
|
+
authorizations: authorizations$2J
|
|
1095
1100
|
};
|
|
1096
1101
|
|
|
1097
|
-
const authorizations$
|
|
1102
|
+
const authorizations$2I = [
|
|
1098
1103
|
{ permissions: [active], actor: _chairman }
|
|
1099
1104
|
];
|
|
1100
|
-
const actionName$
|
|
1105
|
+
const actionName$2I = "editprog";
|
|
1101
1106
|
|
|
1102
1107
|
const editProgram = {
|
|
1103
1108
|
__proto__: null,
|
|
1104
|
-
actionName: actionName$
|
|
1105
|
-
authorizations: authorizations$
|
|
1109
|
+
actionName: actionName$2I,
|
|
1110
|
+
authorizations: authorizations$2I
|
|
1106
1111
|
};
|
|
1107
1112
|
|
|
1108
|
-
const authorizations$
|
|
1113
|
+
const authorizations$2H = [
|
|
1109
1114
|
{ permissions: [active], actor: _chairman }
|
|
1110
1115
|
];
|
|
1111
|
-
const actionName$
|
|
1116
|
+
const actionName$2H = "disableprog";
|
|
1112
1117
|
|
|
1113
1118
|
const disableProgram = {
|
|
1114
1119
|
__proto__: null,
|
|
1115
|
-
actionName: actionName$
|
|
1116
|
-
authorizations: authorizations$
|
|
1120
|
+
actionName: actionName$2H,
|
|
1121
|
+
authorizations: authorizations$2H
|
|
1117
1122
|
};
|
|
1118
1123
|
|
|
1119
|
-
const index$
|
|
1124
|
+
const index$1H = {
|
|
1120
1125
|
__proto__: null,
|
|
1121
1126
|
CreateProgram: createProgram,
|
|
1122
1127
|
DisableProgram: disableProgram,
|
|
1123
1128
|
EditProgram: editProgram
|
|
1124
1129
|
};
|
|
1125
1130
|
|
|
1126
|
-
const authorizations$
|
|
1131
|
+
const authorizations$2G = [
|
|
1127
1132
|
{ permissions: [active], actor: _member }
|
|
1128
1133
|
];
|
|
1129
|
-
const actionName$
|
|
1134
|
+
const actionName$2G = "voteagainst";
|
|
1130
1135
|
|
|
1131
1136
|
const voteAgainst = {
|
|
1132
1137
|
__proto__: null,
|
|
1133
|
-
actionName: actionName$
|
|
1134
|
-
authorizations: authorizations$
|
|
1138
|
+
actionName: actionName$2G,
|
|
1139
|
+
authorizations: authorizations$2G
|
|
1135
1140
|
};
|
|
1136
1141
|
|
|
1137
|
-
const authorizations$
|
|
1142
|
+
const authorizations$2F = [
|
|
1138
1143
|
{ permissions: [active], actor: _member }
|
|
1139
1144
|
];
|
|
1140
|
-
const actionName$
|
|
1145
|
+
const actionName$2F = "votefor";
|
|
1141
1146
|
|
|
1142
1147
|
const voteFor = {
|
|
1143
1148
|
__proto__: null,
|
|
1144
|
-
actionName: actionName$
|
|
1145
|
-
authorizations: authorizations$
|
|
1149
|
+
actionName: actionName$2F,
|
|
1150
|
+
authorizations: authorizations$2F
|
|
1146
1151
|
};
|
|
1147
1152
|
|
|
1148
|
-
const authorizations$
|
|
1153
|
+
const authorizations$2E = [
|
|
1149
1154
|
{ permissions: [active], actor: _member }
|
|
1150
1155
|
];
|
|
1151
|
-
const actionName$
|
|
1156
|
+
const actionName$2E = "cancelvote";
|
|
1152
1157
|
|
|
1153
1158
|
const cancelVote = {
|
|
1154
1159
|
__proto__: null,
|
|
1155
|
-
actionName: actionName$
|
|
1156
|
-
authorizations: authorizations$
|
|
1160
|
+
actionName: actionName$2E,
|
|
1161
|
+
authorizations: authorizations$2E
|
|
1157
1162
|
};
|
|
1158
1163
|
|
|
1159
|
-
const authorizations$
|
|
1164
|
+
const authorizations$2D = [
|
|
1160
1165
|
{ permissions: [active], actor: _chairman }
|
|
1161
1166
|
];
|
|
1162
|
-
const actionName$
|
|
1167
|
+
const actionName$2D = "authorize";
|
|
1163
1168
|
|
|
1164
1169
|
const authorize$1 = {
|
|
1165
1170
|
__proto__: null,
|
|
1166
|
-
actionName: actionName$
|
|
1167
|
-
authorizations: authorizations$
|
|
1171
|
+
actionName: actionName$2D,
|
|
1172
|
+
authorizations: authorizations$2D
|
|
1168
1173
|
};
|
|
1169
1174
|
|
|
1170
|
-
const authorizations$
|
|
1175
|
+
const authorizations$2C = [
|
|
1171
1176
|
{ permissions: [active], actor: _username }
|
|
1172
1177
|
];
|
|
1173
|
-
const actionName$
|
|
1178
|
+
const actionName$2C = "exec";
|
|
1174
1179
|
|
|
1175
1180
|
const exec$1 = {
|
|
1176
1181
|
__proto__: null,
|
|
1177
|
-
actionName: actionName$
|
|
1178
|
-
authorizations: authorizations$
|
|
1182
|
+
actionName: actionName$2C,
|
|
1183
|
+
authorizations: authorizations$2C
|
|
1179
1184
|
};
|
|
1180
1185
|
|
|
1181
|
-
const authorizations$
|
|
1186
|
+
const authorizations$2B = [
|
|
1182
1187
|
{ permissions: [active], actor: _gateway }
|
|
1183
1188
|
];
|
|
1184
|
-
const actionName$
|
|
1189
|
+
const actionName$2B = "withdraw";
|
|
1185
1190
|
|
|
1186
1191
|
const withdrawDecision = {
|
|
1187
1192
|
__proto__: null,
|
|
1188
|
-
actionName: actionName$
|
|
1189
|
-
authorizations: authorizations$
|
|
1193
|
+
actionName: actionName$2B,
|
|
1194
|
+
authorizations: authorizations$2B
|
|
1190
1195
|
};
|
|
1191
1196
|
|
|
1192
|
-
const authorizations$
|
|
1197
|
+
const authorizations$2A = [
|
|
1193
1198
|
{ permissions: [active], actor: _fund }
|
|
1194
1199
|
];
|
|
1195
|
-
const actionName$
|
|
1200
|
+
const actionName$2A = "fundwithdraw";
|
|
1196
1201
|
|
|
1197
1202
|
const fundWithdrawDecision = {
|
|
1198
1203
|
__proto__: null,
|
|
1199
|
-
actionName: actionName$
|
|
1200
|
-
authorizations: authorizations$
|
|
1204
|
+
actionName: actionName$2A,
|
|
1205
|
+
authorizations: authorizations$2A
|
|
1201
1206
|
};
|
|
1202
1207
|
|
|
1203
|
-
const authorizations$
|
|
1208
|
+
const authorizations$2z = [
|
|
1204
1209
|
{ permissions: [active, special], actor: _admin }
|
|
1205
1210
|
];
|
|
1206
|
-
const actionName$
|
|
1211
|
+
const actionName$2z = "validated";
|
|
1207
1212
|
|
|
1208
1213
|
const validate = {
|
|
1209
1214
|
__proto__: null,
|
|
1210
|
-
actionName: actionName$
|
|
1211
|
-
authorizations: authorizations$
|
|
1215
|
+
actionName: actionName$2z,
|
|
1216
|
+
authorizations: authorizations$2z
|
|
1212
1217
|
};
|
|
1213
1218
|
|
|
1214
|
-
const authorizations$
|
|
1219
|
+
const authorizations$2y = [
|
|
1215
1220
|
{ permissions: [active], actor: _member }
|
|
1216
1221
|
];
|
|
1217
|
-
const actionName$
|
|
1222
|
+
const actionName$2y = "automate";
|
|
1218
1223
|
|
|
1219
1224
|
const automate = {
|
|
1220
1225
|
__proto__: null,
|
|
1221
|
-
actionName: actionName$
|
|
1222
|
-
authorizations: authorizations$
|
|
1226
|
+
actionName: actionName$2y,
|
|
1227
|
+
authorizations: authorizations$2y
|
|
1223
1228
|
};
|
|
1224
1229
|
|
|
1225
|
-
const authorizations$
|
|
1230
|
+
const authorizations$2x = [
|
|
1226
1231
|
{ permissions: [active], actor: _member }
|
|
1227
1232
|
];
|
|
1228
|
-
const actionName$
|
|
1233
|
+
const actionName$2x = "disautomate";
|
|
1229
1234
|
|
|
1230
1235
|
const disautomate = {
|
|
1231
1236
|
__proto__: null,
|
|
1232
|
-
actionName: actionName$
|
|
1233
|
-
authorizations: authorizations$
|
|
1237
|
+
actionName: actionName$2x,
|
|
1238
|
+
authorizations: authorizations$2x
|
|
1234
1239
|
};
|
|
1235
1240
|
|
|
1236
|
-
const authorizations$
|
|
1241
|
+
const authorizations$2w = [
|
|
1237
1242
|
{ permissions: [active], actor: _chairman }
|
|
1238
1243
|
];
|
|
1239
|
-
const actionName$
|
|
1244
|
+
const actionName$2w = "freedecision";
|
|
1240
1245
|
|
|
1241
1246
|
const freeDecision = {
|
|
1242
1247
|
__proto__: null,
|
|
1243
|
-
actionName: actionName$
|
|
1244
|
-
authorizations: authorizations$
|
|
1248
|
+
actionName: actionName$2w,
|
|
1249
|
+
authorizations: authorizations$2w
|
|
1245
1250
|
};
|
|
1246
1251
|
|
|
1247
|
-
const authorizations$
|
|
1252
|
+
const authorizations$2v = [
|
|
1248
1253
|
{ permissions: [active], actor: _member }
|
|
1249
1254
|
];
|
|
1250
|
-
const actionName$
|
|
1255
|
+
const actionName$2v = "cancelexprd";
|
|
1251
1256
|
|
|
1252
1257
|
const cancelexprd = {
|
|
1253
1258
|
__proto__: null,
|
|
1254
|
-
actionName: actionName$
|
|
1255
|
-
authorizations: authorizations$
|
|
1259
|
+
actionName: actionName$2v,
|
|
1260
|
+
authorizations: authorizations$2v
|
|
1256
1261
|
};
|
|
1257
1262
|
|
|
1258
|
-
const authorizations$
|
|
1263
|
+
const authorizations$2u = [
|
|
1259
1264
|
{ permissions: [active], actor: _member }
|
|
1260
1265
|
];
|
|
1261
|
-
const actionName$
|
|
1266
|
+
const actionName$2u = "createagenda";
|
|
1262
1267
|
|
|
1263
1268
|
const createAgenda = {
|
|
1264
1269
|
__proto__: null,
|
|
1265
|
-
actionName: actionName$
|
|
1266
|
-
authorizations: authorizations$
|
|
1270
|
+
actionName: actionName$2u,
|
|
1271
|
+
authorizations: authorizations$2u
|
|
1267
1272
|
};
|
|
1268
1273
|
|
|
1269
|
-
const index$
|
|
1274
|
+
const index$1G = {
|
|
1270
1275
|
__proto__: null,
|
|
1271
1276
|
Authorize: authorize$1,
|
|
1272
1277
|
Automate: automate,
|
|
@@ -1283,75 +1288,75 @@ const index$1D = {
|
|
|
1283
1288
|
WithdrawDecision: withdrawDecision
|
|
1284
1289
|
};
|
|
1285
1290
|
|
|
1286
|
-
const authorizations$
|
|
1287
|
-
const actionName$
|
|
1291
|
+
const authorizations$2t = [{ permissions: [active], actor: _chairman }];
|
|
1292
|
+
const actionName$2t = "createboard";
|
|
1288
1293
|
|
|
1289
1294
|
const createBoard = {
|
|
1290
1295
|
__proto__: null,
|
|
1291
|
-
actionName: actionName$
|
|
1292
|
-
authorizations: authorizations$
|
|
1296
|
+
actionName: actionName$2t,
|
|
1297
|
+
authorizations: authorizations$2t
|
|
1293
1298
|
};
|
|
1294
1299
|
|
|
1295
|
-
const authorizations$
|
|
1296
|
-
const actionName$
|
|
1300
|
+
const authorizations$2s = [{ permissions: [active], actor: _chairman }];
|
|
1301
|
+
const actionName$2s = "updateboard";
|
|
1297
1302
|
|
|
1298
1303
|
const updateBoard = {
|
|
1299
1304
|
__proto__: null,
|
|
1300
|
-
actionName: actionName$
|
|
1301
|
-
authorizations: authorizations$
|
|
1305
|
+
actionName: actionName$2s,
|
|
1306
|
+
authorizations: authorizations$2s
|
|
1302
1307
|
};
|
|
1303
1308
|
|
|
1304
|
-
const index$
|
|
1309
|
+
const index$1F = {
|
|
1305
1310
|
__proto__: null,
|
|
1306
1311
|
CreateBoard: createBoard,
|
|
1307
1312
|
UpdateBoard: updateBoard
|
|
1308
1313
|
};
|
|
1309
1314
|
|
|
1310
|
-
const authorizations$
|
|
1315
|
+
const authorizations$2r = [
|
|
1311
1316
|
{ permissions: [active], actor: _chairman }
|
|
1312
1317
|
];
|
|
1313
|
-
const actionName$
|
|
1318
|
+
const actionName$2r = "addstaff";
|
|
1314
1319
|
|
|
1315
1320
|
const addAdmin = {
|
|
1316
1321
|
__proto__: null,
|
|
1317
|
-
actionName: actionName$
|
|
1318
|
-
authorizations: authorizations$
|
|
1322
|
+
actionName: actionName$2r,
|
|
1323
|
+
authorizations: authorizations$2r
|
|
1319
1324
|
};
|
|
1320
1325
|
|
|
1321
|
-
const authorizations$
|
|
1326
|
+
const authorizations$2q = [
|
|
1322
1327
|
{ permissions: [active], actor: _chairman }
|
|
1323
1328
|
];
|
|
1324
|
-
const actionName$
|
|
1329
|
+
const actionName$2q = "rmstaff";
|
|
1325
1330
|
|
|
1326
1331
|
const deleteAdmin = {
|
|
1327
1332
|
__proto__: null,
|
|
1328
|
-
actionName: actionName$
|
|
1329
|
-
authorizations: authorizations$
|
|
1333
|
+
actionName: actionName$2q,
|
|
1334
|
+
authorizations: authorizations$2q
|
|
1330
1335
|
};
|
|
1331
1336
|
|
|
1332
|
-
const authorizations$
|
|
1337
|
+
const authorizations$2p = [
|
|
1333
1338
|
{ permissions: [active], actor: _chairman }
|
|
1334
1339
|
];
|
|
1335
|
-
const actionName$
|
|
1340
|
+
const actionName$2p = "setrights";
|
|
1336
1341
|
|
|
1337
1342
|
const setRights = {
|
|
1338
1343
|
__proto__: null,
|
|
1339
|
-
actionName: actionName$
|
|
1340
|
-
authorizations: authorizations$
|
|
1344
|
+
actionName: actionName$2p,
|
|
1345
|
+
authorizations: authorizations$2p
|
|
1341
1346
|
};
|
|
1342
1347
|
|
|
1343
|
-
const authorizations$
|
|
1348
|
+
const authorizations$2o = [
|
|
1344
1349
|
{ permissions: [active], actor: _system$1 }
|
|
1345
1350
|
];
|
|
1346
|
-
const actionName$
|
|
1351
|
+
const actionName$2o = "init";
|
|
1347
1352
|
|
|
1348
1353
|
const init$1 = {
|
|
1349
1354
|
__proto__: null,
|
|
1350
|
-
actionName: actionName$
|
|
1351
|
-
authorizations: authorizations$
|
|
1355
|
+
actionName: actionName$2o,
|
|
1356
|
+
authorizations: authorizations$2o
|
|
1352
1357
|
};
|
|
1353
1358
|
|
|
1354
|
-
const index$
|
|
1359
|
+
const index$1E = {
|
|
1355
1360
|
__proto__: null,
|
|
1356
1361
|
AddAdmin: addAdmin,
|
|
1357
1362
|
DeleteAdmin: deleteAdmin,
|
|
@@ -1359,253 +1364,253 @@ const index$1B = {
|
|
|
1359
1364
|
SetRights: setRights
|
|
1360
1365
|
};
|
|
1361
1366
|
|
|
1362
|
-
const authorizations$
|
|
1367
|
+
const authorizations$2n = [
|
|
1363
1368
|
{ permissions: [active, special], actor: _admin }
|
|
1364
1369
|
];
|
|
1365
|
-
const actionName$
|
|
1370
|
+
const actionName$2n = "confirmagree";
|
|
1366
1371
|
|
|
1367
1372
|
const confirmAgreement = {
|
|
1368
1373
|
__proto__: null,
|
|
1369
|
-
actionName: actionName$
|
|
1370
|
-
authorizations: authorizations$
|
|
1374
|
+
actionName: actionName$2n,
|
|
1375
|
+
authorizations: authorizations$2n
|
|
1371
1376
|
};
|
|
1372
1377
|
|
|
1373
|
-
const authorizations$
|
|
1378
|
+
const authorizations$2m = [
|
|
1374
1379
|
{ permissions: [active, special], actor: _admin }
|
|
1375
1380
|
];
|
|
1376
|
-
const actionName$
|
|
1381
|
+
const actionName$2m = "declineagree";
|
|
1377
1382
|
|
|
1378
1383
|
const declineAgreement = {
|
|
1379
1384
|
__proto__: null,
|
|
1380
|
-
actionName: actionName$
|
|
1381
|
-
authorizations: authorizations$
|
|
1385
|
+
actionName: actionName$2m,
|
|
1386
|
+
authorizations: authorizations$2m
|
|
1382
1387
|
};
|
|
1383
1388
|
|
|
1384
|
-
const authorizations$
|
|
1389
|
+
const authorizations$2l = [
|
|
1385
1390
|
{ permissions: [active], actor: _username }
|
|
1386
1391
|
];
|
|
1387
|
-
const actionName$
|
|
1392
|
+
const actionName$2l = "sndagreement";
|
|
1388
1393
|
|
|
1389
1394
|
const sendAgreement = {
|
|
1390
1395
|
__proto__: null,
|
|
1391
|
-
actionName: actionName$
|
|
1392
|
-
authorizations: authorizations$
|
|
1396
|
+
actionName: actionName$2l,
|
|
1397
|
+
authorizations: authorizations$2l
|
|
1393
1398
|
};
|
|
1394
1399
|
|
|
1395
|
-
const index$
|
|
1400
|
+
const index$1D = {
|
|
1396
1401
|
__proto__: null,
|
|
1397
1402
|
ConfirmAgreement: confirmAgreement,
|
|
1398
1403
|
DeclineAgreement: declineAgreement,
|
|
1399
1404
|
SendAgreement: sendAgreement
|
|
1400
1405
|
};
|
|
1401
1406
|
|
|
1402
|
-
const authorizations$
|
|
1403
|
-
const actionName$
|
|
1407
|
+
const authorizations$2k = [{ permissions: [active], actor: _coopname }];
|
|
1408
|
+
const actionName$2k = "selectbranch";
|
|
1404
1409
|
|
|
1405
1410
|
const selectBranch = {
|
|
1406
1411
|
__proto__: null,
|
|
1407
|
-
actionName: actionName$
|
|
1408
|
-
authorizations: authorizations$
|
|
1412
|
+
actionName: actionName$2k,
|
|
1413
|
+
authorizations: authorizations$2k
|
|
1409
1414
|
};
|
|
1410
1415
|
|
|
1411
|
-
const index$
|
|
1416
|
+
const index$1C = {
|
|
1412
1417
|
__proto__: null,
|
|
1413
1418
|
SelectBranch: selectBranch
|
|
1414
1419
|
};
|
|
1415
1420
|
|
|
1416
|
-
const authorizations$
|
|
1421
|
+
const authorizations$2j = [
|
|
1417
1422
|
{ permissions: [active], actor: _chairman }
|
|
1418
1423
|
];
|
|
1419
|
-
const actionName$
|
|
1424
|
+
const actionName$2j = "confirmapprv";
|
|
1420
1425
|
|
|
1421
1426
|
const confirmApprove = {
|
|
1422
1427
|
__proto__: null,
|
|
1423
|
-
actionName: actionName$
|
|
1424
|
-
authorizations: authorizations$
|
|
1428
|
+
actionName: actionName$2j,
|
|
1429
|
+
authorizations: authorizations$2j
|
|
1425
1430
|
};
|
|
1426
1431
|
|
|
1427
|
-
const authorizations$
|
|
1432
|
+
const authorizations$2i = [
|
|
1428
1433
|
{ permissions: [active], actor: _chairman }
|
|
1429
1434
|
];
|
|
1430
|
-
const actionName$
|
|
1435
|
+
const actionName$2i = "declineapprv";
|
|
1431
1436
|
|
|
1432
1437
|
const declineApprove = {
|
|
1433
1438
|
__proto__: null,
|
|
1434
|
-
actionName: actionName$
|
|
1435
|
-
authorizations: authorizations$
|
|
1439
|
+
actionName: actionName$2i,
|
|
1440
|
+
authorizations: authorizations$2i
|
|
1436
1441
|
};
|
|
1437
1442
|
|
|
1438
|
-
const index$
|
|
1443
|
+
const index$1B = {
|
|
1439
1444
|
__proto__: null,
|
|
1440
1445
|
ConfirmApprove: confirmApprove,
|
|
1441
1446
|
DeclineApprove: declineApprove
|
|
1442
1447
|
};
|
|
1443
1448
|
|
|
1444
|
-
const authorizations$
|
|
1445
|
-
const actionName$
|
|
1449
|
+
const authorizations$2h = [{ permissions: [active], actor: _provider }];
|
|
1450
|
+
const actionName$2h = "converttoaxn";
|
|
1446
1451
|
|
|
1447
1452
|
const converttoaxn = {
|
|
1448
1453
|
__proto__: null,
|
|
1449
|
-
actionName: actionName$
|
|
1450
|
-
authorizations: authorizations$
|
|
1454
|
+
actionName: actionName$2h,
|
|
1455
|
+
authorizations: authorizations$2h
|
|
1451
1456
|
};
|
|
1452
1457
|
|
|
1453
|
-
const index$
|
|
1458
|
+
const index$1A = {
|
|
1454
1459
|
__proto__: null,
|
|
1455
1460
|
ConvertToAxn: converttoaxn
|
|
1456
1461
|
};
|
|
1457
1462
|
|
|
1458
|
-
const index$
|
|
1463
|
+
const index$1z = {
|
|
1459
1464
|
__proto__: null,
|
|
1460
|
-
Addresses: index$
|
|
1461
|
-
Admins: index$
|
|
1462
|
-
Agreements: index$
|
|
1463
|
-
Approves: index$
|
|
1464
|
-
Boards: index$
|
|
1465
|
-
Branches: index$
|
|
1466
|
-
Decisions: index$
|
|
1467
|
-
Programs: index$
|
|
1468
|
-
Registry: index$
|
|
1469
|
-
System: index$
|
|
1470
|
-
Wallet: index$
|
|
1465
|
+
Addresses: index$1J,
|
|
1466
|
+
Admins: index$1E,
|
|
1467
|
+
Agreements: index$1D,
|
|
1468
|
+
Approves: index$1B,
|
|
1469
|
+
Boards: index$1F,
|
|
1470
|
+
Branches: index$1C,
|
|
1471
|
+
Decisions: index$1G,
|
|
1472
|
+
Programs: index$1H,
|
|
1473
|
+
Registry: index$1K,
|
|
1474
|
+
System: index$1A,
|
|
1475
|
+
Wallet: index$1I
|
|
1471
1476
|
};
|
|
1472
1477
|
|
|
1473
|
-
const tableName$
|
|
1474
|
-
const scope$
|
|
1478
|
+
const tableName$_ = "addresses";
|
|
1479
|
+
const scope$Y = _coopname;
|
|
1475
1480
|
|
|
1476
1481
|
const addresses = {
|
|
1477
1482
|
__proto__: null,
|
|
1478
|
-
scope: scope$
|
|
1479
|
-
tableName: tableName$
|
|
1483
|
+
scope: scope$Y,
|
|
1484
|
+
tableName: tableName$_
|
|
1480
1485
|
};
|
|
1481
1486
|
|
|
1482
|
-
const tableName$
|
|
1483
|
-
const scope$
|
|
1487
|
+
const tableName$Z = "staff";
|
|
1488
|
+
const scope$X = _coopname;
|
|
1484
1489
|
|
|
1485
1490
|
const admins = {
|
|
1486
1491
|
__proto__: null,
|
|
1487
|
-
scope: scope$
|
|
1488
|
-
tableName: tableName$
|
|
1492
|
+
scope: scope$X,
|
|
1493
|
+
tableName: tableName$Z
|
|
1489
1494
|
};
|
|
1490
1495
|
|
|
1491
|
-
const tableName$
|
|
1492
|
-
const scope$
|
|
1496
|
+
const tableName$Y = "autosigner";
|
|
1497
|
+
const scope$W = _coopname;
|
|
1493
1498
|
|
|
1494
1499
|
const automationQueue = {
|
|
1495
1500
|
__proto__: null,
|
|
1496
|
-
scope: scope$
|
|
1497
|
-
tableName: tableName$
|
|
1501
|
+
scope: scope$W,
|
|
1502
|
+
tableName: tableName$Y
|
|
1498
1503
|
};
|
|
1499
1504
|
|
|
1500
|
-
const tableName$
|
|
1501
|
-
const scope$
|
|
1505
|
+
const tableName$X = "automator";
|
|
1506
|
+
const scope$V = _coopname;
|
|
1502
1507
|
|
|
1503
1508
|
const automations = {
|
|
1504
1509
|
__proto__: null,
|
|
1505
|
-
scope: scope$
|
|
1506
|
-
tableName: tableName$
|
|
1510
|
+
scope: scope$V,
|
|
1511
|
+
tableName: tableName$X
|
|
1507
1512
|
};
|
|
1508
1513
|
|
|
1509
|
-
const tableName$
|
|
1510
|
-
const scope$
|
|
1514
|
+
const tableName$W = "boards";
|
|
1515
|
+
const scope$U = _coopname;
|
|
1511
1516
|
|
|
1512
1517
|
const boards = {
|
|
1513
1518
|
__proto__: null,
|
|
1514
|
-
scope: scope$
|
|
1515
|
-
tableName: tableName$
|
|
1519
|
+
scope: scope$U,
|
|
1520
|
+
tableName: tableName$W
|
|
1516
1521
|
};
|
|
1517
1522
|
|
|
1518
|
-
const tableName$
|
|
1519
|
-
const scope$
|
|
1523
|
+
const tableName$V = "changes";
|
|
1524
|
+
const scope$T = _coopname;
|
|
1520
1525
|
|
|
1521
1526
|
const changes = {
|
|
1522
1527
|
__proto__: null,
|
|
1523
|
-
scope: scope$
|
|
1524
|
-
tableName: tableName$
|
|
1528
|
+
scope: scope$T,
|
|
1529
|
+
tableName: tableName$V
|
|
1525
1530
|
};
|
|
1526
1531
|
|
|
1527
|
-
const tableName$
|
|
1528
|
-
const scope$
|
|
1532
|
+
const tableName$U = "decisions";
|
|
1533
|
+
const scope$S = _coopname;
|
|
1529
1534
|
|
|
1530
1535
|
const decisions = {
|
|
1531
1536
|
__proto__: null,
|
|
1532
|
-
scope: scope$
|
|
1533
|
-
tableName: tableName$
|
|
1537
|
+
scope: scope$S,
|
|
1538
|
+
tableName: tableName$U
|
|
1534
1539
|
};
|
|
1535
1540
|
|
|
1536
|
-
const tableName$
|
|
1537
|
-
const scope$
|
|
1541
|
+
const tableName$T = "joincoops";
|
|
1542
|
+
const scope$R = _coopname;
|
|
1538
1543
|
|
|
1539
1544
|
const joinCoops = {
|
|
1540
1545
|
__proto__: null,
|
|
1541
|
-
scope: scope$
|
|
1542
|
-
tableName: tableName$
|
|
1546
|
+
scope: scope$R,
|
|
1547
|
+
tableName: tableName$T
|
|
1543
1548
|
};
|
|
1544
1549
|
|
|
1545
|
-
const tableName$
|
|
1546
|
-
const scope$
|
|
1550
|
+
const tableName$S = "programs";
|
|
1551
|
+
const scope$Q = _coopname;
|
|
1547
1552
|
|
|
1548
1553
|
const programs = {
|
|
1549
1554
|
__proto__: null,
|
|
1550
|
-
scope: scope$
|
|
1551
|
-
tableName: tableName$
|
|
1555
|
+
scope: scope$Q,
|
|
1556
|
+
tableName: tableName$S
|
|
1552
1557
|
};
|
|
1553
1558
|
|
|
1554
|
-
const tableName$
|
|
1555
|
-
const scope$
|
|
1559
|
+
const tableName$R = "participants";
|
|
1560
|
+
const scope$P = _coopname;
|
|
1556
1561
|
|
|
1557
1562
|
const participants = {
|
|
1558
1563
|
__proto__: null,
|
|
1559
|
-
scope: scope$
|
|
1560
|
-
tableName: tableName$
|
|
1564
|
+
scope: scope$P,
|
|
1565
|
+
tableName: tableName$R
|
|
1561
1566
|
};
|
|
1562
1567
|
|
|
1563
|
-
const tableName$
|
|
1564
|
-
const scope$
|
|
1568
|
+
const tableName$Q = "progwallets";
|
|
1569
|
+
const scope$O = _coopname;
|
|
1565
1570
|
|
|
1566
1571
|
const programWallets$1 = {
|
|
1567
1572
|
__proto__: null,
|
|
1568
|
-
scope: scope$
|
|
1569
|
-
tableName: tableName$
|
|
1573
|
+
scope: scope$O,
|
|
1574
|
+
tableName: tableName$Q
|
|
1570
1575
|
};
|
|
1571
1576
|
|
|
1572
|
-
const tableName$
|
|
1573
|
-
const scope$
|
|
1577
|
+
const tableName$P = "agreements3";
|
|
1578
|
+
const scope$N = _coopname;
|
|
1574
1579
|
|
|
1575
1580
|
const agreements = {
|
|
1576
1581
|
__proto__: null,
|
|
1577
|
-
scope: scope$
|
|
1578
|
-
tableName: tableName$
|
|
1582
|
+
scope: scope$N,
|
|
1583
|
+
tableName: tableName$P
|
|
1579
1584
|
};
|
|
1580
1585
|
|
|
1581
|
-
const tableName$
|
|
1582
|
-
const scope$
|
|
1586
|
+
const tableName$O = "coagreements";
|
|
1587
|
+
const scope$M = _coopname;
|
|
1583
1588
|
|
|
1584
1589
|
const coopAgreements = {
|
|
1585
1590
|
__proto__: null,
|
|
1586
|
-
scope: scope$
|
|
1587
|
-
tableName: tableName$
|
|
1591
|
+
scope: scope$M,
|
|
1592
|
+
tableName: tableName$O
|
|
1588
1593
|
};
|
|
1589
1594
|
|
|
1590
|
-
const tableName$
|
|
1591
|
-
const scope$
|
|
1595
|
+
const tableName$N = "agreements";
|
|
1596
|
+
const scope$L = _coopname;
|
|
1592
1597
|
|
|
1593
1598
|
const agreements_legacy = {
|
|
1594
1599
|
__proto__: null,
|
|
1595
|
-
scope: scope$
|
|
1596
|
-
tableName: tableName$
|
|
1600
|
+
scope: scope$L,
|
|
1601
|
+
tableName: tableName$N
|
|
1597
1602
|
};
|
|
1598
1603
|
|
|
1599
|
-
const tableName$
|
|
1600
|
-
const scope$
|
|
1604
|
+
const tableName$M = "approvals";
|
|
1605
|
+
const scope$K = _coopname;
|
|
1601
1606
|
|
|
1602
1607
|
const approves = {
|
|
1603
1608
|
__proto__: null,
|
|
1604
|
-
scope: scope$
|
|
1605
|
-
tableName: tableName$
|
|
1609
|
+
scope: scope$K,
|
|
1610
|
+
tableName: tableName$M
|
|
1606
1611
|
};
|
|
1607
1612
|
|
|
1608
|
-
const index$
|
|
1613
|
+
const index$1y = {
|
|
1609
1614
|
__proto__: null,
|
|
1610
1615
|
Addresses: addresses,
|
|
1611
1616
|
Admins: admins,
|
|
@@ -1628,188 +1633,188 @@ const soviet = {
|
|
|
1628
1633
|
__proto__: null
|
|
1629
1634
|
};
|
|
1630
1635
|
|
|
1631
|
-
const contractName$
|
|
1636
|
+
const contractName$a = _soviet;
|
|
1632
1637
|
|
|
1633
|
-
const index$
|
|
1638
|
+
const index$1x = {
|
|
1634
1639
|
__proto__: null,
|
|
1635
|
-
Actions: index$
|
|
1640
|
+
Actions: index$1z,
|
|
1636
1641
|
Interfaces: soviet,
|
|
1637
|
-
Tables: index$
|
|
1638
|
-
contractName: contractName$
|
|
1642
|
+
Tables: index$1y,
|
|
1643
|
+
contractName: contractName$a
|
|
1639
1644
|
};
|
|
1640
1645
|
|
|
1641
|
-
const authorizations$
|
|
1642
|
-
const actionName$
|
|
1646
|
+
const authorizations$2g = [{ permissions: [active], actor: _username }];
|
|
1647
|
+
const actionName$2g = "accept";
|
|
1643
1648
|
|
|
1644
1649
|
const acceptRequest = {
|
|
1645
1650
|
__proto__: null,
|
|
1646
|
-
actionName: actionName$
|
|
1647
|
-
authorizations: authorizations$
|
|
1651
|
+
actionName: actionName$2g,
|
|
1652
|
+
authorizations: authorizations$2g
|
|
1648
1653
|
};
|
|
1649
1654
|
|
|
1650
|
-
const authorizations$
|
|
1651
|
-
const actionName$
|
|
1655
|
+
const authorizations$2f = [{ permissions: [active], actor: _soviet }];
|
|
1656
|
+
const actionName$2f = "authorize";
|
|
1652
1657
|
|
|
1653
1658
|
const authorize = {
|
|
1654
1659
|
__proto__: null,
|
|
1655
|
-
actionName: actionName$
|
|
1656
|
-
authorizations: authorizations$
|
|
1660
|
+
actionName: actionName$2f,
|
|
1661
|
+
authorizations: authorizations$2f
|
|
1657
1662
|
};
|
|
1658
1663
|
|
|
1659
|
-
const authorizations$
|
|
1660
|
-
const actionName$
|
|
1664
|
+
const authorizations$2e = [{ permissions: [active], actor: _username }];
|
|
1665
|
+
const actionName$2e = "cancel";
|
|
1661
1666
|
|
|
1662
1667
|
const cancelRequest = {
|
|
1663
1668
|
__proto__: null,
|
|
1664
|
-
actionName: actionName$
|
|
1665
|
-
authorizations: authorizations$
|
|
1669
|
+
actionName: actionName$2e,
|
|
1670
|
+
authorizations: authorizations$2e
|
|
1666
1671
|
};
|
|
1667
1672
|
|
|
1668
|
-
const authorizations$
|
|
1669
|
-
const actionName$
|
|
1673
|
+
const authorizations$2d = [{ permissions: [active], actor: _username }];
|
|
1674
|
+
const actionName$2d = "complete";
|
|
1670
1675
|
|
|
1671
1676
|
const completeRequest = {
|
|
1672
1677
|
__proto__: null,
|
|
1673
|
-
actionName: actionName$
|
|
1674
|
-
authorizations: authorizations$
|
|
1678
|
+
actionName: actionName$2d,
|
|
1679
|
+
authorizations: authorizations$2d
|
|
1675
1680
|
};
|
|
1676
1681
|
|
|
1677
|
-
const authorizations$
|
|
1678
|
-
const actionName$
|
|
1682
|
+
const authorizations$2c = [{ permissions: [active], actor: _chairman }];
|
|
1683
|
+
const actionName$2c = "recievecnfrm";
|
|
1679
1684
|
|
|
1680
1685
|
const confirmReceive = {
|
|
1681
1686
|
__proto__: null,
|
|
1682
|
-
actionName: actionName$
|
|
1683
|
-
authorizations: authorizations$
|
|
1687
|
+
actionName: actionName$2c,
|
|
1688
|
+
authorizations: authorizations$2c
|
|
1684
1689
|
};
|
|
1685
1690
|
|
|
1686
|
-
const authorizations$
|
|
1687
|
-
const actionName$
|
|
1691
|
+
const authorizations$2b = [{ permissions: [active], actor: _chairman }];
|
|
1692
|
+
const actionName$2b = "supplycnfrm";
|
|
1688
1693
|
|
|
1689
1694
|
const confirmSupply = {
|
|
1690
1695
|
__proto__: null,
|
|
1691
|
-
actionName: actionName$
|
|
1692
|
-
authorizations: authorizations$
|
|
1696
|
+
actionName: actionName$2b,
|
|
1697
|
+
authorizations: authorizations$2b
|
|
1693
1698
|
};
|
|
1694
1699
|
|
|
1695
|
-
const authorizations$
|
|
1696
|
-
const actionName$
|
|
1700
|
+
const authorizations$2a = [{ permissions: [active], actor: _username }];
|
|
1701
|
+
const actionName$2a = "offer";
|
|
1697
1702
|
|
|
1698
1703
|
const createOffer = {
|
|
1699
1704
|
__proto__: null,
|
|
1700
|
-
actionName: actionName$
|
|
1701
|
-
authorizations: authorizations$
|
|
1705
|
+
actionName: actionName$2a,
|
|
1706
|
+
authorizations: authorizations$2a
|
|
1702
1707
|
};
|
|
1703
1708
|
|
|
1704
|
-
const authorizations$
|
|
1705
|
-
const actionName$
|
|
1709
|
+
const authorizations$29 = [{ permissions: [active], actor: _username }];
|
|
1710
|
+
const actionName$29 = "order";
|
|
1706
1711
|
|
|
1707
1712
|
const createOrder = {
|
|
1708
1713
|
__proto__: null,
|
|
1709
|
-
actionName: actionName$
|
|
1710
|
-
authorizations: authorizations$
|
|
1714
|
+
actionName: actionName$29,
|
|
1715
|
+
authorizations: authorizations$29
|
|
1711
1716
|
};
|
|
1712
1717
|
|
|
1713
|
-
const authorizations$
|
|
1714
|
-
const actionName$
|
|
1718
|
+
const authorizations$28 = [{ permissions: [active], actor: _username }];
|
|
1719
|
+
const actionName$28 = "decline";
|
|
1715
1720
|
|
|
1716
1721
|
const declineRequest = {
|
|
1717
1722
|
__proto__: null,
|
|
1718
|
-
actionName: actionName$
|
|
1719
|
-
authorizations: authorizations$
|
|
1723
|
+
actionName: actionName$28,
|
|
1724
|
+
authorizations: authorizations$28
|
|
1720
1725
|
};
|
|
1721
1726
|
|
|
1722
|
-
const authorizations$
|
|
1723
|
-
const actionName$
|
|
1727
|
+
const authorizations$27 = [{ permissions: [active], actor: _chairman }];
|
|
1728
|
+
const actionName$27 = "delivered";
|
|
1724
1729
|
|
|
1725
1730
|
const deliverOnRequest = {
|
|
1726
1731
|
__proto__: null,
|
|
1727
|
-
actionName: actionName$
|
|
1728
|
-
authorizations: authorizations$
|
|
1732
|
+
actionName: actionName$27,
|
|
1733
|
+
authorizations: authorizations$27
|
|
1729
1734
|
};
|
|
1730
1735
|
|
|
1731
|
-
const authorizations$
|
|
1732
|
-
const actionName$
|
|
1736
|
+
const authorizations$26 = [{ permissions: [active, special], actor: _admin }];
|
|
1737
|
+
const actionName$26 = "moderate";
|
|
1733
1738
|
|
|
1734
1739
|
const moderateRequest = {
|
|
1735
1740
|
__proto__: null,
|
|
1736
|
-
actionName: actionName$
|
|
1737
|
-
authorizations: authorizations$
|
|
1741
|
+
actionName: actionName$26,
|
|
1742
|
+
authorizations: authorizations$26
|
|
1738
1743
|
};
|
|
1739
1744
|
|
|
1740
|
-
const authorizations$
|
|
1741
|
-
const actionName$
|
|
1745
|
+
const authorizations$25 = [{ permissions: [active], actor: _marketplace }];
|
|
1746
|
+
const actionName$25 = "newid";
|
|
1742
1747
|
|
|
1743
1748
|
const newRequestId = {
|
|
1744
1749
|
__proto__: null,
|
|
1745
|
-
actionName: actionName$
|
|
1746
|
-
authorizations: authorizations$
|
|
1750
|
+
actionName: actionName$25,
|
|
1751
|
+
authorizations: authorizations$25
|
|
1747
1752
|
};
|
|
1748
1753
|
|
|
1749
|
-
const authorizations$
|
|
1750
|
-
const actionName$
|
|
1754
|
+
const authorizations$24 = [{ permissions: [active], actor: _username }];
|
|
1755
|
+
const actionName$24 = "dispute";
|
|
1751
1756
|
|
|
1752
1757
|
const openDispute = {
|
|
1753
1758
|
__proto__: null,
|
|
1754
|
-
actionName: actionName$
|
|
1755
|
-
authorizations: authorizations$
|
|
1759
|
+
actionName: actionName$24,
|
|
1760
|
+
authorizations: authorizations$24
|
|
1756
1761
|
};
|
|
1757
1762
|
|
|
1758
|
-
const authorizations$
|
|
1759
|
-
const actionName$
|
|
1763
|
+
const authorizations$23 = [{ permissions: [active, special], actor: _admin }];
|
|
1764
|
+
const actionName$23 = "prohibit";
|
|
1760
1765
|
|
|
1761
1766
|
const prohibitRequest = {
|
|
1762
1767
|
__proto__: null,
|
|
1763
|
-
actionName: actionName$
|
|
1764
|
-
authorizations: authorizations$
|
|
1768
|
+
actionName: actionName$23,
|
|
1769
|
+
authorizations: authorizations$23
|
|
1765
1770
|
};
|
|
1766
1771
|
|
|
1767
|
-
const authorizations$
|
|
1768
|
-
const actionName$
|
|
1772
|
+
const authorizations$22 = [{ permissions: [active], actor: _username }];
|
|
1773
|
+
const actionName$22 = "publish";
|
|
1769
1774
|
|
|
1770
1775
|
const publishRequest = {
|
|
1771
1776
|
__proto__: null,
|
|
1772
|
-
actionName: actionName$
|
|
1773
|
-
authorizations: authorizations$
|
|
1777
|
+
actionName: actionName$22,
|
|
1778
|
+
authorizations: authorizations$22
|
|
1774
1779
|
};
|
|
1775
1780
|
|
|
1776
|
-
const authorizations$
|
|
1777
|
-
const actionName$
|
|
1781
|
+
const authorizations$21 = [{ permissions: [active], actor: _username }];
|
|
1782
|
+
const actionName$21 = "recieve";
|
|
1778
1783
|
|
|
1779
1784
|
const receiveOnRequest = {
|
|
1780
1785
|
__proto__: null,
|
|
1781
|
-
actionName: actionName$
|
|
1782
|
-
authorizations: authorizations$
|
|
1786
|
+
actionName: actionName$21,
|
|
1787
|
+
authorizations: authorizations$21
|
|
1783
1788
|
};
|
|
1784
1789
|
|
|
1785
|
-
const authorizations$
|
|
1786
|
-
const actionName$
|
|
1790
|
+
const authorizations$20 = [{ permissions: [active], actor: _username }];
|
|
1791
|
+
const actionName$20 = "supply";
|
|
1787
1792
|
|
|
1788
1793
|
const supplyOnRequest = {
|
|
1789
1794
|
__proto__: null,
|
|
1790
|
-
actionName: actionName$
|
|
1791
|
-
authorizations: authorizations$
|
|
1795
|
+
actionName: actionName$20,
|
|
1796
|
+
authorizations: authorizations$20
|
|
1792
1797
|
};
|
|
1793
1798
|
|
|
1794
|
-
const authorizations$
|
|
1795
|
-
const actionName$
|
|
1799
|
+
const authorizations$1$ = [{ permissions: [active], actor: _username }];
|
|
1800
|
+
const actionName$1$ = "unpublish";
|
|
1796
1801
|
|
|
1797
1802
|
const unpublishRequest = {
|
|
1798
1803
|
__proto__: null,
|
|
1799
|
-
actionName: actionName$
|
|
1800
|
-
authorizations: authorizations$
|
|
1804
|
+
actionName: actionName$1$,
|
|
1805
|
+
authorizations: authorizations$1$
|
|
1801
1806
|
};
|
|
1802
1807
|
|
|
1803
|
-
const authorizations$
|
|
1804
|
-
const actionName$
|
|
1808
|
+
const authorizations$1_ = [{ permissions: [active], actor: _username }];
|
|
1809
|
+
const actionName$1_ = "update";
|
|
1805
1810
|
|
|
1806
1811
|
const updateRequest = {
|
|
1807
1812
|
__proto__: null,
|
|
1808
|
-
actionName: actionName$
|
|
1809
|
-
authorizations: authorizations$
|
|
1813
|
+
actionName: actionName$1_,
|
|
1814
|
+
authorizations: authorizations$1_
|
|
1810
1815
|
};
|
|
1811
1816
|
|
|
1812
|
-
const index$
|
|
1817
|
+
const index$1w = {
|
|
1813
1818
|
__proto__: null,
|
|
1814
1819
|
AcceptRequest: acceptRequest,
|
|
1815
1820
|
Authorize: authorize,
|
|
@@ -1832,16 +1837,16 @@ const index$1t = {
|
|
|
1832
1837
|
UpdateRequest: updateRequest
|
|
1833
1838
|
};
|
|
1834
1839
|
|
|
1835
|
-
const tableName$
|
|
1836
|
-
const scope$
|
|
1840
|
+
const tableName$L = "requests";
|
|
1841
|
+
const scope$J = _coopname;
|
|
1837
1842
|
|
|
1838
1843
|
const requests = {
|
|
1839
1844
|
__proto__: null,
|
|
1840
|
-
scope: scope$
|
|
1841
|
-
tableName: tableName$
|
|
1845
|
+
scope: scope$J,
|
|
1846
|
+
tableName: tableName$L
|
|
1842
1847
|
};
|
|
1843
1848
|
|
|
1844
|
-
const index$
|
|
1849
|
+
const index$1v = {
|
|
1845
1850
|
__proto__: null,
|
|
1846
1851
|
Requests: requests
|
|
1847
1852
|
};
|
|
@@ -1850,71 +1855,71 @@ const marketplace = {
|
|
|
1850
1855
|
__proto__: null
|
|
1851
1856
|
};
|
|
1852
1857
|
|
|
1853
|
-
const contractName$
|
|
1858
|
+
const contractName$9 = _marketplace;
|
|
1854
1859
|
|
|
1855
|
-
const index$
|
|
1860
|
+
const index$1u = {
|
|
1856
1861
|
__proto__: null,
|
|
1857
|
-
Actions: index$
|
|
1862
|
+
Actions: index$1w,
|
|
1858
1863
|
Interfaces: marketplace,
|
|
1859
|
-
Tables: index$
|
|
1860
|
-
contractName: contractName$
|
|
1864
|
+
Tables: index$1v,
|
|
1865
|
+
contractName: contractName$9
|
|
1861
1866
|
};
|
|
1862
1867
|
|
|
1863
|
-
const authorizations$
|
|
1864
|
-
const actionName$
|
|
1868
|
+
const authorizations$1Z = [{ permissions: [active], actor: _username }];
|
|
1869
|
+
const actionName$1Z = "propose";
|
|
1865
1870
|
|
|
1866
1871
|
const proposeTransaction = {
|
|
1867
1872
|
__proto__: null,
|
|
1868
|
-
actionName: actionName$
|
|
1869
|
-
authorizations: authorizations$
|
|
1873
|
+
actionName: actionName$1Z,
|
|
1874
|
+
authorizations: authorizations$1Z
|
|
1870
1875
|
};
|
|
1871
1876
|
|
|
1872
|
-
const authorizations$
|
|
1873
|
-
const actionName$
|
|
1877
|
+
const authorizations$1Y = [{ permissions: [active], actor: _username }];
|
|
1878
|
+
const actionName$1Y = "approve";
|
|
1874
1879
|
|
|
1875
1880
|
const approveProposal = {
|
|
1876
1881
|
__proto__: null,
|
|
1877
|
-
actionName: actionName$
|
|
1878
|
-
authorizations: authorizations$
|
|
1882
|
+
actionName: actionName$1Y,
|
|
1883
|
+
authorizations: authorizations$1Y
|
|
1879
1884
|
};
|
|
1880
1885
|
|
|
1881
|
-
const authorizations$
|
|
1882
|
-
const actionName$
|
|
1886
|
+
const authorizations$1X = [{ permissions: [active], actor: _username }];
|
|
1887
|
+
const actionName$1X = "unapprove";
|
|
1883
1888
|
|
|
1884
1889
|
const unapproveProposal = {
|
|
1885
1890
|
__proto__: null,
|
|
1886
|
-
actionName: actionName$
|
|
1887
|
-
authorizations: authorizations$
|
|
1891
|
+
actionName: actionName$1X,
|
|
1892
|
+
authorizations: authorizations$1X
|
|
1888
1893
|
};
|
|
1889
1894
|
|
|
1890
|
-
const authorizations$
|
|
1891
|
-
const actionName$
|
|
1895
|
+
const authorizations$1W = [{ permissions: [active], actor: _username }];
|
|
1896
|
+
const actionName$1W = "cancel";
|
|
1892
1897
|
|
|
1893
1898
|
const cancelProposal = {
|
|
1894
1899
|
__proto__: null,
|
|
1895
|
-
actionName: actionName$
|
|
1896
|
-
authorizations: authorizations$
|
|
1900
|
+
actionName: actionName$1W,
|
|
1901
|
+
authorizations: authorizations$1W
|
|
1897
1902
|
};
|
|
1898
1903
|
|
|
1899
|
-
const authorizations$
|
|
1900
|
-
const actionName$
|
|
1904
|
+
const authorizations$1V = [{ permissions: [active], actor: _username }];
|
|
1905
|
+
const actionName$1V = "exec";
|
|
1901
1906
|
|
|
1902
1907
|
const execProposal = {
|
|
1903
1908
|
__proto__: null,
|
|
1904
|
-
actionName: actionName$
|
|
1905
|
-
authorizations: authorizations$
|
|
1909
|
+
actionName: actionName$1V,
|
|
1910
|
+
authorizations: authorizations$1V
|
|
1906
1911
|
};
|
|
1907
1912
|
|
|
1908
|
-
const authorizations$
|
|
1909
|
-
const actionName$
|
|
1913
|
+
const authorizations$1U = [{ permissions: [active], actor: _username }];
|
|
1914
|
+
const actionName$1U = "invalidate";
|
|
1910
1915
|
|
|
1911
1916
|
const invalidateAccount = {
|
|
1912
1917
|
__proto__: null,
|
|
1913
|
-
actionName: actionName$
|
|
1914
|
-
authorizations: authorizations$
|
|
1918
|
+
actionName: actionName$1U,
|
|
1919
|
+
authorizations: authorizations$1U
|
|
1915
1920
|
};
|
|
1916
1921
|
|
|
1917
|
-
const index$
|
|
1922
|
+
const index$1t = {
|
|
1918
1923
|
__proto__: null,
|
|
1919
1924
|
ApproveProposal: approveProposal,
|
|
1920
1925
|
CancelProposal: cancelProposal,
|
|
@@ -1924,43 +1929,43 @@ const index$1q = {
|
|
|
1924
1929
|
UnapproveProposal: unapproveProposal
|
|
1925
1930
|
};
|
|
1926
1931
|
|
|
1927
|
-
const tableName$
|
|
1928
|
-
const scope$
|
|
1932
|
+
const tableName$K = "approvals";
|
|
1933
|
+
const scope$I = _msig;
|
|
1929
1934
|
|
|
1930
1935
|
const approvals = {
|
|
1931
1936
|
__proto__: null,
|
|
1932
|
-
scope: scope$
|
|
1933
|
-
tableName: tableName$
|
|
1937
|
+
scope: scope$I,
|
|
1938
|
+
tableName: tableName$K
|
|
1934
1939
|
};
|
|
1935
1940
|
|
|
1936
|
-
const tableName$
|
|
1937
|
-
const scope$
|
|
1941
|
+
const tableName$J = "approvals2";
|
|
1942
|
+
const scope$H = _msig;
|
|
1938
1943
|
|
|
1939
1944
|
const approvals2 = {
|
|
1940
1945
|
__proto__: null,
|
|
1941
|
-
scope: scope$
|
|
1942
|
-
tableName: tableName$
|
|
1946
|
+
scope: scope$H,
|
|
1947
|
+
tableName: tableName$J
|
|
1943
1948
|
};
|
|
1944
1949
|
|
|
1945
|
-
const tableName$
|
|
1946
|
-
const scope$
|
|
1950
|
+
const tableName$I = "invals";
|
|
1951
|
+
const scope$G = _msig;
|
|
1947
1952
|
|
|
1948
1953
|
const invalidations = {
|
|
1949
1954
|
__proto__: null,
|
|
1950
|
-
scope: scope$
|
|
1951
|
-
tableName: tableName$
|
|
1955
|
+
scope: scope$G,
|
|
1956
|
+
tableName: tableName$I
|
|
1952
1957
|
};
|
|
1953
1958
|
|
|
1954
|
-
const tableName$
|
|
1955
|
-
const scope$
|
|
1959
|
+
const tableName$H = "proposal";
|
|
1960
|
+
const scope$F = _msig;
|
|
1956
1961
|
|
|
1957
1962
|
const proposals = {
|
|
1958
1963
|
__proto__: null,
|
|
1959
|
-
scope: scope$
|
|
1960
|
-
tableName: tableName$
|
|
1964
|
+
scope: scope$F,
|
|
1965
|
+
tableName: tableName$H
|
|
1961
1966
|
};
|
|
1962
1967
|
|
|
1963
|
-
const index$
|
|
1968
|
+
const index$1s = {
|
|
1964
1969
|
__proto__: null,
|
|
1965
1970
|
Approvals: approvals,
|
|
1966
1971
|
Approvals2: approvals2,
|
|
@@ -1972,26 +1977,26 @@ const msig = {
|
|
|
1972
1977
|
__proto__: null
|
|
1973
1978
|
};
|
|
1974
1979
|
|
|
1975
|
-
const contractName$
|
|
1980
|
+
const contractName$8 = _msig;
|
|
1976
1981
|
|
|
1977
|
-
const index$
|
|
1982
|
+
const index$1r = {
|
|
1978
1983
|
__proto__: null,
|
|
1979
|
-
Actions: index$
|
|
1984
|
+
Actions: index$1t,
|
|
1980
1985
|
Interfaces: msig,
|
|
1981
|
-
Tables: index$
|
|
1982
|
-
contractName: contractName$
|
|
1986
|
+
Tables: index$1s,
|
|
1987
|
+
contractName: contractName$8
|
|
1983
1988
|
};
|
|
1984
1989
|
|
|
1985
|
-
const authorizations$
|
|
1986
|
-
const actionName$
|
|
1990
|
+
const authorizations$1T = [{ permissions: [active], actor: _username }];
|
|
1991
|
+
const actionName$1T = "exec";
|
|
1987
1992
|
|
|
1988
1993
|
const exec = {
|
|
1989
1994
|
__proto__: null,
|
|
1990
|
-
actionName: actionName$
|
|
1991
|
-
authorizations: authorizations$
|
|
1995
|
+
actionName: actionName$1T,
|
|
1996
|
+
authorizations: authorizations$1T
|
|
1992
1997
|
};
|
|
1993
1998
|
|
|
1994
|
-
const index$
|
|
1999
|
+
const index$1q = {
|
|
1995
2000
|
__proto__: null,
|
|
1996
2001
|
Exec: exec
|
|
1997
2002
|
};
|
|
@@ -2000,363 +2005,363 @@ const wrap = {
|
|
|
2000
2005
|
__proto__: null
|
|
2001
2006
|
};
|
|
2002
2007
|
|
|
2003
|
-
const contractName$
|
|
2008
|
+
const contractName$7 = _wrap;
|
|
2004
2009
|
|
|
2005
|
-
const index$
|
|
2010
|
+
const index$1p = {
|
|
2006
2011
|
__proto__: null,
|
|
2007
|
-
Actions: index$
|
|
2012
|
+
Actions: index$1q,
|
|
2008
2013
|
Interfaces: wrap,
|
|
2009
|
-
contractName: contractName$
|
|
2014
|
+
contractName: contractName$7
|
|
2010
2015
|
};
|
|
2011
2016
|
|
|
2012
|
-
const authorizations$
|
|
2013
|
-
const actionName$
|
|
2017
|
+
const authorizations$1S = [{ permissions: [active], actor: _system }];
|
|
2018
|
+
const actionName$1S = "init";
|
|
2014
2019
|
|
|
2015
2020
|
const init = {
|
|
2016
2021
|
__proto__: null,
|
|
2017
|
-
actionName: actionName$
|
|
2018
|
-
authorizations: authorizations$
|
|
2022
|
+
actionName: actionName$1S,
|
|
2023
|
+
authorizations: authorizations$1S
|
|
2019
2024
|
};
|
|
2020
2025
|
|
|
2021
|
-
const authorizations$
|
|
2022
|
-
const actionName$
|
|
2026
|
+
const authorizations$1R = [{ permissions: [active], actor: _contract }];
|
|
2027
|
+
const actionName$1R = "setcode";
|
|
2023
2028
|
|
|
2024
2029
|
const setCode = {
|
|
2025
2030
|
__proto__: null,
|
|
2026
|
-
actionName: actionName$
|
|
2027
|
-
authorizations: authorizations$
|
|
2031
|
+
actionName: actionName$1R,
|
|
2032
|
+
authorizations: authorizations$1R
|
|
2028
2033
|
};
|
|
2029
2034
|
|
|
2030
|
-
const authorizations$
|
|
2031
|
-
const actionName$
|
|
2035
|
+
const authorizations$1Q = [{ permissions: [active], actor: _system }];
|
|
2036
|
+
const actionName$1Q = "initemission";
|
|
2032
2037
|
|
|
2033
2038
|
const initEmission = {
|
|
2034
2039
|
__proto__: null,
|
|
2035
|
-
actionName: actionName$
|
|
2036
|
-
authorizations: authorizations$
|
|
2040
|
+
actionName: actionName$1Q,
|
|
2041
|
+
authorizations: authorizations$1Q
|
|
2037
2042
|
};
|
|
2038
2043
|
|
|
2039
|
-
const authorizations$
|
|
2040
|
-
const actionName$
|
|
2044
|
+
const authorizations$1P = [{ permissions: [active], actor: _system }];
|
|
2045
|
+
const actionName$1P = "setacctcpu";
|
|
2041
2046
|
|
|
2042
2047
|
const setCPULimits = {
|
|
2043
2048
|
__proto__: null,
|
|
2044
|
-
actionName: actionName$
|
|
2045
|
-
authorizations: authorizations$
|
|
2049
|
+
actionName: actionName$1P,
|
|
2050
|
+
authorizations: authorizations$1P
|
|
2046
2051
|
};
|
|
2047
2052
|
|
|
2048
|
-
const authorizations$
|
|
2049
|
-
const actionName$
|
|
2053
|
+
const authorizations$1O = [{ permissions: [active], actor: _system }];
|
|
2054
|
+
const actionName$1O = "setacctnet";
|
|
2050
2055
|
|
|
2051
2056
|
const setNETLimits = {
|
|
2052
2057
|
__proto__: null,
|
|
2053
|
-
actionName: actionName$
|
|
2054
|
-
authorizations: authorizations$
|
|
2058
|
+
actionName: actionName$1O,
|
|
2059
|
+
authorizations: authorizations$1O
|
|
2055
2060
|
};
|
|
2056
2061
|
|
|
2057
|
-
const authorizations$
|
|
2058
|
-
const actionName$
|
|
2062
|
+
const authorizations$1N = [{ permissions: [active], actor: _system }];
|
|
2063
|
+
const actionName$1N = "setacctram";
|
|
2059
2064
|
|
|
2060
2065
|
const setRAMLimits = {
|
|
2061
2066
|
__proto__: null,
|
|
2062
|
-
actionName: actionName$
|
|
2063
|
-
authorizations: authorizations$
|
|
2067
|
+
actionName: actionName$1N,
|
|
2068
|
+
authorizations: authorizations$1N
|
|
2064
2069
|
};
|
|
2065
2070
|
|
|
2066
|
-
const authorizations$
|
|
2067
|
-
const actionName$
|
|
2071
|
+
const authorizations$1M = [{ permissions: [active], actor: _system }];
|
|
2072
|
+
const actionName$1M = "activate";
|
|
2068
2073
|
|
|
2069
2074
|
const activateFeature = {
|
|
2070
2075
|
__proto__: null,
|
|
2071
|
-
actionName: actionName$
|
|
2072
|
-
authorizations: authorizations$
|
|
2076
|
+
actionName: actionName$1M,
|
|
2077
|
+
authorizations: authorizations$1M
|
|
2073
2078
|
};
|
|
2074
2079
|
|
|
2075
|
-
const authorizations$
|
|
2076
|
-
const actionName$
|
|
2080
|
+
const authorizations$1L = [{ permissions: [active], actor: _username }];
|
|
2081
|
+
const actionName$1L = "delegatebw";
|
|
2077
2082
|
|
|
2078
2083
|
const delegateBW = {
|
|
2079
2084
|
__proto__: null,
|
|
2080
|
-
actionName: actionName$
|
|
2081
|
-
authorizations: authorizations$
|
|
2085
|
+
actionName: actionName$1L,
|
|
2086
|
+
authorizations: authorizations$1L
|
|
2082
2087
|
};
|
|
2083
2088
|
|
|
2084
|
-
const authorizations$
|
|
2085
|
-
const actionName$
|
|
2089
|
+
const authorizations$1K = [{ permissions: [active], actor: _username }];
|
|
2090
|
+
const actionName$1K = "undelegatebw";
|
|
2086
2091
|
|
|
2087
2092
|
const undelegateBW = {
|
|
2088
2093
|
__proto__: null,
|
|
2089
|
-
actionName: actionName$
|
|
2090
|
-
authorizations: authorizations$
|
|
2094
|
+
actionName: actionName$1K,
|
|
2095
|
+
authorizations: authorizations$1K
|
|
2091
2096
|
};
|
|
2092
2097
|
|
|
2093
|
-
const authorizations$
|
|
2094
|
-
const actionName$
|
|
2098
|
+
const authorizations$1J = [{ permissions: [active], actor: _username }];
|
|
2099
|
+
const actionName$1J = "buyram";
|
|
2095
2100
|
|
|
2096
2101
|
const buyRAM = {
|
|
2097
2102
|
__proto__: null,
|
|
2098
|
-
actionName: actionName$
|
|
2099
|
-
authorizations: authorizations$
|
|
2103
|
+
actionName: actionName$1J,
|
|
2104
|
+
authorizations: authorizations$1J
|
|
2100
2105
|
};
|
|
2101
2106
|
|
|
2102
|
-
const authorizations$
|
|
2103
|
-
const actionName$
|
|
2107
|
+
const authorizations$1I = [{ permissions: [active], actor: _username }];
|
|
2108
|
+
const actionName$1I = "buyrambytes";
|
|
2104
2109
|
|
|
2105
2110
|
const buyRAMBytes = {
|
|
2106
2111
|
__proto__: null,
|
|
2107
|
-
actionName: actionName$
|
|
2108
|
-
authorizations: authorizations$
|
|
2112
|
+
actionName: actionName$1I,
|
|
2113
|
+
authorizations: authorizations$1I
|
|
2109
2114
|
};
|
|
2110
2115
|
|
|
2111
|
-
const authorizations$
|
|
2112
|
-
const actionName$
|
|
2116
|
+
const authorizations$1H = [{ permissions: [active], actor: _username }];
|
|
2117
|
+
const actionName$1H = "refund";
|
|
2113
2118
|
|
|
2114
2119
|
const refund = {
|
|
2115
2120
|
__proto__: null,
|
|
2116
|
-
actionName: actionName$
|
|
2117
|
-
authorizations: authorizations$
|
|
2121
|
+
actionName: actionName$1H,
|
|
2122
|
+
authorizations: authorizations$1H
|
|
2118
2123
|
};
|
|
2119
2124
|
|
|
2120
|
-
const authorizations$
|
|
2121
|
-
const actionName$
|
|
2125
|
+
const authorizations$1G = [{ permissions: [active], actor: _username }];
|
|
2126
|
+
const actionName$1G = "regproducer";
|
|
2122
2127
|
|
|
2123
2128
|
const registerProducer = {
|
|
2124
2129
|
__proto__: null,
|
|
2125
|
-
actionName: actionName$
|
|
2126
|
-
authorizations: authorizations$
|
|
2130
|
+
actionName: actionName$1G,
|
|
2131
|
+
authorizations: authorizations$1G
|
|
2127
2132
|
};
|
|
2128
2133
|
|
|
2129
|
-
const authorizations$
|
|
2130
|
-
const actionName$
|
|
2134
|
+
const authorizations$1F = [{ permissions: [active], actor: _username }];
|
|
2135
|
+
const actionName$1F = "regproducer2";
|
|
2131
2136
|
|
|
2132
2137
|
const registerProducer2 = {
|
|
2133
2138
|
__proto__: null,
|
|
2134
|
-
actionName: actionName$
|
|
2135
|
-
authorizations: authorizations$
|
|
2139
|
+
actionName: actionName$1F,
|
|
2140
|
+
authorizations: authorizations$1F
|
|
2136
2141
|
};
|
|
2137
2142
|
|
|
2138
|
-
const authorizations$
|
|
2139
|
-
const actionName$
|
|
2143
|
+
const authorizations$1E = [{ permissions: [active], actor: _username }];
|
|
2144
|
+
const actionName$1E = "unregprod";
|
|
2140
2145
|
|
|
2141
2146
|
const unregisterProducer = {
|
|
2142
2147
|
__proto__: null,
|
|
2143
|
-
actionName: actionName$
|
|
2144
|
-
authorizations: authorizations$
|
|
2148
|
+
actionName: actionName$1E,
|
|
2149
|
+
authorizations: authorizations$1E
|
|
2145
2150
|
};
|
|
2146
2151
|
|
|
2147
|
-
const authorizations$
|
|
2148
|
-
const actionName$
|
|
2152
|
+
const authorizations$1D = [{ permissions: [active], actor: _system }];
|
|
2153
|
+
const actionName$1D = "setram";
|
|
2149
2154
|
|
|
2150
2155
|
const setTotalRAM = {
|
|
2151
2156
|
__proto__: null,
|
|
2152
|
-
actionName: actionName$
|
|
2153
|
-
authorizations: authorizations$
|
|
2157
|
+
actionName: actionName$1D,
|
|
2158
|
+
authorizations: authorizations$1D
|
|
2154
2159
|
};
|
|
2155
2160
|
|
|
2156
|
-
const authorizations$
|
|
2157
|
-
const actionName$
|
|
2161
|
+
const authorizations$1C = [{ permissions: [active], actor: _system }];
|
|
2162
|
+
const actionName$1C = "setramrate";
|
|
2158
2163
|
|
|
2159
2164
|
const setTotalRAMRate = {
|
|
2160
2165
|
__proto__: null,
|
|
2161
|
-
actionName: actionName$
|
|
2162
|
-
authorizations: authorizations$
|
|
2166
|
+
actionName: actionName$1C,
|
|
2167
|
+
authorizations: authorizations$1C
|
|
2163
2168
|
};
|
|
2164
2169
|
|
|
2165
|
-
const authorizations$
|
|
2166
|
-
const actionName$
|
|
2170
|
+
const authorizations$1B = [{ permissions: [active], actor: _username }];
|
|
2171
|
+
const actionName$1B = "voteproducer";
|
|
2167
2172
|
|
|
2168
2173
|
const voteForProducer = {
|
|
2169
2174
|
__proto__: null,
|
|
2170
|
-
actionName: actionName$
|
|
2171
|
-
authorizations: authorizations$
|
|
2175
|
+
actionName: actionName$1B,
|
|
2176
|
+
authorizations: authorizations$1B
|
|
2172
2177
|
};
|
|
2173
2178
|
|
|
2174
|
-
const authorizations$
|
|
2175
|
-
const actionName$
|
|
2179
|
+
const authorizations$1A = [{ permissions: [active], actor: _username }];
|
|
2180
|
+
const actionName$1A = "voteupdate";
|
|
2176
2181
|
|
|
2177
2182
|
const voteUpdate = {
|
|
2178
2183
|
__proto__: null,
|
|
2179
|
-
actionName: actionName$
|
|
2180
|
-
authorizations: authorizations$
|
|
2184
|
+
actionName: actionName$1A,
|
|
2185
|
+
authorizations: authorizations$1A
|
|
2181
2186
|
};
|
|
2182
2187
|
|
|
2183
|
-
const authorizations$
|
|
2184
|
-
const actionName$
|
|
2188
|
+
const authorizations$1z = [{ permissions: [active], actor: _username }];
|
|
2189
|
+
const actionName$1z = "regproxy";
|
|
2185
2190
|
|
|
2186
2191
|
const registerProxy = {
|
|
2187
2192
|
__proto__: null,
|
|
2188
|
-
actionName: actionName$
|
|
2189
|
-
authorizations: authorizations$
|
|
2193
|
+
actionName: actionName$1z,
|
|
2194
|
+
authorizations: authorizations$1z
|
|
2190
2195
|
};
|
|
2191
2196
|
|
|
2192
|
-
const authorizations$
|
|
2193
|
-
const actionName$
|
|
2197
|
+
const authorizations$1y = [{ permissions: [active], actor: _username }];
|
|
2198
|
+
const actionName$1y = "claimrewards";
|
|
2194
2199
|
|
|
2195
2200
|
const claimRewards = {
|
|
2196
2201
|
__proto__: null,
|
|
2197
|
-
actionName: actionName$
|
|
2198
|
-
authorizations: authorizations$
|
|
2202
|
+
actionName: actionName$1y,
|
|
2203
|
+
authorizations: authorizations$1y
|
|
2199
2204
|
};
|
|
2200
2205
|
|
|
2201
|
-
const authorizations$
|
|
2202
|
-
const actionName$
|
|
2206
|
+
const authorizations$1x = [{ permissions: [active], actor: _system }];
|
|
2207
|
+
const actionName$1x = "rmvproducer";
|
|
2203
2208
|
|
|
2204
2209
|
const removeProducer = {
|
|
2205
2210
|
__proto__: null,
|
|
2206
|
-
actionName: actionName$
|
|
2207
|
-
authorizations: authorizations$
|
|
2211
|
+
actionName: actionName$1x,
|
|
2212
|
+
authorizations: authorizations$1x
|
|
2208
2213
|
};
|
|
2209
2214
|
|
|
2210
|
-
const authorizations$
|
|
2211
|
-
const actionName$
|
|
2215
|
+
const authorizations$1w = [{ permissions: [active], actor: _system }];
|
|
2216
|
+
const actionName$1w = "updtrevision";
|
|
2212
2217
|
|
|
2213
2218
|
const updateRevision = {
|
|
2214
2219
|
__proto__: null,
|
|
2215
|
-
actionName: actionName$
|
|
2216
|
-
authorizations: authorizations$
|
|
2220
|
+
actionName: actionName$1w,
|
|
2221
|
+
authorizations: authorizations$1w
|
|
2217
2222
|
};
|
|
2218
2223
|
|
|
2219
|
-
const authorizations$
|
|
2220
|
-
const actionName$
|
|
2224
|
+
const authorizations$1v = [{ permissions: [active], actor: _username }];
|
|
2225
|
+
const actionName$1v = "bidname";
|
|
2221
2226
|
|
|
2222
2227
|
const bidName = {
|
|
2223
2228
|
__proto__: null,
|
|
2224
|
-
actionName: actionName$
|
|
2225
|
-
authorizations: authorizations$
|
|
2229
|
+
actionName: actionName$1v,
|
|
2230
|
+
authorizations: authorizations$1v
|
|
2226
2231
|
};
|
|
2227
2232
|
|
|
2228
|
-
const authorizations$
|
|
2229
|
-
const actionName$
|
|
2233
|
+
const authorizations$1u = [{ permissions: [active], actor: _username }];
|
|
2234
|
+
const actionName$1u = "bidrefund";
|
|
2230
2235
|
|
|
2231
2236
|
const bidNameRefund = {
|
|
2232
2237
|
__proto__: null,
|
|
2233
|
-
actionName: actionName$
|
|
2234
|
-
authorizations: authorizations$
|
|
2238
|
+
actionName: actionName$1u,
|
|
2239
|
+
authorizations: authorizations$1u
|
|
2235
2240
|
};
|
|
2236
2241
|
|
|
2237
|
-
const authorizations$
|
|
2238
|
-
const actionName$
|
|
2242
|
+
const authorizations$1t = [{ permissions: [active], actor: _system }];
|
|
2243
|
+
const actionName$1t = "setpriv";
|
|
2239
2244
|
|
|
2240
2245
|
const setPrivileged = {
|
|
2241
2246
|
__proto__: null,
|
|
2242
|
-
actionName: actionName$
|
|
2243
|
-
authorizations: authorizations$
|
|
2247
|
+
actionName: actionName$1t,
|
|
2248
|
+
authorizations: authorizations$1t
|
|
2244
2249
|
};
|
|
2245
2250
|
|
|
2246
|
-
const authorizations$
|
|
2247
|
-
const actionName$
|
|
2251
|
+
const authorizations$1s = [{ permissions: [active], actor: _system }];
|
|
2252
|
+
const actionName$1s = "setalimits";
|
|
2248
2253
|
|
|
2249
2254
|
const setAccountLimits = {
|
|
2250
2255
|
__proto__: null,
|
|
2251
|
-
actionName: actionName$
|
|
2252
|
-
authorizations: authorizations$
|
|
2256
|
+
actionName: actionName$1s,
|
|
2257
|
+
authorizations: authorizations$1s
|
|
2253
2258
|
};
|
|
2254
2259
|
|
|
2255
|
-
const authorizations$
|
|
2256
|
-
const actionName$
|
|
2260
|
+
const authorizations$1r = [{ permissions: [active], actor: _system }];
|
|
2261
|
+
const actionName$1r = "setparams";
|
|
2257
2262
|
|
|
2258
2263
|
const setParams = {
|
|
2259
2264
|
__proto__: null,
|
|
2260
|
-
actionName: actionName$
|
|
2261
|
-
authorizations: authorizations$
|
|
2265
|
+
actionName: actionName$1r,
|
|
2266
|
+
authorizations: authorizations$1r
|
|
2262
2267
|
};
|
|
2263
2268
|
|
|
2264
|
-
const authorizations$
|
|
2265
|
-
const actionName$
|
|
2269
|
+
const authorizations$1q = [{ permissions: [active], actor: _system }];
|
|
2270
|
+
const actionName$1q = "cfgpowerup";
|
|
2266
2271
|
|
|
2267
2272
|
const initPowerup = {
|
|
2268
2273
|
__proto__: null,
|
|
2269
|
-
actionName: actionName$
|
|
2270
|
-
authorizations: authorizations$
|
|
2274
|
+
actionName: actionName$1q,
|
|
2275
|
+
authorizations: authorizations$1q
|
|
2271
2276
|
};
|
|
2272
2277
|
|
|
2273
|
-
const authorizations$
|
|
2274
|
-
const actionName$
|
|
2278
|
+
const authorizations$1p = [{ permissions: [active], actor: _username }];
|
|
2279
|
+
const actionName$1p = "powerupexec";
|
|
2275
2280
|
|
|
2276
2281
|
const execPowerup = {
|
|
2277
2282
|
__proto__: null,
|
|
2278
|
-
actionName: actionName$
|
|
2279
|
-
authorizations: authorizations$
|
|
2283
|
+
actionName: actionName$1p,
|
|
2284
|
+
authorizations: authorizations$1p
|
|
2280
2285
|
};
|
|
2281
2286
|
|
|
2282
|
-
const authorizations$
|
|
2283
|
-
const actionName$
|
|
2287
|
+
const authorizations$1o = [{ permissions: [active], actor: _username }];
|
|
2288
|
+
const actionName$1o = "powerup";
|
|
2284
2289
|
|
|
2285
2290
|
const powerup = {
|
|
2286
2291
|
__proto__: null,
|
|
2287
|
-
actionName: actionName$
|
|
2288
|
-
authorizations: authorizations$
|
|
2292
|
+
actionName: actionName$1o,
|
|
2293
|
+
authorizations: authorizations$1o
|
|
2289
2294
|
};
|
|
2290
2295
|
|
|
2291
|
-
const authorizations$
|
|
2296
|
+
const authorizations$1n = [
|
|
2292
2297
|
{ permissions: [active], actor: _system },
|
|
2293
2298
|
{ permissions: [active], actor: _registrator }
|
|
2294
2299
|
];
|
|
2295
|
-
const actionName$
|
|
2300
|
+
const actionName$1n = "newaccount";
|
|
2296
2301
|
|
|
2297
2302
|
const newAccount = {
|
|
2298
2303
|
__proto__: null,
|
|
2299
|
-
actionName: actionName$
|
|
2300
|
-
authorizations: authorizations$
|
|
2304
|
+
actionName: actionName$1n,
|
|
2305
|
+
authorizations: authorizations$1n
|
|
2301
2306
|
};
|
|
2302
2307
|
|
|
2303
|
-
const authorizations$
|
|
2308
|
+
const authorizations$1m = [
|
|
2304
2309
|
{ permissions: [active], actor: _registrator }
|
|
2305
2310
|
];
|
|
2306
|
-
const actionName$
|
|
2311
|
+
const actionName$1m = "createaccnt";
|
|
2307
2312
|
|
|
2308
2313
|
const createAccount = {
|
|
2309
2314
|
__proto__: null,
|
|
2310
|
-
actionName: actionName$
|
|
2311
|
-
authorizations: authorizations$
|
|
2315
|
+
actionName: actionName$1m,
|
|
2316
|
+
authorizations: authorizations$1m
|
|
2312
2317
|
};
|
|
2313
2318
|
|
|
2314
|
-
const authorizations$
|
|
2315
|
-
const actionName$
|
|
2319
|
+
const authorizations$1l = [{ permissions: [active], actor: _contract }];
|
|
2320
|
+
const actionName$1l = "setabi";
|
|
2316
2321
|
|
|
2317
2322
|
const setAbi = {
|
|
2318
2323
|
__proto__: null,
|
|
2319
|
-
actionName: actionName$
|
|
2320
|
-
authorizations: authorizations$
|
|
2324
|
+
actionName: actionName$1l,
|
|
2325
|
+
authorizations: authorizations$1l
|
|
2321
2326
|
};
|
|
2322
2327
|
|
|
2323
|
-
const authorizations$
|
|
2324
|
-
const actionName$
|
|
2328
|
+
const authorizations$1k = [{ permissions: [active], actor: _username }];
|
|
2329
|
+
const actionName$1k = "updateauth";
|
|
2325
2330
|
|
|
2326
2331
|
const updateAuth = {
|
|
2327
2332
|
__proto__: null,
|
|
2328
|
-
actionName: actionName$
|
|
2329
|
-
authorizations: authorizations$
|
|
2333
|
+
actionName: actionName$1k,
|
|
2334
|
+
authorizations: authorizations$1k
|
|
2330
2335
|
};
|
|
2331
2336
|
|
|
2332
|
-
const authorizations$
|
|
2333
|
-
const actionName$
|
|
2337
|
+
const authorizations$1j = [{ permissions: [active], actor: _username }];
|
|
2338
|
+
const actionName$1j = "deleteauth";
|
|
2334
2339
|
|
|
2335
2340
|
const deleteAuth = {
|
|
2336
2341
|
__proto__: null,
|
|
2337
|
-
actionName: actionName$
|
|
2338
|
-
authorizations: authorizations$
|
|
2342
|
+
actionName: actionName$1j,
|
|
2343
|
+
authorizations: authorizations$1j
|
|
2339
2344
|
};
|
|
2340
2345
|
|
|
2341
|
-
const authorizations$
|
|
2342
|
-
const actionName$
|
|
2346
|
+
const authorizations$1i = [{ permissions: [active], actor: _contract }];
|
|
2347
|
+
const actionName$1i = "linkauth";
|
|
2343
2348
|
|
|
2344
2349
|
const linkAuth = {
|
|
2345
2350
|
__proto__: null,
|
|
2346
|
-
actionName: actionName$
|
|
2347
|
-
authorizations: authorizations$
|
|
2351
|
+
actionName: actionName$1i,
|
|
2352
|
+
authorizations: authorizations$1i
|
|
2348
2353
|
};
|
|
2349
2354
|
|
|
2350
|
-
const authorizations$
|
|
2351
|
-
const actionName$
|
|
2355
|
+
const authorizations$1h = [{ permissions: [active], actor: _username }];
|
|
2356
|
+
const actionName$1h = "canceldelay";
|
|
2352
2357
|
|
|
2353
2358
|
const cancelDelay = {
|
|
2354
2359
|
__proto__: null,
|
|
2355
|
-
actionName: actionName$
|
|
2356
|
-
authorizations: authorizations$
|
|
2360
|
+
actionName: actionName$1h,
|
|
2361
|
+
authorizations: authorizations$1h
|
|
2357
2362
|
};
|
|
2358
2363
|
|
|
2359
|
-
const index$
|
|
2364
|
+
const index$1o = {
|
|
2360
2365
|
__proto__: null,
|
|
2361
2366
|
ActivateFeature: activateFeature,
|
|
2362
2367
|
BidName: bidName,
|
|
@@ -2398,115 +2403,115 @@ const index$1l = {
|
|
|
2398
2403
|
VoteUpdate: voteUpdate
|
|
2399
2404
|
};
|
|
2400
2405
|
|
|
2401
|
-
const tableName$
|
|
2402
|
-
const scope$
|
|
2406
|
+
const tableName$G = "bidrefunds";
|
|
2407
|
+
const scope$E = _system;
|
|
2403
2408
|
|
|
2404
2409
|
const bidRefunds = {
|
|
2405
2410
|
__proto__: null,
|
|
2406
|
-
scope: scope$
|
|
2407
|
-
tableName: tableName$
|
|
2411
|
+
scope: scope$E,
|
|
2412
|
+
tableName: tableName$G
|
|
2408
2413
|
};
|
|
2409
2414
|
|
|
2410
|
-
const tableName$
|
|
2411
|
-
const scope$
|
|
2415
|
+
const tableName$F = "delband";
|
|
2416
|
+
const scope$D = _system;
|
|
2412
2417
|
|
|
2413
2418
|
const delegatedBandwith = {
|
|
2414
2419
|
__proto__: null,
|
|
2415
|
-
scope: scope$
|
|
2416
|
-
tableName: tableName$
|
|
2420
|
+
scope: scope$D,
|
|
2421
|
+
tableName: tableName$F
|
|
2417
2422
|
};
|
|
2418
2423
|
|
|
2419
|
-
const tableName$
|
|
2420
|
-
const scope$
|
|
2424
|
+
const tableName$E = "emission";
|
|
2425
|
+
const scope$C = _system;
|
|
2421
2426
|
|
|
2422
2427
|
const emissionState = {
|
|
2423
2428
|
__proto__: null,
|
|
2424
|
-
scope: scope$
|
|
2425
|
-
tableName: tableName$
|
|
2429
|
+
scope: scope$C,
|
|
2430
|
+
tableName: tableName$E
|
|
2426
2431
|
};
|
|
2427
2432
|
|
|
2428
|
-
const tableName$
|
|
2429
|
-
const scope$
|
|
2433
|
+
const tableName$D = "global";
|
|
2434
|
+
const scope$B = _system;
|
|
2430
2435
|
|
|
2431
2436
|
const globalState = {
|
|
2432
2437
|
__proto__: null,
|
|
2433
|
-
scope: scope$
|
|
2434
|
-
tableName: tableName$
|
|
2438
|
+
scope: scope$B,
|
|
2439
|
+
tableName: tableName$D
|
|
2435
2440
|
};
|
|
2436
2441
|
|
|
2437
|
-
const tableName$
|
|
2438
|
-
const scope$
|
|
2442
|
+
const tableName$C = "namebids";
|
|
2443
|
+
const scope$A = _system;
|
|
2439
2444
|
|
|
2440
2445
|
const nameBids = {
|
|
2441
2446
|
__proto__: null,
|
|
2442
|
-
scope: scope$
|
|
2443
|
-
tableName: tableName$
|
|
2447
|
+
scope: scope$A,
|
|
2448
|
+
tableName: tableName$C
|
|
2444
2449
|
};
|
|
2445
2450
|
|
|
2446
|
-
const tableName$
|
|
2447
|
-
const scope$
|
|
2451
|
+
const tableName$B = "powerstate";
|
|
2452
|
+
const scope$z = _system;
|
|
2448
2453
|
|
|
2449
2454
|
const powerState = {
|
|
2450
2455
|
__proto__: null,
|
|
2451
|
-
scope: scope$
|
|
2452
|
-
tableName: tableName$
|
|
2456
|
+
scope: scope$z,
|
|
2457
|
+
tableName: tableName$B
|
|
2453
2458
|
};
|
|
2454
2459
|
|
|
2455
|
-
const tableName$
|
|
2456
|
-
const scope$
|
|
2460
|
+
const tableName$A = "powup.order";
|
|
2461
|
+
const scope$y = _system;
|
|
2457
2462
|
|
|
2458
2463
|
const powerupOrders = {
|
|
2459
2464
|
__proto__: null,
|
|
2460
|
-
scope: scope$
|
|
2461
|
-
tableName: tableName$
|
|
2465
|
+
scope: scope$y,
|
|
2466
|
+
tableName: tableName$A
|
|
2462
2467
|
};
|
|
2463
2468
|
|
|
2464
|
-
const tableName$
|
|
2465
|
-
const scope$
|
|
2469
|
+
const tableName$z = "producers";
|
|
2470
|
+
const scope$x = _system;
|
|
2466
2471
|
|
|
2467
2472
|
const producers = {
|
|
2468
2473
|
__proto__: null,
|
|
2469
|
-
scope: scope$
|
|
2470
|
-
tableName: tableName$
|
|
2474
|
+
scope: scope$x,
|
|
2475
|
+
tableName: tableName$z
|
|
2471
2476
|
};
|
|
2472
2477
|
|
|
2473
|
-
const tableName$
|
|
2474
|
-
const scope$
|
|
2478
|
+
const tableName$y = "ramdebts";
|
|
2479
|
+
const scope$w = _system;
|
|
2475
2480
|
|
|
2476
2481
|
const ramDebts = {
|
|
2477
2482
|
__proto__: null,
|
|
2478
|
-
scope: scope$
|
|
2479
|
-
tableName: tableName$
|
|
2483
|
+
scope: scope$w,
|
|
2484
|
+
tableName: tableName$y
|
|
2480
2485
|
};
|
|
2481
2486
|
|
|
2482
|
-
const tableName$
|
|
2483
|
-
const scope$
|
|
2487
|
+
const tableName$x = "refunds";
|
|
2488
|
+
const scope$v = _system;
|
|
2484
2489
|
|
|
2485
2490
|
const refunds = {
|
|
2486
2491
|
__proto__: null,
|
|
2487
|
-
scope: scope$
|
|
2488
|
-
tableName: tableName$
|
|
2492
|
+
scope: scope$v,
|
|
2493
|
+
tableName: tableName$x
|
|
2489
2494
|
};
|
|
2490
2495
|
|
|
2491
|
-
const tableName$
|
|
2492
|
-
const scope$
|
|
2496
|
+
const tableName$w = "userres";
|
|
2497
|
+
const scope$u = _system;
|
|
2493
2498
|
|
|
2494
2499
|
const userResources = {
|
|
2495
2500
|
__proto__: null,
|
|
2496
|
-
scope: scope$
|
|
2497
|
-
tableName: tableName$
|
|
2501
|
+
scope: scope$u,
|
|
2502
|
+
tableName: tableName$w
|
|
2498
2503
|
};
|
|
2499
2504
|
|
|
2500
|
-
const tableName$
|
|
2501
|
-
const scope$
|
|
2505
|
+
const tableName$v = "voters";
|
|
2506
|
+
const scope$t = _system;
|
|
2502
2507
|
|
|
2503
2508
|
const voters = {
|
|
2504
2509
|
__proto__: null,
|
|
2505
|
-
scope: scope$
|
|
2506
|
-
tableName: tableName$
|
|
2510
|
+
scope: scope$t,
|
|
2511
|
+
tableName: tableName$v
|
|
2507
2512
|
};
|
|
2508
2513
|
|
|
2509
|
-
const index$
|
|
2514
|
+
const index$1n = {
|
|
2510
2515
|
__proto__: null,
|
|
2511
2516
|
BidRefunds: bidRefunds,
|
|
2512
2517
|
NameBids: nameBids,
|
|
@@ -2526,431 +2531,431 @@ const system = {
|
|
|
2526
2531
|
__proto__: null
|
|
2527
2532
|
};
|
|
2528
2533
|
|
|
2529
|
-
const contractName$
|
|
2534
|
+
const contractName$6 = _system;
|
|
2530
2535
|
|
|
2531
|
-
const index$
|
|
2536
|
+
const index$1m = {
|
|
2532
2537
|
__proto__: null,
|
|
2533
|
-
Actions: index$
|
|
2538
|
+
Actions: index$1o,
|
|
2534
2539
|
Interfaces: system,
|
|
2535
|
-
Tables: index$
|
|
2536
|
-
contractName: contractName$
|
|
2540
|
+
Tables: index$1n,
|
|
2541
|
+
contractName: contractName$6
|
|
2537
2542
|
};
|
|
2538
2543
|
|
|
2539
|
-
const authorizations$
|
|
2540
|
-
const actionName$
|
|
2544
|
+
const authorizations$1g = [{ permissions: [active], actor: _chairman }];
|
|
2545
|
+
const actionName$1g = "importcontrib";
|
|
2541
2546
|
|
|
2542
2547
|
const importContributor = {
|
|
2548
|
+
__proto__: null,
|
|
2549
|
+
actionName: actionName$1g,
|
|
2550
|
+
authorizations: authorizations$1g
|
|
2551
|
+
};
|
|
2552
|
+
|
|
2553
|
+
const authorizations$1f = [{ permissions: [active], actor: _chairman }];
|
|
2554
|
+
const actionName$1f = "setconfig";
|
|
2555
|
+
|
|
2556
|
+
const setConfig = {
|
|
2557
|
+
__proto__: null,
|
|
2558
|
+
actionName: actionName$1f,
|
|
2559
|
+
authorizations: authorizations$1f
|
|
2560
|
+
};
|
|
2561
|
+
|
|
2562
|
+
const authorizations$1e = [{ permissions: [active], actor: _chairman }];
|
|
2563
|
+
const actionName$1e = "createproj";
|
|
2564
|
+
|
|
2565
|
+
const createProject = {
|
|
2566
|
+
__proto__: null,
|
|
2567
|
+
actionName: actionName$1e,
|
|
2568
|
+
authorizations: authorizations$1e
|
|
2569
|
+
};
|
|
2570
|
+
|
|
2571
|
+
const authorizations$1d = [{ permissions: [active], actor: _chairman }];
|
|
2572
|
+
const actionName$1d = "editproj";
|
|
2573
|
+
|
|
2574
|
+
const editProject = {
|
|
2575
|
+
__proto__: null,
|
|
2576
|
+
actionName: actionName$1d,
|
|
2577
|
+
authorizations: authorizations$1d
|
|
2578
|
+
};
|
|
2579
|
+
|
|
2580
|
+
const authorizations$1c = [{ permissions: [active], actor: _chairman }];
|
|
2581
|
+
const actionName$1c = "openproject";
|
|
2582
|
+
|
|
2583
|
+
const openProject = {
|
|
2584
|
+
__proto__: null,
|
|
2585
|
+
actionName: actionName$1c,
|
|
2586
|
+
authorizations: authorizations$1c
|
|
2587
|
+
};
|
|
2588
|
+
|
|
2589
|
+
const authorizations$1b = [{ permissions: [active], actor: _chairman }];
|
|
2590
|
+
const actionName$1b = "closeproject";
|
|
2591
|
+
|
|
2592
|
+
const closeProject = {
|
|
2593
|
+
__proto__: null,
|
|
2594
|
+
actionName: actionName$1b,
|
|
2595
|
+
authorizations: authorizations$1b
|
|
2596
|
+
};
|
|
2597
|
+
|
|
2598
|
+
const authorizations$1a = [{ permissions: [active], actor: _chairman }];
|
|
2599
|
+
const actionName$1a = "startproject";
|
|
2600
|
+
|
|
2601
|
+
const startProject = {
|
|
2602
|
+
__proto__: null,
|
|
2603
|
+
actionName: actionName$1a,
|
|
2604
|
+
authorizations: authorizations$1a
|
|
2605
|
+
};
|
|
2606
|
+
|
|
2607
|
+
const authorizations$19 = [{ permissions: [active], actor: _chairman }];
|
|
2608
|
+
const actionName$19 = "stopproject";
|
|
2609
|
+
|
|
2610
|
+
const stopProject = {
|
|
2611
|
+
__proto__: null,
|
|
2612
|
+
actionName: actionName$19,
|
|
2613
|
+
authorizations: authorizations$19
|
|
2614
|
+
};
|
|
2615
|
+
|
|
2616
|
+
const authorizations$18 = [{ permissions: [active], actor: _chairman }];
|
|
2617
|
+
const actionName$18 = "startvoting";
|
|
2618
|
+
|
|
2619
|
+
const startVoting = {
|
|
2543
2620
|
__proto__: null,
|
|
2544
2621
|
actionName: actionName$18,
|
|
2545
2622
|
authorizations: authorizations$18
|
|
2546
2623
|
};
|
|
2547
2624
|
|
|
2548
2625
|
const authorizations$17 = [{ permissions: [active], actor: _chairman }];
|
|
2549
|
-
const actionName$17 = "
|
|
2626
|
+
const actionName$17 = "cmpltvoting";
|
|
2550
2627
|
|
|
2551
|
-
const
|
|
2628
|
+
const completeVoting = {
|
|
2552
2629
|
__proto__: null,
|
|
2553
2630
|
actionName: actionName$17,
|
|
2554
2631
|
authorizations: authorizations$17
|
|
2555
2632
|
};
|
|
2556
2633
|
|
|
2557
2634
|
const authorizations$16 = [{ permissions: [active], actor: _chairman }];
|
|
2558
|
-
const actionName$16 = "
|
|
2635
|
+
const actionName$16 = "calcvotes";
|
|
2559
2636
|
|
|
2560
|
-
const
|
|
2637
|
+
const calcVotes = {
|
|
2561
2638
|
__proto__: null,
|
|
2562
2639
|
actionName: actionName$16,
|
|
2563
2640
|
authorizations: authorizations$16
|
|
2564
2641
|
};
|
|
2565
2642
|
|
|
2566
2643
|
const authorizations$15 = [{ permissions: [active], actor: _chairman }];
|
|
2567
|
-
const actionName$15 = "
|
|
2644
|
+
const actionName$15 = "submitvote";
|
|
2568
2645
|
|
|
2569
|
-
const
|
|
2646
|
+
const submitVote = {
|
|
2570
2647
|
__proto__: null,
|
|
2571
2648
|
actionName: actionName$15,
|
|
2572
2649
|
authorizations: authorizations$15
|
|
2573
2650
|
};
|
|
2574
2651
|
|
|
2575
2652
|
const authorizations$14 = [{ permissions: [active], actor: _chairman }];
|
|
2576
|
-
const actionName$14 = "
|
|
2653
|
+
const actionName$14 = "delproject";
|
|
2577
2654
|
|
|
2578
|
-
const
|
|
2655
|
+
const deleteProject = {
|
|
2579
2656
|
__proto__: null,
|
|
2580
2657
|
actionName: actionName$14,
|
|
2581
2658
|
authorizations: authorizations$14
|
|
2582
2659
|
};
|
|
2583
2660
|
|
|
2584
2661
|
const authorizations$13 = [{ permissions: [active], actor: _chairman }];
|
|
2585
|
-
const actionName$13 = "
|
|
2662
|
+
const actionName$13 = "setmaster";
|
|
2586
2663
|
|
|
2587
|
-
const
|
|
2664
|
+
const setMaster = {
|
|
2588
2665
|
__proto__: null,
|
|
2589
2666
|
actionName: actionName$13,
|
|
2590
2667
|
authorizations: authorizations$13
|
|
2591
2668
|
};
|
|
2592
2669
|
|
|
2593
2670
|
const authorizations$12 = [{ permissions: [active], actor: _chairman }];
|
|
2594
|
-
const actionName$12 = "
|
|
2671
|
+
const actionName$12 = "setplan";
|
|
2595
2672
|
|
|
2596
|
-
const
|
|
2673
|
+
const setPlan = {
|
|
2597
2674
|
__proto__: null,
|
|
2598
2675
|
actionName: actionName$12,
|
|
2599
2676
|
authorizations: authorizations$12
|
|
2600
2677
|
};
|
|
2601
2678
|
|
|
2602
2679
|
const authorizations$11 = [{ permissions: [active], actor: _chairman }];
|
|
2603
|
-
const actionName$11 = "
|
|
2680
|
+
const actionName$11 = "expandexpnss";
|
|
2604
2681
|
|
|
2605
|
-
const
|
|
2682
|
+
const expandExpenses = {
|
|
2606
2683
|
__proto__: null,
|
|
2607
2684
|
actionName: actionName$11,
|
|
2608
2685
|
authorizations: authorizations$11
|
|
2609
2686
|
};
|
|
2610
2687
|
|
|
2611
2688
|
const authorizations$10 = [{ permissions: [active], actor: _chairman }];
|
|
2612
|
-
const actionName$10 = "
|
|
2689
|
+
const actionName$10 = "convertsegm";
|
|
2613
2690
|
|
|
2614
|
-
const
|
|
2691
|
+
const convertSegment = {
|
|
2615
2692
|
__proto__: null,
|
|
2616
2693
|
actionName: actionName$10,
|
|
2617
2694
|
authorizations: authorizations$10
|
|
2618
2695
|
};
|
|
2619
2696
|
|
|
2620
2697
|
const authorizations$$ = [{ permissions: [active], actor: _chairman }];
|
|
2621
|
-
const actionName$$ = "
|
|
2698
|
+
const actionName$$ = "createwthd3";
|
|
2622
2699
|
|
|
2623
|
-
const
|
|
2700
|
+
const createWithdrawProgram = {
|
|
2624
2701
|
__proto__: null,
|
|
2625
2702
|
actionName: actionName$$,
|
|
2626
2703
|
authorizations: authorizations$$
|
|
2627
2704
|
};
|
|
2628
2705
|
|
|
2629
2706
|
const authorizations$_ = [{ permissions: [active], actor: _chairman }];
|
|
2630
|
-
const actionName$_ = "
|
|
2707
|
+
const actionName$_ = "pushrslt";
|
|
2631
2708
|
|
|
2632
|
-
const
|
|
2709
|
+
const pushResult = {
|
|
2633
2710
|
__proto__: null,
|
|
2634
2711
|
actionName: actionName$_,
|
|
2635
2712
|
authorizations: authorizations$_
|
|
2636
2713
|
};
|
|
2637
2714
|
|
|
2638
2715
|
const authorizations$Z = [{ permissions: [active], actor: _chairman }];
|
|
2639
|
-
const actionName$Z = "
|
|
2716
|
+
const actionName$Z = "signact1";
|
|
2640
2717
|
|
|
2641
|
-
const
|
|
2718
|
+
const signAct1 = {
|
|
2642
2719
|
__proto__: null,
|
|
2643
2720
|
actionName: actionName$Z,
|
|
2644
2721
|
authorizations: authorizations$Z
|
|
2645
2722
|
};
|
|
2646
2723
|
|
|
2647
2724
|
const authorizations$Y = [{ permissions: [active], actor: _chairman }];
|
|
2648
|
-
const actionName$Y = "
|
|
2725
|
+
const actionName$Y = "signact2";
|
|
2649
2726
|
|
|
2650
|
-
const
|
|
2727
|
+
const signAct2 = {
|
|
2651
2728
|
__proto__: null,
|
|
2652
2729
|
actionName: actionName$Y,
|
|
2653
2730
|
authorizations: authorizations$Y
|
|
2654
2731
|
};
|
|
2655
2732
|
|
|
2656
2733
|
const authorizations$X = [{ permissions: [active], actor: _chairman }];
|
|
2657
|
-
const actionName$X = "
|
|
2734
|
+
const actionName$X = "createpgprp";
|
|
2658
2735
|
|
|
2659
|
-
const
|
|
2736
|
+
const createProgramProperty = {
|
|
2660
2737
|
__proto__: null,
|
|
2661
2738
|
actionName: actionName$X,
|
|
2662
2739
|
authorizations: authorizations$X
|
|
2663
2740
|
};
|
|
2664
2741
|
|
|
2665
2742
|
const authorizations$W = [{ permissions: [active], actor: _chairman }];
|
|
2666
|
-
const actionName$W = "
|
|
2743
|
+
const actionName$W = "act1pgprp";
|
|
2667
2744
|
|
|
2668
|
-
const
|
|
2745
|
+
const act1ProgramProperty = {
|
|
2669
2746
|
__proto__: null,
|
|
2670
2747
|
actionName: actionName$W,
|
|
2671
2748
|
authorizations: authorizations$W
|
|
2672
2749
|
};
|
|
2673
2750
|
|
|
2674
2751
|
const authorizations$V = [{ permissions: [active], actor: _chairman }];
|
|
2675
|
-
const actionName$V = "
|
|
2752
|
+
const actionName$V = "act2pgprp";
|
|
2676
2753
|
|
|
2677
|
-
const
|
|
2754
|
+
const act2ProgramProperty = {
|
|
2678
2755
|
__proto__: null,
|
|
2679
2756
|
actionName: actionName$V,
|
|
2680
2757
|
authorizations: authorizations$V
|
|
2681
2758
|
};
|
|
2682
2759
|
|
|
2683
2760
|
const authorizations$U = [{ permissions: [active], actor: _chairman }];
|
|
2684
|
-
const actionName$U = "
|
|
2761
|
+
const actionName$U = "addauthor";
|
|
2685
2762
|
|
|
2686
|
-
const
|
|
2763
|
+
const addAuthor = {
|
|
2687
2764
|
__proto__: null,
|
|
2688
2765
|
actionName: actionName$U,
|
|
2689
2766
|
authorizations: authorizations$U
|
|
2690
2767
|
};
|
|
2691
2768
|
|
|
2692
2769
|
const authorizations$T = [{ permissions: [active], actor: _chairman }];
|
|
2693
|
-
const actionName$T = "
|
|
2770
|
+
const actionName$T = "createcmmt";
|
|
2694
2771
|
|
|
2695
|
-
const
|
|
2772
|
+
const createCommit = {
|
|
2696
2773
|
__proto__: null,
|
|
2697
2774
|
actionName: actionName$T,
|
|
2698
2775
|
authorizations: authorizations$T
|
|
2699
2776
|
};
|
|
2700
2777
|
|
|
2701
2778
|
const authorizations$S = [{ permissions: [active], actor: _chairman }];
|
|
2702
|
-
const actionName$S = "
|
|
2779
|
+
const actionName$S = "approvecmmt";
|
|
2703
2780
|
|
|
2704
|
-
const
|
|
2781
|
+
const commitApprove = {
|
|
2705
2782
|
__proto__: null,
|
|
2706
2783
|
actionName: actionName$S,
|
|
2707
2784
|
authorizations: authorizations$S
|
|
2708
2785
|
};
|
|
2709
2786
|
|
|
2710
2787
|
const authorizations$R = [{ permissions: [active], actor: _chairman }];
|
|
2711
|
-
const actionName$R = "
|
|
2788
|
+
const actionName$R = "declinecmmt";
|
|
2712
2789
|
|
|
2713
|
-
const
|
|
2790
|
+
const commitDecline = {
|
|
2714
2791
|
__proto__: null,
|
|
2715
2792
|
actionName: actionName$R,
|
|
2716
2793
|
authorizations: authorizations$R
|
|
2717
2794
|
};
|
|
2718
2795
|
|
|
2719
2796
|
const authorizations$Q = [{ permissions: [active], actor: _chairman }];
|
|
2720
|
-
const actionName$Q = "
|
|
2797
|
+
const actionName$Q = "createdebt";
|
|
2721
2798
|
|
|
2722
|
-
const
|
|
2799
|
+
const createDebt = {
|
|
2723
2800
|
__proto__: null,
|
|
2724
2801
|
actionName: actionName$Q,
|
|
2725
2802
|
authorizations: authorizations$Q
|
|
2726
2803
|
};
|
|
2727
2804
|
|
|
2728
2805
|
const authorizations$P = [{ permissions: [active], actor: _chairman }];
|
|
2729
|
-
const actionName$P = "
|
|
2806
|
+
const actionName$P = "regcontrib";
|
|
2730
2807
|
|
|
2731
|
-
const
|
|
2808
|
+
const registerContributor = {
|
|
2732
2809
|
__proto__: null,
|
|
2733
2810
|
actionName: actionName$P,
|
|
2734
2811
|
authorizations: authorizations$P
|
|
2735
2812
|
};
|
|
2736
2813
|
|
|
2737
2814
|
const authorizations$O = [{ permissions: [active], actor: _chairman }];
|
|
2738
|
-
const actionName$O = "
|
|
2815
|
+
const actionName$O = "editcontrib";
|
|
2739
2816
|
|
|
2740
|
-
const
|
|
2817
|
+
const editContributor = {
|
|
2741
2818
|
__proto__: null,
|
|
2742
2819
|
actionName: actionName$O,
|
|
2743
2820
|
authorizations: authorizations$O
|
|
2744
2821
|
};
|
|
2745
2822
|
|
|
2746
2823
|
const authorizations$N = [{ permissions: [active], actor: _chairman }];
|
|
2747
|
-
const actionName$N = "
|
|
2824
|
+
const actionName$N = "getclearance";
|
|
2748
2825
|
|
|
2749
|
-
const
|
|
2826
|
+
const getClearance = {
|
|
2750
2827
|
__proto__: null,
|
|
2751
2828
|
actionName: actionName$N,
|
|
2752
2829
|
authorizations: authorizations$N
|
|
2753
2830
|
};
|
|
2754
2831
|
|
|
2755
2832
|
const authorizations$M = [{ permissions: [active], actor: _chairman }];
|
|
2756
|
-
const actionName$M = "
|
|
2833
|
+
const actionName$M = "apprvappndx";
|
|
2757
2834
|
|
|
2758
|
-
const
|
|
2835
|
+
const confirmClearance = {
|
|
2759
2836
|
__proto__: null,
|
|
2760
2837
|
actionName: actionName$M,
|
|
2761
2838
|
authorizations: authorizations$M
|
|
2762
2839
|
};
|
|
2763
2840
|
|
|
2764
2841
|
const authorizations$L = [{ permissions: [active], actor: _chairman }];
|
|
2765
|
-
const actionName$L = "
|
|
2842
|
+
const actionName$L = "dclineappndx";
|
|
2766
2843
|
|
|
2767
|
-
const
|
|
2844
|
+
const declineClearance = {
|
|
2768
2845
|
__proto__: null,
|
|
2769
2846
|
actionName: actionName$L,
|
|
2770
2847
|
authorizations: authorizations$L
|
|
2771
2848
|
};
|
|
2772
2849
|
|
|
2773
2850
|
const authorizations$K = [{ permissions: [active], actor: _chairman }];
|
|
2774
|
-
const actionName$K = "
|
|
2851
|
+
const actionName$K = "createinvest";
|
|
2775
2852
|
|
|
2776
|
-
const
|
|
2853
|
+
const createInvest = {
|
|
2777
2854
|
__proto__: null,
|
|
2778
2855
|
actionName: actionName$K,
|
|
2779
2856
|
authorizations: authorizations$K
|
|
2780
2857
|
};
|
|
2781
2858
|
|
|
2782
2859
|
const authorizations$J = [{ permissions: [active], actor: _chairman }];
|
|
2783
|
-
const actionName$J = "
|
|
2860
|
+
const actionName$J = "createpinv";
|
|
2784
2861
|
|
|
2785
|
-
const
|
|
2862
|
+
const createProgramInvest = {
|
|
2786
2863
|
__proto__: null,
|
|
2787
2864
|
actionName: actionName$J,
|
|
2788
2865
|
authorizations: authorizations$J
|
|
2789
2866
|
};
|
|
2790
2867
|
|
|
2791
2868
|
const authorizations$I = [{ permissions: [active], actor: _chairman }];
|
|
2792
|
-
const actionName$I = "
|
|
2869
|
+
const actionName$I = "createpjprp";
|
|
2793
2870
|
|
|
2794
|
-
const
|
|
2871
|
+
const createProjectProperty = {
|
|
2795
2872
|
__proto__: null,
|
|
2796
2873
|
actionName: actionName$I,
|
|
2797
2874
|
authorizations: authorizations$I
|
|
2798
2875
|
};
|
|
2799
2876
|
|
|
2800
2877
|
const authorizations$H = [{ permissions: [active], actor: _chairman }];
|
|
2801
|
-
const actionName$H = "
|
|
2878
|
+
const actionName$H = "allocate";
|
|
2802
2879
|
|
|
2803
|
-
const
|
|
2880
|
+
const allocate = {
|
|
2804
2881
|
__proto__: null,
|
|
2805
2882
|
actionName: actionName$H,
|
|
2806
2883
|
authorizations: authorizations$H
|
|
2807
2884
|
};
|
|
2808
2885
|
|
|
2809
2886
|
const authorizations$G = [{ permissions: [active], actor: _chairman }];
|
|
2810
|
-
const actionName$G = "
|
|
2887
|
+
const actionName$G = "diallocate";
|
|
2811
2888
|
|
|
2812
|
-
const
|
|
2889
|
+
const deallocate = {
|
|
2813
2890
|
__proto__: null,
|
|
2814
2891
|
actionName: actionName$G,
|
|
2815
2892
|
authorizations: authorizations$G
|
|
2816
2893
|
};
|
|
2817
2894
|
|
|
2818
2895
|
const authorizations$F = [{ permissions: [active], actor: _chairman }];
|
|
2819
|
-
const actionName$F = "
|
|
2896
|
+
const actionName$F = "createexpnse";
|
|
2820
2897
|
|
|
2821
|
-
const
|
|
2898
|
+
const createExpense = {
|
|
2822
2899
|
__proto__: null,
|
|
2823
2900
|
actionName: actionName$F,
|
|
2824
2901
|
authorizations: authorizations$F
|
|
2825
2902
|
};
|
|
2826
2903
|
|
|
2827
2904
|
const authorizations$E = [{ permissions: [active], actor: _chairman }];
|
|
2828
|
-
const actionName$E = "
|
|
2905
|
+
const actionName$E = "fundprog";
|
|
2829
2906
|
|
|
2830
|
-
const
|
|
2907
|
+
const fundProgram = {
|
|
2831
2908
|
__proto__: null,
|
|
2832
2909
|
actionName: actionName$E,
|
|
2833
2910
|
authorizations: authorizations$E
|
|
2834
2911
|
};
|
|
2835
2912
|
|
|
2836
2913
|
const authorizations$D = [{ permissions: [active], actor: _chairman }];
|
|
2837
|
-
const actionName$D = "
|
|
2914
|
+
const actionName$D = "refreshprog";
|
|
2838
2915
|
|
|
2839
|
-
const
|
|
2916
|
+
const refreshProgram = {
|
|
2840
2917
|
__proto__: null,
|
|
2841
2918
|
actionName: actionName$D,
|
|
2842
2919
|
authorizations: authorizations$D
|
|
2843
2920
|
};
|
|
2844
2921
|
|
|
2845
2922
|
const authorizations$C = [{ permissions: [active], actor: _chairman }];
|
|
2846
|
-
const actionName$C = "
|
|
2923
|
+
const actionName$C = "rfrshsegment";
|
|
2847
2924
|
|
|
2848
|
-
const
|
|
2925
|
+
const refreshSegment = {
|
|
2849
2926
|
__proto__: null,
|
|
2850
2927
|
actionName: actionName$C,
|
|
2851
2928
|
authorizations: authorizations$C
|
|
2852
2929
|
};
|
|
2853
2930
|
|
|
2854
|
-
const authorizations$B = [{ permissions: [active], actor:
|
|
2855
|
-
const actionName$B = "
|
|
2931
|
+
const authorizations$B = [{ permissions: [active], actor: _coopname }];
|
|
2932
|
+
const actionName$B = "regshare";
|
|
2856
2933
|
|
|
2857
|
-
const
|
|
2934
|
+
const registerShare = {
|
|
2858
2935
|
__proto__: null,
|
|
2859
2936
|
actionName: actionName$B,
|
|
2860
2937
|
authorizations: authorizations$B
|
|
2861
2938
|
};
|
|
2862
2939
|
|
|
2863
2940
|
const authorizations$A = [{ permissions: [active], actor: _chairman }];
|
|
2864
|
-
const actionName$A = "
|
|
2941
|
+
const actionName$A = "refreshcontr";
|
|
2865
2942
|
|
|
2866
|
-
const
|
|
2943
|
+
const refreshContributor = {
|
|
2867
2944
|
__proto__: null,
|
|
2868
2945
|
actionName: actionName$A,
|
|
2869
2946
|
authorizations: authorizations$A
|
|
2870
2947
|
};
|
|
2871
2948
|
|
|
2872
2949
|
const authorizations$z = [{ permissions: [active], actor: _chairman }];
|
|
2873
|
-
const actionName$z = "
|
|
2950
|
+
const actionName$z = "finalizeproj";
|
|
2874
2951
|
|
|
2875
|
-
const
|
|
2952
|
+
const finalizeProject = {
|
|
2876
2953
|
__proto__: null,
|
|
2877
2954
|
actionName: actionName$z,
|
|
2878
2955
|
authorizations: authorizations$z
|
|
2879
2956
|
};
|
|
2880
2957
|
|
|
2881
|
-
const
|
|
2882
|
-
const actionName$y = "diallocate";
|
|
2883
|
-
|
|
2884
|
-
const deallocate = {
|
|
2885
|
-
__proto__: null,
|
|
2886
|
-
actionName: actionName$y,
|
|
2887
|
-
authorizations: authorizations$y
|
|
2888
|
-
};
|
|
2889
|
-
|
|
2890
|
-
const authorizations$x = [{ permissions: [active], actor: _chairman }];
|
|
2891
|
-
const actionName$x = "createexpnse";
|
|
2892
|
-
|
|
2893
|
-
const createExpense = {
|
|
2894
|
-
__proto__: null,
|
|
2895
|
-
actionName: actionName$x,
|
|
2896
|
-
authorizations: authorizations$x
|
|
2897
|
-
};
|
|
2898
|
-
|
|
2899
|
-
const authorizations$w = [{ permissions: [active], actor: _chairman }];
|
|
2900
|
-
const actionName$w = "fundprog";
|
|
2901
|
-
|
|
2902
|
-
const fundProgram = {
|
|
2903
|
-
__proto__: null,
|
|
2904
|
-
actionName: actionName$w,
|
|
2905
|
-
authorizations: authorizations$w
|
|
2906
|
-
};
|
|
2907
|
-
|
|
2908
|
-
const authorizations$v = [{ permissions: [active], actor: _chairman }];
|
|
2909
|
-
const actionName$v = "refreshprog";
|
|
2910
|
-
|
|
2911
|
-
const refreshProgram = {
|
|
2912
|
-
__proto__: null,
|
|
2913
|
-
actionName: actionName$v,
|
|
2914
|
-
authorizations: authorizations$v
|
|
2915
|
-
};
|
|
2916
|
-
|
|
2917
|
-
const authorizations$u = [{ permissions: [active], actor: _chairman }];
|
|
2918
|
-
const actionName$u = "rfrshsegment";
|
|
2919
|
-
|
|
2920
|
-
const refreshSegment = {
|
|
2921
|
-
__proto__: null,
|
|
2922
|
-
actionName: actionName$u,
|
|
2923
|
-
authorizations: authorizations$u
|
|
2924
|
-
};
|
|
2925
|
-
|
|
2926
|
-
const authorizations$t = [{ permissions: [active], actor: _coopname }];
|
|
2927
|
-
const actionName$t = "regshare";
|
|
2928
|
-
|
|
2929
|
-
const registerShare = {
|
|
2930
|
-
__proto__: null,
|
|
2931
|
-
actionName: actionName$t,
|
|
2932
|
-
authorizations: authorizations$t
|
|
2933
|
-
};
|
|
2934
|
-
|
|
2935
|
-
const authorizations$s = [{ permissions: [active], actor: _chairman }];
|
|
2936
|
-
const actionName$s = "refreshcontr";
|
|
2937
|
-
|
|
2938
|
-
const refreshContributor = {
|
|
2939
|
-
__proto__: null,
|
|
2940
|
-
actionName: actionName$s,
|
|
2941
|
-
authorizations: authorizations$s
|
|
2942
|
-
};
|
|
2943
|
-
|
|
2944
|
-
const authorizations$r = [{ permissions: [active], actor: _chairman }];
|
|
2945
|
-
const actionName$r = "finalizeproj";
|
|
2946
|
-
|
|
2947
|
-
const finalizeProject = {
|
|
2948
|
-
__proto__: null,
|
|
2949
|
-
actionName: actionName$r,
|
|
2950
|
-
authorizations: authorizations$r
|
|
2951
|
-
};
|
|
2952
|
-
|
|
2953
|
-
const index$1i = {
|
|
2958
|
+
const index$1l = {
|
|
2954
2959
|
__proto__: null,
|
|
2955
2960
|
Act1ProgramProperty: act1ProgramProperty,
|
|
2956
2961
|
Act2ProgramProperty: act2ProgramProperty,
|
|
@@ -3000,151 +3005,151 @@ const index$1i = {
|
|
|
3000
3005
|
SubmitVote: submitVote
|
|
3001
3006
|
};
|
|
3002
3007
|
|
|
3003
|
-
const tableName$
|
|
3004
|
-
const scope$
|
|
3008
|
+
const tableName$u = "appendixes";
|
|
3009
|
+
const scope$s = _coopname;
|
|
3005
3010
|
|
|
3006
3011
|
const appendixes = {
|
|
3007
3012
|
__proto__: null,
|
|
3008
|
-
scope: scope$
|
|
3009
|
-
tableName: tableName$
|
|
3013
|
+
scope: scope$s,
|
|
3014
|
+
tableName: tableName$u
|
|
3010
3015
|
};
|
|
3011
3016
|
|
|
3012
|
-
const tableName$
|
|
3013
|
-
const scope$
|
|
3017
|
+
const tableName$t = "commits";
|
|
3018
|
+
const scope$r = _coopname;
|
|
3014
3019
|
|
|
3015
3020
|
const commits = {
|
|
3016
3021
|
__proto__: null,
|
|
3017
|
-
scope: scope$
|
|
3018
|
-
tableName: tableName$
|
|
3022
|
+
scope: scope$r,
|
|
3023
|
+
tableName: tableName$t
|
|
3019
3024
|
};
|
|
3020
3025
|
|
|
3021
|
-
const tableName$
|
|
3022
|
-
const scope$
|
|
3026
|
+
const tableName$s = "contributors";
|
|
3027
|
+
const scope$q = _coopname;
|
|
3023
3028
|
|
|
3024
3029
|
const contributors = {
|
|
3025
3030
|
__proto__: null,
|
|
3026
|
-
scope: scope$
|
|
3027
|
-
tableName: tableName$
|
|
3031
|
+
scope: scope$q,
|
|
3032
|
+
tableName: tableName$s
|
|
3028
3033
|
};
|
|
3029
3034
|
|
|
3030
|
-
const tableName$
|
|
3031
|
-
const scope$
|
|
3035
|
+
const tableName$r = "debts";
|
|
3036
|
+
const scope$p = _coopname;
|
|
3032
3037
|
|
|
3033
3038
|
const debts = {
|
|
3034
3039
|
__proto__: null,
|
|
3035
|
-
scope: scope$
|
|
3036
|
-
tableName: tableName$
|
|
3040
|
+
scope: scope$p,
|
|
3041
|
+
tableName: tableName$r
|
|
3037
3042
|
};
|
|
3038
3043
|
|
|
3039
|
-
const tableName$
|
|
3040
|
-
const scope$
|
|
3044
|
+
const tableName$q = "expenses";
|
|
3045
|
+
const scope$o = _coopname;
|
|
3041
3046
|
|
|
3042
3047
|
const expenses = {
|
|
3043
3048
|
__proto__: null,
|
|
3044
|
-
scope: scope$
|
|
3045
|
-
tableName: tableName$
|
|
3049
|
+
scope: scope$o,
|
|
3050
|
+
tableName: tableName$q
|
|
3046
3051
|
};
|
|
3047
3052
|
|
|
3048
|
-
const tableName$
|
|
3049
|
-
const scope$
|
|
3053
|
+
const tableName$p = "invests";
|
|
3054
|
+
const scope$n = _coopname;
|
|
3050
3055
|
|
|
3051
3056
|
const invests = {
|
|
3052
3057
|
__proto__: null,
|
|
3053
|
-
scope: scope$
|
|
3054
|
-
tableName: tableName$
|
|
3058
|
+
scope: scope$n,
|
|
3059
|
+
tableName: tableName$p
|
|
3055
3060
|
};
|
|
3056
3061
|
|
|
3057
|
-
const tableName$
|
|
3058
|
-
const scope$
|
|
3062
|
+
const tableName$o = "pinvests";
|
|
3063
|
+
const scope$m = _coopname;
|
|
3059
3064
|
|
|
3060
3065
|
const programInvests = {
|
|
3061
3066
|
__proto__: null,
|
|
3062
|
-
scope: scope$
|
|
3063
|
-
tableName: tableName$
|
|
3067
|
+
scope: scope$m,
|
|
3068
|
+
tableName: tableName$o
|
|
3064
3069
|
};
|
|
3065
3070
|
|
|
3066
|
-
const tableName$
|
|
3067
|
-
const scope$
|
|
3071
|
+
const tableName$n = "pgproperties";
|
|
3072
|
+
const scope$l = _coopname;
|
|
3068
3073
|
|
|
3069
3074
|
const programProperties = {
|
|
3070
|
-
__proto__: null,
|
|
3071
|
-
scope: scope$
|
|
3072
|
-
tableName: tableName$
|
|
3075
|
+
__proto__: null,
|
|
3076
|
+
scope: scope$l,
|
|
3077
|
+
tableName: tableName$n
|
|
3073
3078
|
};
|
|
3074
3079
|
|
|
3075
|
-
const tableName$
|
|
3076
|
-
const scope$
|
|
3080
|
+
const tableName$m = "prgwithdraws";
|
|
3081
|
+
const scope$k = _coopname;
|
|
3077
3082
|
|
|
3078
3083
|
const programWithdraws = {
|
|
3079
3084
|
__proto__: null,
|
|
3080
|
-
scope: scope$
|
|
3081
|
-
tableName: tableName$
|
|
3085
|
+
scope: scope$k,
|
|
3086
|
+
tableName: tableName$m
|
|
3082
3087
|
};
|
|
3083
3088
|
|
|
3084
|
-
const tableName$
|
|
3085
|
-
const scope$
|
|
3089
|
+
const tableName$l = "projects";
|
|
3090
|
+
const scope$j = _coopname;
|
|
3086
3091
|
|
|
3087
3092
|
const projects = {
|
|
3088
3093
|
__proto__: null,
|
|
3089
|
-
scope: scope$
|
|
3090
|
-
tableName: tableName$
|
|
3094
|
+
scope: scope$j,
|
|
3095
|
+
tableName: tableName$l
|
|
3091
3096
|
};
|
|
3092
3097
|
|
|
3093
|
-
const tableName$
|
|
3094
|
-
const scope$
|
|
3098
|
+
const tableName$k = "pjproperties";
|
|
3099
|
+
const scope$i = _coopname;
|
|
3095
3100
|
|
|
3096
3101
|
const projectProperties = {
|
|
3097
3102
|
__proto__: null,
|
|
3098
|
-
scope: scope$
|
|
3099
|
-
tableName: tableName$
|
|
3103
|
+
scope: scope$i,
|
|
3104
|
+
tableName: tableName$k
|
|
3100
3105
|
};
|
|
3101
3106
|
|
|
3102
|
-
const tableName$
|
|
3103
|
-
const scope$
|
|
3107
|
+
const tableName$j = "capwallets";
|
|
3108
|
+
const scope$h = _coopname;
|
|
3104
3109
|
|
|
3105
3110
|
const programWallets = {
|
|
3106
3111
|
__proto__: null,
|
|
3107
|
-
scope: scope$
|
|
3108
|
-
tableName: tableName$
|
|
3112
|
+
scope: scope$h,
|
|
3113
|
+
tableName: tableName$j
|
|
3109
3114
|
};
|
|
3110
3115
|
|
|
3111
|
-
const tableName$
|
|
3112
|
-
const scope$
|
|
3116
|
+
const tableName$i = "results";
|
|
3117
|
+
const scope$g = _coopname;
|
|
3113
3118
|
|
|
3114
3119
|
const results = {
|
|
3115
3120
|
__proto__: null,
|
|
3116
|
-
scope: scope$
|
|
3117
|
-
tableName: tableName$
|
|
3121
|
+
scope: scope$g,
|
|
3122
|
+
tableName: tableName$i
|
|
3118
3123
|
};
|
|
3119
3124
|
|
|
3120
|
-
const tableName$
|
|
3121
|
-
const scope$
|
|
3125
|
+
const tableName$h = "segments";
|
|
3126
|
+
const scope$f = _coopname;
|
|
3122
3127
|
|
|
3123
3128
|
const segments = {
|
|
3124
3129
|
__proto__: null,
|
|
3125
|
-
scope: scope$
|
|
3126
|
-
tableName: tableName$
|
|
3130
|
+
scope: scope$f,
|
|
3131
|
+
tableName: tableName$h
|
|
3127
3132
|
};
|
|
3128
3133
|
|
|
3129
|
-
const tableName$
|
|
3130
|
-
const scope$
|
|
3134
|
+
const tableName$g = "votes";
|
|
3135
|
+
const scope$e = _coopname;
|
|
3131
3136
|
|
|
3132
3137
|
const votes = {
|
|
3133
3138
|
__proto__: null,
|
|
3134
|
-
scope: scope$
|
|
3135
|
-
tableName: tableName$
|
|
3139
|
+
scope: scope$e,
|
|
3140
|
+
tableName: tableName$g
|
|
3136
3141
|
};
|
|
3137
3142
|
|
|
3138
|
-
const tableName$
|
|
3139
|
-
const scope$
|
|
3143
|
+
const tableName$f = "state";
|
|
3144
|
+
const scope$d = _capital;
|
|
3140
3145
|
|
|
3141
3146
|
const state = {
|
|
3142
3147
|
__proto__: null,
|
|
3143
|
-
scope: scope$
|
|
3144
|
-
tableName: tableName$
|
|
3148
|
+
scope: scope$d,
|
|
3149
|
+
tableName: tableName$f
|
|
3145
3150
|
};
|
|
3146
3151
|
|
|
3147
|
-
const index$
|
|
3152
|
+
const index$1k = {
|
|
3148
3153
|
__proto__: null,
|
|
3149
3154
|
Appendixes: appendixes,
|
|
3150
3155
|
Commits: commits,
|
|
@@ -3168,61 +3173,99 @@ const capital = {
|
|
|
3168
3173
|
__proto__: null
|
|
3169
3174
|
};
|
|
3170
3175
|
|
|
3171
|
-
const contractName$
|
|
3176
|
+
const contractName$5 = _capital;
|
|
3172
3177
|
|
|
3173
|
-
const index$
|
|
3178
|
+
const index$1j = {
|
|
3174
3179
|
__proto__: null,
|
|
3175
|
-
Actions: index$
|
|
3180
|
+
Actions: index$1l,
|
|
3176
3181
|
Interfaces: capital,
|
|
3177
|
-
Tables: index$
|
|
3178
|
-
contractName: contractName$
|
|
3182
|
+
Tables: index$1k,
|
|
3183
|
+
contractName: contractName$5
|
|
3179
3184
|
};
|
|
3180
3185
|
|
|
3181
|
-
const authorizations$
|
|
3182
|
-
const actionName$
|
|
3186
|
+
const authorizations$y = [{ permissions: [active, special], actor: _coopname }];
|
|
3187
|
+
const actionName$y = "createdpst";
|
|
3183
3188
|
|
|
3184
3189
|
const createDeposit = {
|
|
3185
3190
|
__proto__: null,
|
|
3186
|
-
actionName: actionName$
|
|
3187
|
-
authorizations: authorizations$
|
|
3191
|
+
actionName: actionName$y,
|
|
3192
|
+
authorizations: authorizations$y
|
|
3188
3193
|
};
|
|
3189
3194
|
|
|
3190
|
-
const authorizations$
|
|
3191
|
-
const actionName$
|
|
3195
|
+
const authorizations$x = [{ permissions: [active], actor: _username }];
|
|
3196
|
+
const actionName$x = "createwthd";
|
|
3192
3197
|
|
|
3193
3198
|
const createWithdraw = {
|
|
3194
3199
|
__proto__: null,
|
|
3195
|
-
actionName: actionName$
|
|
3196
|
-
authorizations: authorizations$
|
|
3200
|
+
actionName: actionName$x,
|
|
3201
|
+
authorizations: authorizations$x
|
|
3197
3202
|
};
|
|
3198
3203
|
|
|
3199
|
-
const
|
|
3204
|
+
const authorizations$w = [{ permissions: [active], actor: _coopname }];
|
|
3205
|
+
const actionName$w = "signagree";
|
|
3206
|
+
|
|
3207
|
+
const signAgreement = {
|
|
3208
|
+
__proto__: null,
|
|
3209
|
+
actionName: actionName$w,
|
|
3210
|
+
authorizations: authorizations$w
|
|
3211
|
+
};
|
|
3212
|
+
|
|
3213
|
+
const authorizations$v = [{ permissions: [active], actor: _coopname }];
|
|
3214
|
+
const actionName$v = "revokeagree";
|
|
3215
|
+
|
|
3216
|
+
const revokeAgreement = {
|
|
3217
|
+
__proto__: null,
|
|
3218
|
+
actionName: actionName$v,
|
|
3219
|
+
authorizations: authorizations$v
|
|
3220
|
+
};
|
|
3221
|
+
|
|
3222
|
+
const authorizations$u = [{ permissions: [active], actor: _coopname }];
|
|
3223
|
+
const actionName$u = "migrate3";
|
|
3224
|
+
|
|
3225
|
+
const migrate3$1 = {
|
|
3226
|
+
__proto__: null,
|
|
3227
|
+
actionName: actionName$u,
|
|
3228
|
+
authorizations: authorizations$u
|
|
3229
|
+
};
|
|
3230
|
+
|
|
3231
|
+
const index$1i = {
|
|
3200
3232
|
__proto__: null,
|
|
3201
3233
|
CreateDeposit: createDeposit,
|
|
3202
|
-
CreateWithdraw: createWithdraw
|
|
3234
|
+
CreateWithdraw: createWithdraw,
|
|
3235
|
+
Migrate3: migrate3$1,
|
|
3236
|
+
RevokeAgreement: revokeAgreement,
|
|
3237
|
+
SignAgreement: signAgreement
|
|
3203
3238
|
};
|
|
3204
3239
|
|
|
3205
|
-
const tableName$
|
|
3206
|
-
const scope$
|
|
3240
|
+
const tableName$e = "deposits";
|
|
3241
|
+
const scope$c = _wallet;
|
|
3207
3242
|
|
|
3208
3243
|
const deposits = {
|
|
3209
3244
|
__proto__: null,
|
|
3210
|
-
scope: scope$
|
|
3211
|
-
tableName: tableName$
|
|
3245
|
+
scope: scope$c,
|
|
3246
|
+
tableName: tableName$e
|
|
3212
3247
|
};
|
|
3213
3248
|
|
|
3214
|
-
const tableName$
|
|
3215
|
-
const scope$
|
|
3249
|
+
const tableName$d = "withdraws";
|
|
3250
|
+
const scope$b = _wallet;
|
|
3216
3251
|
|
|
3217
3252
|
const withdraws = {
|
|
3218
3253
|
__proto__: null,
|
|
3219
|
-
scope: scope$
|
|
3220
|
-
tableName: tableName$
|
|
3254
|
+
scope: scope$b,
|
|
3255
|
+
tableName: tableName$d
|
|
3221
3256
|
};
|
|
3222
3257
|
|
|
3223
|
-
const
|
|
3258
|
+
const tableName$c = "users";
|
|
3259
|
+
|
|
3260
|
+
const users = {
|
|
3261
|
+
__proto__: null,
|
|
3262
|
+
tableName: tableName$c
|
|
3263
|
+
};
|
|
3264
|
+
|
|
3265
|
+
const index$1h = {
|
|
3224
3266
|
__proto__: null,
|
|
3225
3267
|
Deposits: deposits,
|
|
3268
|
+
Users: users,
|
|
3226
3269
|
Withdraws: withdraws
|
|
3227
3270
|
};
|
|
3228
3271
|
|
|
@@ -3230,74 +3273,168 @@ const wallet = {
|
|
|
3230
3273
|
__proto__: null
|
|
3231
3274
|
};
|
|
3232
3275
|
|
|
3233
|
-
const contractName$
|
|
3276
|
+
const contractName$4 = _wallet;
|
|
3234
3277
|
|
|
3235
|
-
const index$
|
|
3278
|
+
const index$1g = {
|
|
3236
3279
|
__proto__: null,
|
|
3237
|
-
Actions: index$
|
|
3280
|
+
Actions: index$1i,
|
|
3238
3281
|
Interfaces: wallet,
|
|
3239
|
-
Tables: index$
|
|
3240
|
-
contractName: contractName$
|
|
3282
|
+
Tables: index$1h,
|
|
3283
|
+
contractName: contractName$4
|
|
3241
3284
|
};
|
|
3242
3285
|
|
|
3243
|
-
const authorizations$
|
|
3244
|
-
const actionName$
|
|
3286
|
+
const authorizations$t = [{ permissions: [active], actor: _contract }];
|
|
3287
|
+
const actionName$t = "sub";
|
|
3245
3288
|
|
|
3246
3289
|
const debet = {
|
|
3290
|
+
__proto__: null,
|
|
3291
|
+
actionName: actionName$t,
|
|
3292
|
+
authorizations: authorizations$t
|
|
3293
|
+
};
|
|
3294
|
+
|
|
3295
|
+
const authorizations$s = [{ permissions: [active], actor: _contract }];
|
|
3296
|
+
const actionName$s = "add";
|
|
3297
|
+
|
|
3298
|
+
const credit = {
|
|
3299
|
+
__proto__: null,
|
|
3300
|
+
actionName: actionName$s,
|
|
3301
|
+
authorizations: authorizations$s
|
|
3302
|
+
};
|
|
3303
|
+
|
|
3304
|
+
const authorizations$r = [{ permissions: [active], actor: _contract }];
|
|
3305
|
+
const actionName$r = "block";
|
|
3306
|
+
|
|
3307
|
+
const block = {
|
|
3308
|
+
__proto__: null,
|
|
3309
|
+
actionName: actionName$r,
|
|
3310
|
+
authorizations: authorizations$r
|
|
3311
|
+
};
|
|
3312
|
+
|
|
3313
|
+
const authorizations$q = [{ permissions: [active], actor: _contract }];
|
|
3314
|
+
const actionName$q = "unblock";
|
|
3315
|
+
|
|
3316
|
+
const unblock = {
|
|
3317
|
+
__proto__: null,
|
|
3318
|
+
actionName: actionName$q,
|
|
3319
|
+
authorizations: authorizations$q
|
|
3320
|
+
};
|
|
3321
|
+
|
|
3322
|
+
const authorizations$p = [{ permissions: [active], actor: _contract }];
|
|
3323
|
+
const actionName$p = "writeoff";
|
|
3324
|
+
|
|
3325
|
+
const writeoff = {
|
|
3326
|
+
__proto__: null,
|
|
3327
|
+
actionName: actionName$p,
|
|
3328
|
+
authorizations: authorizations$p
|
|
3329
|
+
};
|
|
3330
|
+
|
|
3331
|
+
const authorizations$o = [{ permissions: [active], actor: _contract }];
|
|
3332
|
+
const actionName$o = "writeoffcnsl";
|
|
3333
|
+
|
|
3334
|
+
const writeoffCnsl = {
|
|
3247
3335
|
__proto__: null,
|
|
3248
3336
|
actionName: actionName$o,
|
|
3249
3337
|
authorizations: authorizations$o
|
|
3250
3338
|
};
|
|
3251
3339
|
|
|
3252
|
-
const authorizations$n = [{ permissions: [active], actor:
|
|
3253
|
-
const actionName$n = "
|
|
3340
|
+
const authorizations$n = [{ permissions: [active], actor: _username }];
|
|
3341
|
+
const actionName$n = "create";
|
|
3254
3342
|
|
|
3255
|
-
const
|
|
3343
|
+
const create = {
|
|
3256
3344
|
__proto__: null,
|
|
3257
3345
|
actionName: actionName$n,
|
|
3258
3346
|
authorizations: authorizations$n
|
|
3259
3347
|
};
|
|
3260
3348
|
|
|
3349
|
+
const index$1f = {
|
|
3350
|
+
__proto__: null,
|
|
3351
|
+
Add: debet,
|
|
3352
|
+
Block: block,
|
|
3353
|
+
Create: create,
|
|
3354
|
+
Sub: credit,
|
|
3355
|
+
Unblock: unblock,
|
|
3356
|
+
Writeoff: writeoff,
|
|
3357
|
+
WriteoffCnsl: writeoffCnsl
|
|
3358
|
+
};
|
|
3359
|
+
|
|
3360
|
+
const tableName$b = "accounts";
|
|
3361
|
+
const scope$a = _coopname;
|
|
3362
|
+
|
|
3363
|
+
const laccount = {
|
|
3364
|
+
__proto__: null,
|
|
3365
|
+
scope: scope$a,
|
|
3366
|
+
tableName: tableName$b
|
|
3367
|
+
};
|
|
3368
|
+
|
|
3369
|
+
const tableName$a = "writeoffops";
|
|
3370
|
+
const scope$9 = _coopname;
|
|
3371
|
+
|
|
3372
|
+
const writeoffOp = {
|
|
3373
|
+
__proto__: null,
|
|
3374
|
+
scope: scope$9,
|
|
3375
|
+
tableName: tableName$a
|
|
3376
|
+
};
|
|
3377
|
+
|
|
3378
|
+
const index$1e = {
|
|
3379
|
+
__proto__: null,
|
|
3380
|
+
Laccount: laccount,
|
|
3381
|
+
WriteoffOp: writeoffOp
|
|
3382
|
+
};
|
|
3383
|
+
|
|
3384
|
+
const ledger = {
|
|
3385
|
+
__proto__: null
|
|
3386
|
+
};
|
|
3387
|
+
|
|
3388
|
+
const contractName$3 = _ledger;
|
|
3389
|
+
|
|
3390
|
+
const index$1d = {
|
|
3391
|
+
__proto__: null,
|
|
3392
|
+
Actions: index$1f,
|
|
3393
|
+
Interfaces: ledger,
|
|
3394
|
+
Tables: index$1e,
|
|
3395
|
+
contractName: contractName$3
|
|
3396
|
+
};
|
|
3397
|
+
|
|
3261
3398
|
const authorizations$m = [{ permissions: [active], actor: _contract }];
|
|
3262
|
-
const actionName$m = "
|
|
3399
|
+
const actionName$m = "apply";
|
|
3263
3400
|
|
|
3264
|
-
const
|
|
3401
|
+
const apply = {
|
|
3265
3402
|
__proto__: null,
|
|
3266
3403
|
actionName: actionName$m,
|
|
3267
3404
|
authorizations: authorizations$m
|
|
3268
3405
|
};
|
|
3269
3406
|
|
|
3270
|
-
const authorizations$l = [{ permissions: [active], actor:
|
|
3271
|
-
const actionName$l = "
|
|
3407
|
+
const authorizations$l = [{ permissions: [active], actor: _coopname }];
|
|
3408
|
+
const actionName$l = "walmove";
|
|
3272
3409
|
|
|
3273
|
-
const
|
|
3410
|
+
const walmove = {
|
|
3274
3411
|
__proto__: null,
|
|
3275
3412
|
actionName: actionName$l,
|
|
3276
3413
|
authorizations: authorizations$l
|
|
3277
3414
|
};
|
|
3278
3415
|
|
|
3279
|
-
const authorizations$k = [{ permissions: [active], actor:
|
|
3280
|
-
const actionName$k = "
|
|
3416
|
+
const authorizations$k = [{ permissions: [active], actor: _coopname }];
|
|
3417
|
+
const actionName$k = "revert";
|
|
3281
3418
|
|
|
3282
|
-
const
|
|
3419
|
+
const revert = {
|
|
3283
3420
|
__proto__: null,
|
|
3284
3421
|
actionName: actionName$k,
|
|
3285
3422
|
authorizations: authorizations$k
|
|
3286
3423
|
};
|
|
3287
3424
|
|
|
3288
3425
|
const authorizations$j = [{ permissions: [active], actor: _contract }];
|
|
3289
|
-
const actionName$j = "
|
|
3426
|
+
const actionName$j = "walletop";
|
|
3290
3427
|
|
|
3291
|
-
const
|
|
3428
|
+
const walletop = {
|
|
3292
3429
|
__proto__: null,
|
|
3293
3430
|
actionName: actionName$j,
|
|
3294
3431
|
authorizations: authorizations$j
|
|
3295
3432
|
};
|
|
3296
3433
|
|
|
3297
|
-
const authorizations$i = [{ permissions: [active], actor:
|
|
3298
|
-
const actionName$i = "
|
|
3434
|
+
const authorizations$i = [{ permissions: [active], actor: _coopname }];
|
|
3435
|
+
const actionName$i = "migrate3";
|
|
3299
3436
|
|
|
3300
|
-
const
|
|
3437
|
+
const migrate3 = {
|
|
3301
3438
|
__proto__: null,
|
|
3302
3439
|
actionName: actionName$i,
|
|
3303
3440
|
authorizations: authorizations$i
|
|
@@ -3305,49 +3442,65 @@ const create = {
|
|
|
3305
3442
|
|
|
3306
3443
|
const index$1c = {
|
|
3307
3444
|
__proto__: null,
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3445
|
+
Apply: apply,
|
|
3446
|
+
Migrate3: migrate3,
|
|
3447
|
+
Revert: revert,
|
|
3448
|
+
Walletop: walletop,
|
|
3449
|
+
Walmove: walmove
|
|
3450
|
+
};
|
|
3451
|
+
|
|
3452
|
+
const tableName$9 = "accounts";
|
|
3453
|
+
const scope$8 = _coopname;
|
|
3454
|
+
|
|
3455
|
+
const accounts = {
|
|
3456
|
+
__proto__: null,
|
|
3457
|
+
scope: scope$8,
|
|
3458
|
+
tableName: tableName$9
|
|
3315
3459
|
};
|
|
3316
3460
|
|
|
3317
|
-
const tableName$
|
|
3461
|
+
const tableName$8 = "wallets";
|
|
3318
3462
|
const scope$7 = _coopname;
|
|
3319
3463
|
|
|
3320
|
-
const
|
|
3464
|
+
const wallets = {
|
|
3321
3465
|
__proto__: null,
|
|
3322
3466
|
scope: scope$7,
|
|
3323
|
-
tableName: tableName$
|
|
3467
|
+
tableName: tableName$8
|
|
3324
3468
|
};
|
|
3325
3469
|
|
|
3326
|
-
const tableName$
|
|
3327
|
-
const scope$6 =
|
|
3470
|
+
const tableName$7 = "meta";
|
|
3471
|
+
const scope$6 = _ledger2;
|
|
3328
3472
|
|
|
3329
|
-
const
|
|
3473
|
+
const meta = {
|
|
3330
3474
|
__proto__: null,
|
|
3331
3475
|
scope: scope$6,
|
|
3476
|
+
tableName: tableName$7
|
|
3477
|
+
};
|
|
3478
|
+
|
|
3479
|
+
const tableName$6 = "userwallets";
|
|
3480
|
+
|
|
3481
|
+
const userwallets = {
|
|
3482
|
+
__proto__: null,
|
|
3332
3483
|
tableName: tableName$6
|
|
3333
3484
|
};
|
|
3334
3485
|
|
|
3335
3486
|
const index$1b = {
|
|
3336
3487
|
__proto__: null,
|
|
3337
|
-
|
|
3338
|
-
|
|
3488
|
+
Accounts: accounts,
|
|
3489
|
+
Meta: meta,
|
|
3490
|
+
UserWallets: userwallets,
|
|
3491
|
+
Wallets: wallets
|
|
3339
3492
|
};
|
|
3340
3493
|
|
|
3341
|
-
const
|
|
3494
|
+
const ledger2 = {
|
|
3342
3495
|
__proto__: null
|
|
3343
3496
|
};
|
|
3344
3497
|
|
|
3345
|
-
const contractName$2 =
|
|
3498
|
+
const contractName$2 = _ledger2;
|
|
3346
3499
|
|
|
3347
3500
|
const index$1a = {
|
|
3348
3501
|
__proto__: null,
|
|
3349
3502
|
Actions: index$1c,
|
|
3350
|
-
Interfaces:
|
|
3503
|
+
Interfaces: ledger2,
|
|
3351
3504
|
Tables: index$1b,
|
|
3352
3505
|
contractName: contractName$2
|
|
3353
3506
|
};
|
|
@@ -10084,63 +10237,524 @@ function storedIdToCode(storedId) {
|
|
|
10084
10237
|
}
|
|
10085
10238
|
|
|
10086
10239
|
const LEDGER2_WALLET_REGISTRY = [
|
|
10087
|
-
|
|
10088
|
-
|
|
10089
|
-
{
|
|
10090
|
-
{
|
|
10091
|
-
{
|
|
10092
|
-
{
|
|
10093
|
-
{
|
|
10094
|
-
{
|
|
10095
|
-
{
|
|
10096
|
-
{
|
|
10097
|
-
{
|
|
10098
|
-
{
|
|
10099
|
-
{
|
|
10100
|
-
{
|
|
10101
|
-
|
|
10102
|
-
|
|
10103
|
-
{
|
|
10104
|
-
{
|
|
10105
|
-
{
|
|
10106
|
-
{
|
|
10240
|
+
{ name: "w.reg.minshr", human_name: "\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u0439 \u043F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441", kind: "USER_SHARED" },
|
|
10241
|
+
{ name: "w.wal.share", human_name: "\u041F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 \u043F\u0430\u0439\u0449\u0438\u043A\u0430", kind: "USER_SHARED" },
|
|
10242
|
+
{ name: "w.wal.member", human_name: "\u0426\u041A \u2014 \u0447\u043B\u0435\u043D\u0441\u043A\u0430\u044F \u0447\u0430\u0441\u0442\u044C \u043F\u0430\u0439\u0449\u0438\u043A\u0430", kind: "USER_SHARED" },
|
|
10243
|
+
{ name: "w.cap.blago", human_name: "\u0426\u041F\u041F \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB \u2014 \u0435\u0434\u0438\u043D\u044B\u0439 \u043A\u043E\u0448\u0435\u043B\u0451\u043A \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B \u0443 \u043F\u0430\u0439\u0449\u0438\u043A\u0430", kind: "USER_SHARED" },
|
|
10244
|
+
{ name: "w.cap.gen", human_name: "\u0426\u041F\u041F \xAB\u0413\u0435\u043D\u0435\u0440\u0430\u0442\u043E\u0440\xBB \u2014 \u0435\u0434\u0438\u043D\u044B\u0439 \u043A\u043E\u0448\u0435\u043B\u0451\u043A \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B \u0443 \u043F\u0430\u0439\u0449\u0438\u043A\u0430", kind: "USER_SHARED" },
|
|
10245
|
+
{ name: "w.cap.preimp", human_name: "\u041F\u0435\u0440\u0432\u0438\u0447\u043D\u044B\u0439 \u0443\u0447\u0451\u0442 \u0420\u0418\u0414-\u0432\u0437\u043D\u043E\u0441\u043E\u0432 \u0434\u043E \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0439 \u0443\u0447\u0451\u0442", kind: "USER_SHARED" },
|
|
10246
|
+
{ name: "w.reg.entry", human_name: "\u0412\u0441\u0442\u0443\u043F\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0432\u0437\u043D\u043E\u0441\u044B", kind: "COOPERATIVE" },
|
|
10247
|
+
{ name: "w.wal.wthdrw", human_name: "\u0412\u043E\u0437\u0432\u0440\u0430\u0442\u044B \u043F\u0430\u0435\u0432\u044B\u0445 \u0432\u0437\u043D\u043E\u0441\u043E\u0432 \u043F\u0430\u0439\u0449\u0438\u043A\u0430\u043C", kind: "COOPERATIVE" },
|
|
10248
|
+
{ name: "w.sov.infra", human_name: "\u0427\u043B\u0435\u043D\u0441\u043A\u0438\u0435 \u0432\u0437\u043D\u043E\u0441\u044B \u0437\u0430 \u0438\u043D\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0443 \u043A\u043E\u043E\u043F. \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B", kind: "COOPERATIVE" },
|
|
10249
|
+
{ name: "w.sov.delgte", human_name: "\u0414\u0435\u043B\u0435\u0433\u0430\u0442\u0441\u043A\u0438\u0435 \u0447\u043B\u0435\u043D\u0441\u043A\u0438\u0435 \u0432\u0437\u043D\u043E\u0441\u044B", kind: "COOPERATIVE" },
|
|
10250
|
+
{ name: "w.sov.expns", human_name: "\u0425\u043E\u0437\u044F\u0439\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0435 \u0440\u0430\u0441\u0445\u043E\u0434\u044B \u0438\u0437 \u0447\u0438\u0441\u043B\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u0444\u0438\u043D\u0430\u043D\u0441\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F", kind: "COOPERATIVE" },
|
|
10251
|
+
{ name: "w.sov.mnused", human_name: "\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0435\u0432\u044B\u0435 \u0432\u0437\u043D\u043E\u0441\u044B", kind: "COOPERATIVE" },
|
|
10252
|
+
{ name: "w.cap.loan", human_name: "\u0412\u044B\u0434\u0430\u043D\u043D\u044B\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430\u043C \u0431\u0435\u0441\u043F\u0440\u043E\u0446\u0435\u043D\u0442\u043D\u044B\u0435 \u0437\u0430\u0439\u043C\u044B", kind: "COOPERATIVE" },
|
|
10253
|
+
{ name: "w.mkt.payout", human_name: "\u0412\u044B\u043F\u043B\u0430\u0442\u044B \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430\u043C", kind: "COOPERATIVE" }
|
|
10254
|
+
];
|
|
10255
|
+
const LEDGER2_USER_SHARED_PROGRAM_MAPPING = [
|
|
10256
|
+
{ wallet_name: "w.reg.minshr", required_program_id: 0, program_label: null },
|
|
10257
|
+
{ wallet_name: "w.wal.share", required_program_id: 1, program_label: "\u0426\u041A" },
|
|
10258
|
+
{ wallet_name: "w.wal.member", required_program_id: 1, program_label: "\u0426\u041A" },
|
|
10259
|
+
{ wallet_name: "w.cap.blago", required_program_id: 4, program_label: "\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442" },
|
|
10260
|
+
{ wallet_name: "w.cap.gen", required_program_id: 3, program_label: "\u0413\u0435\u043D\u0435\u0440\u0430\u0442\u043E\u0440" },
|
|
10261
|
+
{ wallet_name: "w.cap.preimp", required_program_id: 0, program_label: null }
|
|
10107
10262
|
];
|
|
10108
|
-
|
|
10109
|
-
|
|
10263
|
+
|
|
10264
|
+
const walletHumanByName = new Map(
|
|
10265
|
+
LEDGER2_WALLET_REGISTRY.map((w) => [w.name, w.human_name])
|
|
10266
|
+
);
|
|
10267
|
+
const walletKindByName = new Map(
|
|
10268
|
+
LEDGER2_WALLET_REGISTRY.map((w) => [w.name, w.kind])
|
|
10269
|
+
);
|
|
10270
|
+
const programIdByWalletName = new Map(
|
|
10271
|
+
LEDGER2_USER_SHARED_PROGRAM_MAPPING.filter((m) => m.required_program_id > 0).map((m) => [m.wallet_name, m.required_program_id])
|
|
10272
|
+
);
|
|
10273
|
+
const walletNamesByProgramId = (() => {
|
|
10274
|
+
const acc = /* @__PURE__ */ new Map();
|
|
10275
|
+
for (const m of LEDGER2_USER_SHARED_PROGRAM_MAPPING) {
|
|
10276
|
+
if (m.required_program_id <= 0)
|
|
10277
|
+
continue;
|
|
10278
|
+
const list = acc.get(m.required_program_id) ?? [];
|
|
10279
|
+
list.push(m.wallet_name);
|
|
10280
|
+
acc.set(m.required_program_id, list);
|
|
10281
|
+
}
|
|
10282
|
+
return acc;
|
|
10283
|
+
})();
|
|
10284
|
+
const MEMBERSHIP_WALLET_NAME = "w.wal.member";
|
|
10285
|
+
const ALL_PROGRAM_WALLET_NAMES = LEDGER2_USER_SHARED_PROGRAM_MAPPING.filter((m) => m.required_program_id > 0).map((m) => m.wallet_name);
|
|
10286
|
+
function getWalletHumanName(name) {
|
|
10287
|
+
if (!name)
|
|
10288
|
+
return void 0;
|
|
10289
|
+
return walletHumanByName.get(name);
|
|
10290
|
+
}
|
|
10291
|
+
function getWalletKind(name) {
|
|
10292
|
+
if (!name)
|
|
10293
|
+
return void 0;
|
|
10294
|
+
return walletKindByName.get(name);
|
|
10295
|
+
}
|
|
10296
|
+
function walletNamesForProgram(program_id) {
|
|
10297
|
+
if (program_id === void 0 || program_id === null)
|
|
10298
|
+
return [];
|
|
10299
|
+
return walletNamesByProgramId.get(Number(program_id)) ?? [];
|
|
10300
|
+
}
|
|
10301
|
+
function programIdForWallet(wallet_name) {
|
|
10302
|
+
if (!wallet_name)
|
|
10303
|
+
return void 0;
|
|
10304
|
+
return programIdByWalletName.get(wallet_name);
|
|
10305
|
+
}
|
|
10306
|
+
|
|
10307
|
+
const LEDGER2_PROCESS_REGISTRY = [
|
|
10308
|
+
// registrator
|
|
10309
|
+
{ type: "p.reg.accept", contract: "registrator", name: "ACCEPT", human_name: "\u041F\u0440\u0438\u0451\u043C \u043F\u0430\u0439\u0449\u0438\u043A\u0430" },
|
|
10310
|
+
// wallet
|
|
10311
|
+
{ type: "p.wal.depo", contract: "wallet", name: "DEPOSIT", human_name: "\u0412\u043D\u0435\u0441\u0435\u043D\u0438\u0435 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430" },
|
|
10312
|
+
{ type: "p.wal.wthdrw", contract: "wallet", name: "WITHDRAW", human_name: "\u0412\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430" },
|
|
10313
|
+
// capital
|
|
10314
|
+
{ type: "p.cap.import", contract: "capital", name: "IMPORT", human_name: "\u0418\u043C\u043F\u043E\u0440\u0442 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442 (offline)" },
|
|
10315
|
+
{ type: "p.cap.invest", contract: "capital", name: "INVEST", human_name: "\u0418\u043D\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u044F \u0432 \u0426\u041F\u041F \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB" },
|
|
10316
|
+
{ type: "p.cap.debt", contract: "capital", name: "DEBT", human_name: "\u0417\u0430\u0439\u043C \u043F\u0430\u0439\u0449\u0438\u043A\u0443" },
|
|
10317
|
+
{ type: "p.cap.rid", contract: "capital", name: "RID", human_name: "\u041F\u0440\u0438\u0451\u043C \u0420\u0418\u0414 \u0432 \u043F\u0430\u0435\u0432\u043E\u0439 \u0444\u043E\u043D\u0434" },
|
|
10318
|
+
{ type: "p.cap.prop", contract: "capital", name: "PROPERTY", human_name: "\u041F\u0440\u0438\u0451\u043C \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0433\u043E \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430" },
|
|
10319
|
+
{ type: "p.cap.preimp", contract: "capital", name: "PREIMP", human_name: "\u041F\u0435\u0440\u0432\u0438\u0447\u043D\u044B\u0439 \u0443\u0447\u0451\u0442 \u0420\u0418\u0414-\u0432\u0437\u043D\u043E\u0441\u0430 \u0434\u043E \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0439 \u0443\u0447\u0451\u0442" },
|
|
10320
|
+
{ type: "p.cap.wthcap", contract: "capital", name: "WTHCAP", human_name: "\u0412\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0438\u0437 \u0426\u041F\u041F \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB \u0432 \u043A\u043E\u0448\u0435\u043B\u0451\u043A" },
|
|
10321
|
+
// marketplace
|
|
10322
|
+
{ type: "p.mkt.reqst", contract: "marketplace", name: "REQUEST", human_name: "\u0417\u0430\u043F\u0440\u043E\u0441 \u043C\u0430\u0440\u043A\u0435\u0442\u043F\u043B\u0435\u0439\u0441\u0430" },
|
|
10323
|
+
// soviet
|
|
10324
|
+
{ type: "p.sov.axncnv", contract: "soviet", name: "AXN_CONVERT", human_name: "\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044F \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432 \u0434\u0435\u043B\u0435\u0433\u0430\u0442\u0441\u043A\u0438\u0439 \u0427\u0412" },
|
|
10325
|
+
// migration
|
|
10326
|
+
{ type: "p.mig.trans", contract: "migration", name: "TRANSIT", human_name: "\u041C\u0438\u0433\u0440\u0430\u0446\u0438\u044F legacy \u2192 ledger2" },
|
|
10327
|
+
// adjustment (ручные корректировки — общий тип процесса для o.adj.walmove + o.adj.rev)
|
|
10328
|
+
{ type: "p.adj.fix", contract: "ledger2", name: "CORRECTION", human_name: "\u0420\u0443\u0447\u043D\u0430\u044F \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u0438\u0440\u043E\u0432\u043A\u0430 \u043F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044F" }
|
|
10329
|
+
];
|
|
10330
|
+
const processByType = new Map(
|
|
10331
|
+
LEDGER2_PROCESS_REGISTRY.map((p) => [p.type, p])
|
|
10332
|
+
);
|
|
10333
|
+
function getProcessMeta(type) {
|
|
10334
|
+
if (!type)
|
|
10335
|
+
return void 0;
|
|
10336
|
+
return processByType.get(type);
|
|
10337
|
+
}
|
|
10338
|
+
function getProcessHumanName(type) {
|
|
10339
|
+
return getProcessMeta(type)?.human_name;
|
|
10340
|
+
}
|
|
10341
|
+
|
|
10342
|
+
const LEDGER2_OPERATION_REGISTRY = [
|
|
10343
|
+
// registrator
|
|
10344
|
+
{
|
|
10345
|
+
code: "o.reg.payent",
|
|
10346
|
+
process_type: "p.reg.accept",
|
|
10347
|
+
contract: "registrator",
|
|
10348
|
+
name: "PAY_ENTRANCE",
|
|
10349
|
+
wallet_op: "ISSUE",
|
|
10350
|
+
wallet_from: null,
|
|
10351
|
+
wallet_to: "w.reg.entry",
|
|
10352
|
+
debit: 51,
|
|
10353
|
+
credit: 86,
|
|
10354
|
+
human_name: "\u0412\u0441\u0442\u0443\u043F\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0432\u0437\u043D\u043E\u0441 \u043F\u0430\u0439\u0449\u0438\u043A\u0430"
|
|
10355
|
+
},
|
|
10356
|
+
{
|
|
10357
|
+
code: "o.reg.putmin",
|
|
10358
|
+
process_type: "p.reg.accept",
|
|
10359
|
+
contract: "registrator",
|
|
10360
|
+
name: "PUT_MINSHARE",
|
|
10361
|
+
wallet_op: "ISSUE",
|
|
10362
|
+
wallet_from: null,
|
|
10363
|
+
wallet_to: "w.reg.minshr",
|
|
10364
|
+
debit: 51,
|
|
10365
|
+
credit: 80,
|
|
10366
|
+
human_name: "\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u0439 \u043F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u043F\u0440\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438"
|
|
10367
|
+
},
|
|
10368
|
+
// wallet
|
|
10369
|
+
{
|
|
10370
|
+
code: "o.wal.depcpl",
|
|
10371
|
+
process_type: "p.wal.depo",
|
|
10372
|
+
contract: "wallet",
|
|
10373
|
+
name: "COMPLETE_DEPOSIT",
|
|
10374
|
+
wallet_op: "ISSUE",
|
|
10375
|
+
wallet_from: null,
|
|
10376
|
+
wallet_to: "w.wal.share",
|
|
10377
|
+
debit: 51,
|
|
10378
|
+
credit: 80,
|
|
10379
|
+
human_name: "\u0412\u043D\u0435\u0441\u0435\u043D\u0438\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u043C \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430"
|
|
10380
|
+
},
|
|
10381
|
+
{
|
|
10382
|
+
code: "o.wal.wthreq",
|
|
10383
|
+
process_type: "p.wal.wthdrw",
|
|
10384
|
+
contract: "wallet",
|
|
10385
|
+
name: "REQUEST_WITHDRAW",
|
|
10386
|
+
wallet_op: "BLOCK",
|
|
10387
|
+
wallet_from: "w.wal.share",
|
|
10388
|
+
wallet_to: null,
|
|
10389
|
+
debit: null,
|
|
10390
|
+
credit: null,
|
|
10391
|
+
human_name: "\u0411\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u043F\u043E\u0434 \u0437\u0430\u043F\u0440\u043E\u0441 \u043D\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0442"
|
|
10392
|
+
},
|
|
10393
|
+
{
|
|
10394
|
+
code: "o.wal.wthdec",
|
|
10395
|
+
process_type: "p.wal.wthdrw",
|
|
10396
|
+
contract: "wallet",
|
|
10397
|
+
name: "DECLINE_WITHDRAW",
|
|
10398
|
+
wallet_op: "UNBLOCK",
|
|
10399
|
+
wallet_from: "w.wal.share",
|
|
10400
|
+
wallet_to: null,
|
|
10401
|
+
debit: null,
|
|
10402
|
+
credit: null,
|
|
10403
|
+
human_name: "\u0420\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u043B\u043E\u043D\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u043D\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0442"
|
|
10404
|
+
},
|
|
10405
|
+
{
|
|
10406
|
+
code: "o.wal.wthcpl",
|
|
10407
|
+
process_type: "p.wal.wthdrw",
|
|
10408
|
+
contract: "wallet",
|
|
10409
|
+
name: "COMPLETE_WITHDRAW",
|
|
10410
|
+
wallet_op: "TRANSFER",
|
|
10411
|
+
wallet_from: "w.wal.share",
|
|
10412
|
+
wallet_to: "w.wal.wthdrw",
|
|
10413
|
+
debit: 80,
|
|
10414
|
+
credit: 51,
|
|
10415
|
+
human_name: "\u0412\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u043F\u0430\u0439\u0449\u0438\u043A\u0443"
|
|
10416
|
+
},
|
|
10417
|
+
// capital (ADR-009: единые программные кошельки `w.cap.blago`/`w.cap.gen`)
|
|
10418
|
+
// IMPORT и ACCEPT_PROPERTY — Dr 04 (НМА), не Dr 51: импорт/акт-2 фиксируют
|
|
10419
|
+
// имущественный вклад как РИД, не деньги. Денежные взносы в Благорост — INVEST.
|
|
10420
|
+
{
|
|
10421
|
+
code: "o.cap.import",
|
|
10422
|
+
process_type: "p.cap.import",
|
|
10423
|
+
contract: "capital",
|
|
10424
|
+
name: "IMPORT",
|
|
10425
|
+
wallet_op: "ISSUE",
|
|
10426
|
+
wallet_from: null,
|
|
10427
|
+
wallet_to: "w.cap.blago",
|
|
10428
|
+
debit: 4,
|
|
10429
|
+
credit: 80,
|
|
10430
|
+
human_name: "\u041F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 \u043F\u043E \u0426\u041F\u041F \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB (\u043E\u0444\u043B\u0430\u0439\u043D-\u0438\u043C\u043F\u043E\u0440\u0442)"
|
|
10431
|
+
},
|
|
10432
|
+
{
|
|
10433
|
+
code: "o.cap.invest",
|
|
10434
|
+
process_type: "p.cap.invest",
|
|
10435
|
+
contract: "capital",
|
|
10436
|
+
name: "INVEST",
|
|
10437
|
+
wallet_op: "TRANSFER",
|
|
10438
|
+
wallet_from: "w.wal.share",
|
|
10439
|
+
wallet_to: "w.cap.blago",
|
|
10440
|
+
debit: null,
|
|
10441
|
+
credit: null,
|
|
10442
|
+
human_name: "\u0418\u043D\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u044F \u0432 \u0426\u041F\u041F \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB"
|
|
10443
|
+
},
|
|
10444
|
+
{
|
|
10445
|
+
code: "o.cap.commit",
|
|
10446
|
+
process_type: "p.cap.rid",
|
|
10447
|
+
contract: "capital",
|
|
10448
|
+
name: "COMMIT_RID",
|
|
10449
|
+
wallet_op: "ISSUE",
|
|
10450
|
+
wallet_from: null,
|
|
10451
|
+
wallet_to: "w.cap.gen",
|
|
10452
|
+
debit: 8,
|
|
10453
|
+
credit: 80,
|
|
10454
|
+
human_name: "\u041A\u043E\u043C\u043C\u0438\u0442 \u0420\u0418\u0414 \u043F\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 \xAB\u0413\u0435\u043D\u0435\u0440\u0430\u0442\u043E\u0440\xBB"
|
|
10455
|
+
},
|
|
10456
|
+
{
|
|
10457
|
+
code: "o.cap.accept",
|
|
10458
|
+
process_type: "p.cap.rid",
|
|
10459
|
+
contract: "capital",
|
|
10460
|
+
name: "ACCEPT_RID",
|
|
10461
|
+
wallet_op: "NONE",
|
|
10462
|
+
wallet_from: null,
|
|
10463
|
+
wallet_to: null,
|
|
10464
|
+
debit: 4,
|
|
10465
|
+
credit: 8,
|
|
10466
|
+
human_name: "\u041F\u0440\u0438\u0451\u043C \u0420\u0418\u0414 \u0432 \u043F\u0430\u0435\u0432\u043E\u0439 \u0444\u043E\u043D\u0434"
|
|
10467
|
+
},
|
|
10468
|
+
{
|
|
10469
|
+
code: "o.cap.actprp",
|
|
10470
|
+
process_type: "p.cap.prop",
|
|
10471
|
+
contract: "capital",
|
|
10472
|
+
name: "ACCEPT_PROPERTY",
|
|
10473
|
+
wallet_op: "ISSUE",
|
|
10474
|
+
wallet_from: null,
|
|
10475
|
+
wallet_to: "w.cap.blago",
|
|
10476
|
+
debit: 4,
|
|
10477
|
+
credit: 80,
|
|
10478
|
+
human_name: "\u041F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 (\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0439) \u043F\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB"
|
|
10479
|
+
},
|
|
10480
|
+
{
|
|
10481
|
+
code: "o.cap.preimp",
|
|
10482
|
+
process_type: "p.cap.preimp",
|
|
10483
|
+
contract: "capital",
|
|
10484
|
+
name: "PREIMP",
|
|
10485
|
+
wallet_op: "ISSUE",
|
|
10486
|
+
wallet_from: null,
|
|
10487
|
+
wallet_to: "w.cap.preimp",
|
|
10488
|
+
debit: 4,
|
|
10489
|
+
credit: 80,
|
|
10490
|
+
human_name: "\u041F\u0435\u0440\u0432\u0438\u0447\u043D\u044B\u0439 \u0443\u0447\u0451\u0442 \u0420\u0418\u0414-\u0432\u0437\u043D\u043E\u0441\u0430 \u0434\u043E \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0439 \u0443\u0447\u0451\u0442"
|
|
10491
|
+
},
|
|
10492
|
+
{
|
|
10493
|
+
code: "o.cap.drppre",
|
|
10494
|
+
process_type: "p.cap.import",
|
|
10495
|
+
contract: "capital",
|
|
10496
|
+
name: "DROP_PREIMP",
|
|
10497
|
+
wallet_op: "BURN",
|
|
10498
|
+
wallet_from: "w.cap.preimp",
|
|
10499
|
+
wallet_to: null,
|
|
10500
|
+
debit: 80,
|
|
10501
|
+
credit: 4,
|
|
10502
|
+
human_name: "\u0417\u0430\u043A\u0440\u044B\u0442\u0438\u0435 \u043F\u0440\u0435\u0434-\u0438\u043C\u043F\u043E\u0440\u0442-\u0443\u0447\u0451\u0442\u0430 \u0420\u0418\u0414-\u0432\u0437\u043D\u043E\u0441\u0430 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0435 \u043D\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0439 \u0443\u0447\u0451\u0442"
|
|
10503
|
+
},
|
|
10504
|
+
{
|
|
10505
|
+
code: "o.cap.lend",
|
|
10506
|
+
process_type: "p.cap.debt",
|
|
10507
|
+
contract: "capital",
|
|
10508
|
+
name: "LEND",
|
|
10509
|
+
wallet_op: "ISSUE",
|
|
10510
|
+
wallet_from: null,
|
|
10511
|
+
wallet_to: "w.cap.loan",
|
|
10512
|
+
debit: 58,
|
|
10513
|
+
credit: 51,
|
|
10514
|
+
human_name: "\u0412\u044B\u0434\u0430\u0447\u0430 \u043F\u0430\u0439\u0449\u0438\u043A\u0443 \u0431\u0435\u0441\u043F\u0440\u043E\u0446\u0435\u043D\u0442\u043D\u043E\u0433\u043E \u0437\u0430\u0439\u043C\u0430"
|
|
10515
|
+
},
|
|
10516
|
+
{
|
|
10517
|
+
code: "o.cap.repay",
|
|
10518
|
+
process_type: "p.cap.rid",
|
|
10519
|
+
contract: "capital",
|
|
10520
|
+
name: "REPAY",
|
|
10521
|
+
wallet_op: "TRANSFER",
|
|
10522
|
+
wallet_from: "w.cap.loan",
|
|
10523
|
+
wallet_to: "w.wal.share",
|
|
10524
|
+
debit: 80,
|
|
10525
|
+
credit: 58,
|
|
10526
|
+
human_name: "\u0412\u043E\u0437\u0432\u0440\u0430\u0442 \u0431\u0435\u0441\u043F\u0440\u043E\u0446\u0435\u043D\u0442\u043D\u043E\u0433\u043E \u0437\u0430\u0439\u043C\u0430 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u043F\u043E \u0430\u043A\u0442\u0443-2"
|
|
10527
|
+
},
|
|
10528
|
+
{
|
|
10529
|
+
code: "o.cap.wthcap",
|
|
10530
|
+
process_type: "p.cap.wthcap",
|
|
10531
|
+
contract: "capital",
|
|
10532
|
+
name: "WITHDRAW_FROM_CAPITAL",
|
|
10533
|
+
wallet_op: "TRANSFER",
|
|
10534
|
+
wallet_from: "w.cap.blago",
|
|
10535
|
+
wallet_to: "w.wal.share",
|
|
10536
|
+
debit: null,
|
|
10537
|
+
credit: null,
|
|
10538
|
+
human_name: "\u0412\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0438\u0437 \u0426\u041F\u041F \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB \u0432 \u0426\u0438\u0444\u0440\u043E\u0432\u043E\u0439 \u041A\u043E\u0448\u0435\u043B\u0451\u043A"
|
|
10539
|
+
},
|
|
10540
|
+
{
|
|
10541
|
+
code: "o.cap.cnvshr",
|
|
10542
|
+
process_type: "p.cap.rid",
|
|
10543
|
+
contract: "capital",
|
|
10544
|
+
name: "CONVERT_TO_SHARE",
|
|
10545
|
+
wallet_op: "TRANSFER",
|
|
10546
|
+
wallet_from: "w.cap.gen",
|
|
10547
|
+
wallet_to: "w.wal.share",
|
|
10548
|
+
debit: null,
|
|
10549
|
+
credit: null,
|
|
10550
|
+
human_name: "\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044F \u0441\u0435\u0433\u043C\u0435\u043D\u0442\u0430: \u0420\u0418\u0414 \u2192 \u0433\u043B\u0430\u0432\u043D\u044B\u0439 \u043A\u043E\u0448\u0435\u043B\u0451\u043A"
|
|
10551
|
+
},
|
|
10552
|
+
{
|
|
10553
|
+
code: "o.cap.cnvbl",
|
|
10554
|
+
process_type: "p.cap.rid",
|
|
10555
|
+
contract: "capital",
|
|
10556
|
+
name: "CONVERT_TO_BLAGO",
|
|
10557
|
+
wallet_op: "TRANSFER",
|
|
10558
|
+
wallet_from: "w.cap.gen",
|
|
10559
|
+
wallet_to: "w.cap.blago",
|
|
10560
|
+
debit: null,
|
|
10561
|
+
credit: null,
|
|
10562
|
+
human_name: "\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044F \u0441\u0435\u0433\u043C\u0435\u043D\u0442\u0430: \u0420\u0418\u0414 \u2192 \u0426\u041F\u041F \xAB\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442\xBB"
|
|
10563
|
+
},
|
|
10564
|
+
// marketplace
|
|
10565
|
+
{
|
|
10566
|
+
code: "o.mkt.supply",
|
|
10567
|
+
process_type: "p.mkt.reqst",
|
|
10568
|
+
contract: "marketplace",
|
|
10569
|
+
name: "CONFIRM_SUPPLY",
|
|
10570
|
+
wallet_op: "ISSUE",
|
|
10571
|
+
wallet_from: null,
|
|
10572
|
+
wallet_to: "w.wal.share",
|
|
10573
|
+
debit: 51,
|
|
10574
|
+
credit: 80,
|
|
10575
|
+
human_name: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043F\u043E\u0441\u0442\u0430\u0432\u043A\u0438"
|
|
10576
|
+
},
|
|
10577
|
+
{
|
|
10578
|
+
code: "o.mkt.recv",
|
|
10579
|
+
process_type: "p.mkt.reqst",
|
|
10580
|
+
contract: "marketplace",
|
|
10581
|
+
name: "CONFIRM_RECEIPT",
|
|
10582
|
+
wallet_op: "TRANSFER",
|
|
10583
|
+
wallet_from: "w.wal.share",
|
|
10584
|
+
wallet_to: "w.mkt.payout",
|
|
10585
|
+
debit: 80,
|
|
10586
|
+
credit: 51,
|
|
10587
|
+
human_name: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u2014 \u0432\u044B\u043F\u043B\u0430\u0442\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0443"
|
|
10588
|
+
},
|
|
10589
|
+
// soviet
|
|
10590
|
+
{
|
|
10591
|
+
code: "o.sov.axncnv",
|
|
10592
|
+
process_type: "p.sov.axncnv",
|
|
10593
|
+
contract: "soviet",
|
|
10594
|
+
name: "CONVERT_AXN",
|
|
10595
|
+
wallet_op: "TRANSFER",
|
|
10596
|
+
wallet_from: "w.wal.share",
|
|
10597
|
+
wallet_to: "w.sov.delgte",
|
|
10598
|
+
debit: 80,
|
|
10599
|
+
credit: 86,
|
|
10600
|
+
human_name: "\u0422\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u044F \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432 \u0447\u043B\u0435\u043D\u0441\u043A\u0438\u0439 \u0432\u0437\u043D\u043E\u0441 \u0438\u043D\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u044B"
|
|
10601
|
+
},
|
|
10602
|
+
// migration
|
|
10603
|
+
{
|
|
10604
|
+
code: "o.mig.minshr",
|
|
10605
|
+
process_type: "p.mig.trans",
|
|
10606
|
+
contract: "migration",
|
|
10607
|
+
name: "MIN_SHARE",
|
|
10608
|
+
wallet_op: "ISSUE",
|
|
10609
|
+
wallet_from: null,
|
|
10610
|
+
wallet_to: "w.reg.minshr",
|
|
10611
|
+
debit: 51,
|
|
10612
|
+
credit: 80,
|
|
10613
|
+
human_name: "\u0422\u0440\u0430\u043D\u0437\u0438\u0442: \u043C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0435\u0432\u044B\u0435 \u0432\u0437\u043D\u043E\u0441\u044B"
|
|
10614
|
+
},
|
|
10615
|
+
{
|
|
10616
|
+
code: "o.mig.share",
|
|
10617
|
+
process_type: "p.mig.trans",
|
|
10618
|
+
contract: "migration",
|
|
10619
|
+
name: "SHARE",
|
|
10620
|
+
wallet_op: "ISSUE",
|
|
10621
|
+
wallet_from: null,
|
|
10622
|
+
wallet_to: "w.wal.share",
|
|
10623
|
+
debit: 51,
|
|
10624
|
+
credit: 80,
|
|
10625
|
+
human_name: "\u0422\u0440\u0430\u043D\u0437\u0438\u0442: \u043E\u0441\u0442\u0430\u0442\u043E\u043A \u043F\u0430\u0435\u0432\u044B\u0445 \u0432\u0437\u043D\u043E\u0441\u043E\u0432 \u0434\u0435\u043D\u044C\u0433\u0430\u043C\u0438"
|
|
10626
|
+
},
|
|
10627
|
+
{
|
|
10628
|
+
code: "o.mig.entry",
|
|
10629
|
+
process_type: "p.mig.trans",
|
|
10630
|
+
contract: "migration",
|
|
10631
|
+
name: "ENTRY",
|
|
10632
|
+
wallet_op: "ISSUE",
|
|
10633
|
+
wallet_from: null,
|
|
10634
|
+
wallet_to: "w.reg.entry",
|
|
10635
|
+
debit: 51,
|
|
10636
|
+
credit: 86,
|
|
10637
|
+
human_name: "\u0422\u0440\u0430\u043D\u0437\u0438\u0442: \u0432\u0441\u0442\u0443\u043F\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0432\u0437\u043D\u043E\u0441\u044B"
|
|
10638
|
+
},
|
|
10639
|
+
// adjustment (ручные корректировки председателя — динамические параметры,
|
|
10640
|
+
// не идут через ledger2::apply; см. operations.hpp `OPERATION_ADJUSTMENT_REGISTRY`).
|
|
10641
|
+
{
|
|
10642
|
+
code: "o.adj.walmove",
|
|
10643
|
+
process_type: "p.adj.fix",
|
|
10644
|
+
contract: "ledger2",
|
|
10645
|
+
name: "WALMOVE",
|
|
10646
|
+
wallet_op: null,
|
|
10647
|
+
wallet_from: null,
|
|
10648
|
+
wallet_to: null,
|
|
10649
|
+
debit: null,
|
|
10650
|
+
credit: null,
|
|
10651
|
+
human_name: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0435\u0436\u0434\u0443 \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0430\u043C\u0438",
|
|
10652
|
+
kind: "adjustment"
|
|
10653
|
+
},
|
|
10654
|
+
{
|
|
10655
|
+
code: "o.adj.rev",
|
|
10656
|
+
process_type: "p.adj.fix",
|
|
10657
|
+
contract: "ledger2",
|
|
10658
|
+
name: "REVERSAL",
|
|
10659
|
+
wallet_op: null,
|
|
10660
|
+
wallet_from: null,
|
|
10661
|
+
wallet_to: null,
|
|
10662
|
+
debit: null,
|
|
10663
|
+
credit: null,
|
|
10664
|
+
human_name: "\u041E\u0442\u043A\u0430\u0442 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0438",
|
|
10665
|
+
kind: "adjustment"
|
|
10666
|
+
}
|
|
10667
|
+
];
|
|
10668
|
+
const opByCode = new Map(
|
|
10669
|
+
LEDGER2_OPERATION_REGISTRY.map((o) => [o.code, o])
|
|
10110
10670
|
);
|
|
10111
|
-
function
|
|
10112
|
-
if (
|
|
10671
|
+
function getOperationMeta(code) {
|
|
10672
|
+
if (!code)
|
|
10113
10673
|
return void 0;
|
|
10114
|
-
return
|
|
10674
|
+
return opByCode.get(code);
|
|
10675
|
+
}
|
|
10676
|
+
function getOperationProcessType(code) {
|
|
10677
|
+
return getOperationMeta(code)?.process_type;
|
|
10678
|
+
}
|
|
10679
|
+
function getOperationHumanName(code) {
|
|
10680
|
+
return getOperationMeta(code)?.human_name;
|
|
10681
|
+
}
|
|
10682
|
+
function isAdjustmentOperation(code) {
|
|
10683
|
+
return !!code && code.startsWith("o.adj.");
|
|
10684
|
+
}
|
|
10685
|
+
|
|
10686
|
+
const LEDGER2_PROGRAMS = [
|
|
10687
|
+
{ id: 1, internal_name: "wallet", short_label: "\u0426\u041A", display_name: "\u0426\u041F\u041F \u0426\u0438\u0444\u0440\u043E\u0432\u043E\u0439 \u043A\u043E\u0448\u0435\u043B\u0451\u043A" },
|
|
10688
|
+
{ id: 2, internal_name: "marketplace", short_label: "\u041C\u0430\u0440\u043A\u0435\u0442", display_name: "\u0426\u041F\u041F \u041C\u0430\u0440\u043A\u0435\u0442\u043F\u043B\u0435\u0439\u0441" },
|
|
10689
|
+
{ id: 3, internal_name: "generator", short_label: "\u0413\u0435\u043D\u0435\u0440\u0430\u0442\u043E\u0440", display_name: "\u0426\u041F\u041F \u0413\u0435\u043D\u0435\u0440\u0430\u0442\u043E\u0440" },
|
|
10690
|
+
{ id: 4, internal_name: "blagorost", short_label: "\u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442", display_name: "\u0426\u041F\u041F \u0411\u043B\u0430\u0433\u043E\u0440\u043E\u0441\u0442" }
|
|
10691
|
+
];
|
|
10692
|
+
const programById = new Map(
|
|
10693
|
+
LEDGER2_PROGRAMS.map((p) => [p.id, p])
|
|
10694
|
+
);
|
|
10695
|
+
const programByInternalName = new Map(
|
|
10696
|
+
LEDGER2_PROGRAMS.map((p) => [p.internal_name, p])
|
|
10697
|
+
);
|
|
10698
|
+
function getProgramDescriptor(id) {
|
|
10699
|
+
return programById.get(id) ?? null;
|
|
10700
|
+
}
|
|
10701
|
+
function getProgramDescriptorByInternalName(name) {
|
|
10702
|
+
return programByInternalName.get(name) ?? null;
|
|
10703
|
+
}
|
|
10704
|
+
function getProgramLabel(id) {
|
|
10705
|
+
return programById.get(id)?.display_name ?? `\u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0430 \u2116${id}`;
|
|
10706
|
+
}
|
|
10707
|
+
function getProgramShortLabel(id) {
|
|
10708
|
+
return programById.get(id)?.short_label ?? `\u2116${id}`;
|
|
10115
10709
|
}
|
|
10116
10710
|
|
|
10117
10711
|
const index = {
|
|
10118
10712
|
__proto__: null,
|
|
10713
|
+
ALL_PROGRAM_WALLET_NAMES: ALL_PROGRAM_WALLET_NAMES,
|
|
10119
10714
|
LEDGER2_ACCOUNT_REGISTRY: LEDGER2_ACCOUNT_REGISTRY,
|
|
10715
|
+
LEDGER2_OPERATION_REGISTRY: LEDGER2_OPERATION_REGISTRY,
|
|
10716
|
+
LEDGER2_PROCESS_REGISTRY: LEDGER2_PROCESS_REGISTRY,
|
|
10717
|
+
LEDGER2_PROGRAMS: LEDGER2_PROGRAMS,
|
|
10718
|
+
LEDGER2_USER_SHARED_PROGRAM_MAPPING: LEDGER2_USER_SHARED_PROGRAM_MAPPING,
|
|
10120
10719
|
LEDGER2_WALLET_REGISTRY: LEDGER2_WALLET_REGISTRY,
|
|
10720
|
+
MEMBERSHIP_WALLET_NAME: MEMBERSHIP_WALLET_NAME,
|
|
10121
10721
|
getAccountMeta: getAccountMeta,
|
|
10122
10722
|
getAccountName: getAccountName,
|
|
10123
|
-
|
|
10124
|
-
|
|
10723
|
+
getOperationHumanName: getOperationHumanName,
|
|
10724
|
+
getOperationMeta: getOperationMeta,
|
|
10725
|
+
getOperationProcessType: getOperationProcessType,
|
|
10726
|
+
getProcessHumanName: getProcessHumanName,
|
|
10727
|
+
getProcessMeta: getProcessMeta,
|
|
10728
|
+
getProgramDescriptor: getProgramDescriptor,
|
|
10729
|
+
getProgramDescriptorByInternalName: getProgramDescriptorByInternalName,
|
|
10730
|
+
getProgramLabel: getProgramLabel,
|
|
10731
|
+
getProgramShortLabel: getProgramShortLabel,
|
|
10732
|
+
getWalletHumanName: getWalletHumanName,
|
|
10733
|
+
getWalletKind: getWalletKind,
|
|
10734
|
+
isAdjustmentOperation: isAdjustmentOperation,
|
|
10735
|
+
programIdForWallet: programIdForWallet,
|
|
10736
|
+
storedIdToCode: storedIdToCode,
|
|
10737
|
+
walletNamesForProgram: walletNamesForProgram
|
|
10125
10738
|
};
|
|
10126
10739
|
|
|
10127
10740
|
exports.AppsContract = index$14;
|
|
10128
|
-
exports.BranchContract = index$
|
|
10129
|
-
exports.CapitalContract = index$
|
|
10741
|
+
exports.BranchContract = index$1X;
|
|
10742
|
+
exports.CapitalContract = index$1j;
|
|
10130
10743
|
exports.Cooperative = index$2;
|
|
10131
|
-
exports.DraftContract = index$
|
|
10132
|
-
exports.FundContract = index$
|
|
10133
|
-
exports.GatewayContract = index$
|
|
10744
|
+
exports.DraftContract = index$1_;
|
|
10745
|
+
exports.FundContract = index$1U;
|
|
10746
|
+
exports.GatewayContract = index$1R;
|
|
10134
10747
|
exports.Interfaces = index$1;
|
|
10135
10748
|
exports.Ledger2 = index;
|
|
10136
|
-
exports.
|
|
10137
|
-
exports.
|
|
10749
|
+
exports.Ledger2Contract = index$1a;
|
|
10750
|
+
exports.LedgerContract = index$1d;
|
|
10751
|
+
exports.MarketContract = index$1u;
|
|
10138
10752
|
exports.MeetContract = index$17;
|
|
10139
|
-
exports.MsigContract = index$
|
|
10140
|
-
exports.RegistratorContract = index$
|
|
10141
|
-
exports.SovietContract = index$
|
|
10142
|
-
exports.SystemContract = index$
|
|
10143
|
-
exports.TokenContract = index$
|
|
10144
|
-
exports.WalletContract = index$
|
|
10145
|
-
exports.WrapContract = index$
|
|
10146
|
-
exports._Common = index$
|
|
10753
|
+
exports.MsigContract = index$1r;
|
|
10754
|
+
exports.RegistratorContract = index$1O;
|
|
10755
|
+
exports.SovietContract = index$1x;
|
|
10756
|
+
exports.SystemContract = index$1m;
|
|
10757
|
+
exports.TokenContract = index$1L;
|
|
10758
|
+
exports.WalletContract = index$1g;
|
|
10759
|
+
exports.WrapContract = index$1p;
|
|
10760
|
+
exports._Common = index$21;
|