@glamsystems/glam-sdk 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/index.cjs.js +9309 -4898
  2. package/index.esm.js +9299 -4900
  3. package/package.json +1 -1
  4. package/src/assets.d.ts +3 -0
  5. package/src/client/access.d.ts +13 -0
  6. package/src/client/base.d.ts +3 -1
  7. package/src/client/drift/protocol-v2.d.ts +37 -0
  8. package/src/client/fees.d.ts +3 -0
  9. package/src/client/invest.d.ts +1 -1
  10. package/src/client/mint.d.ts +54 -1
  11. package/src/constants.d.ts +5 -0
  12. package/src/deser/index.d.ts +1 -0
  13. package/src/deser/tokenAclLayouts.d.ts +67 -0
  14. package/src/glamExports.d.ts +210 -260
  15. package/src/index.d.ts +1 -0
  16. package/src/utils/accounts.d.ts +5 -0
  17. package/src/utils/bitmask.d.ts +3 -0
  18. package/src/utils/glamPDAs.d.ts +5 -0
  19. package/target/idl/ext_drift-staging.json +1598 -149
  20. package/target/idl/ext_drift.json +1096 -127
  21. package/target/idl/glam_config.json +3 -0
  22. package/target/idl/glam_mint-staging.json +865 -0
  23. package/target/idl/glam_mint.json +25 -0
  24. package/target/idl/glam_protocol-staging.json +305 -0
  25. package/target/idl/glam_protocol.json +15 -0
  26. package/target/types/ext_drift-staging.ts +1598 -149
  27. package/target/types/ext_drift.d.ts +1102 -133
  28. package/target/types/ext_drift.ts +1096 -127
  29. package/target/types/glam_config.d.ts +3 -0
  30. package/target/types/glam_config.ts +3 -0
  31. package/target/types/glam_mint-staging.ts +865 -0
  32. package/target/types/glam_mint.d.ts +25 -0
  33. package/target/types/glam_mint.ts +25 -0
  34. package/target/types/glam_protocol-staging.ts +305 -0
  35. package/target/types/glam_protocol.d.ts +15 -0
  36. package/target/types/glam_protocol.ts +15 -0
@@ -13,6 +13,521 @@ export type GlamMint = {
13
13
  "description": "GLAM mint program"
14
14
  },
15
15
  "instructions": [
16
+ {
17
+ "name": "aclGateAddWallet",
18
+ "discriminator": [
19
+ 177,
20
+ 209,
21
+ 222,
22
+ 44,
23
+ 139,
24
+ 216,
25
+ 75,
26
+ 85
27
+ ],
28
+ "accounts": [
29
+ {
30
+ "name": "glamState"
31
+ },
32
+ {
33
+ "name": "glamSigner",
34
+ "writable": true,
35
+ "signer": true
36
+ },
37
+ {
38
+ "name": "glamMint",
39
+ "writable": true
40
+ },
41
+ {
42
+ "name": "listConfig",
43
+ "writable": true
44
+ },
45
+ {
46
+ "name": "wallet"
47
+ },
48
+ {
49
+ "name": "walletEntry",
50
+ "writable": true,
51
+ "pda": {
52
+ "seeds": [
53
+ {
54
+ "kind": "const",
55
+ "value": [
56
+ 119,
57
+ 97,
58
+ 108,
59
+ 108,
60
+ 101,
61
+ 116,
62
+ 95,
63
+ 101,
64
+ 110,
65
+ 116,
66
+ 114,
67
+ 121
68
+ ]
69
+ },
70
+ {
71
+ "kind": "account",
72
+ "path": "listConfig"
73
+ },
74
+ {
75
+ "kind": "account",
76
+ "path": "wallet"
77
+ }
78
+ ],
79
+ "program": {
80
+ "kind": "const",
81
+ "value": [
82
+ 225,
83
+ 75,
84
+ 51,
85
+ 208,
86
+ 94,
87
+ 242,
88
+ 103,
89
+ 39,
90
+ 36,
91
+ 154,
92
+ 175,
93
+ 185,
94
+ 45,
95
+ 215,
96
+ 178,
97
+ 172,
98
+ 212,
99
+ 90,
100
+ 38,
101
+ 236,
102
+ 241,
103
+ 111,
104
+ 194,
105
+ 147,
106
+ 148,
107
+ 148,
108
+ 49,
109
+ 31,
110
+ 143,
111
+ 249,
112
+ 136,
113
+ 203
114
+ ]
115
+ }
116
+ }
117
+ },
118
+ {
119
+ "name": "tokenAclGateProgram",
120
+ "address": "GATEzzqxhJnsWF6vHRsgtixxSB8PaQdcqGEVTEHWiULz"
121
+ },
122
+ {
123
+ "name": "systemProgram",
124
+ "address": "11111111111111111111111111111111"
125
+ },
126
+ {
127
+ "name": "glamProtocol",
128
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
129
+ }
130
+ ],
131
+ "args": []
132
+ },
133
+ {
134
+ "name": "aclGateCreateList",
135
+ "discriminator": [
136
+ 58,
137
+ 42,
138
+ 187,
139
+ 89,
140
+ 245,
141
+ 216,
142
+ 223,
143
+ 82
144
+ ],
145
+ "accounts": [
146
+ {
147
+ "name": "glamState"
148
+ },
149
+ {
150
+ "name": "glamSigner",
151
+ "writable": true,
152
+ "signer": true
153
+ },
154
+ {
155
+ "name": "glamMint",
156
+ "writable": true
157
+ },
158
+ {
159
+ "name": "listConfig",
160
+ "writable": true,
161
+ "pda": {
162
+ "seeds": [
163
+ {
164
+ "kind": "const",
165
+ "value": [
166
+ 108,
167
+ 105,
168
+ 115,
169
+ 116,
170
+ 95,
171
+ 99,
172
+ 111,
173
+ 110,
174
+ 102,
175
+ 105,
176
+ 103
177
+ ]
178
+ },
179
+ {
180
+ "kind": "account",
181
+ "path": "glamMint"
182
+ },
183
+ {
184
+ "kind": "arg",
185
+ "path": "seed"
186
+ }
187
+ ],
188
+ "program": {
189
+ "kind": "const",
190
+ "value": [
191
+ 225,
192
+ 75,
193
+ 51,
194
+ 208,
195
+ 94,
196
+ 242,
197
+ 103,
198
+ 39,
199
+ 36,
200
+ 154,
201
+ 175,
202
+ 185,
203
+ 45,
204
+ 215,
205
+ 178,
206
+ 172,
207
+ 212,
208
+ 90,
209
+ 38,
210
+ 236,
211
+ 241,
212
+ 111,
213
+ 194,
214
+ 147,
215
+ 148,
216
+ 148,
217
+ 49,
218
+ 31,
219
+ 143,
220
+ 249,
221
+ 136,
222
+ 203
223
+ ]
224
+ }
225
+ }
226
+ },
227
+ {
228
+ "name": "tokenAclGateProgram",
229
+ "address": "GATEzzqxhJnsWF6vHRsgtixxSB8PaQdcqGEVTEHWiULz"
230
+ },
231
+ {
232
+ "name": "systemProgram",
233
+ "address": "11111111111111111111111111111111"
234
+ },
235
+ {
236
+ "name": "glamProtocol",
237
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
238
+ }
239
+ ],
240
+ "args": [
241
+ {
242
+ "name": "seed",
243
+ "type": {
244
+ "array": [
245
+ "u8",
246
+ 32
247
+ ]
248
+ }
249
+ },
250
+ {
251
+ "name": "mode",
252
+ "type": "u8"
253
+ }
254
+ ]
255
+ },
256
+ {
257
+ "name": "aclGateDeleteList",
258
+ "discriminator": [
259
+ 113,
260
+ 175,
261
+ 235,
262
+ 163,
263
+ 178,
264
+ 217,
265
+ 46,
266
+ 134
267
+ ],
268
+ "accounts": [
269
+ {
270
+ "name": "glamState"
271
+ },
272
+ {
273
+ "name": "glamSigner",
274
+ "writable": true,
275
+ "signer": true
276
+ },
277
+ {
278
+ "name": "glamMint",
279
+ "writable": true
280
+ },
281
+ {
282
+ "name": "listConfig",
283
+ "writable": true
284
+ },
285
+ {
286
+ "name": "tokenAclGateProgram",
287
+ "address": "GATEzzqxhJnsWF6vHRsgtixxSB8PaQdcqGEVTEHWiULz"
288
+ },
289
+ {
290
+ "name": "systemProgram",
291
+ "address": "11111111111111111111111111111111"
292
+ },
293
+ {
294
+ "name": "glamProtocol",
295
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
296
+ }
297
+ ],
298
+ "args": []
299
+ },
300
+ {
301
+ "name": "aclGateRemoveWallet",
302
+ "discriminator": [
303
+ 74,
304
+ 153,
305
+ 117,
306
+ 215,
307
+ 253,
308
+ 225,
309
+ 59,
310
+ 63
311
+ ],
312
+ "accounts": [
313
+ {
314
+ "name": "glamState"
315
+ },
316
+ {
317
+ "name": "glamSigner",
318
+ "writable": true,
319
+ "signer": true
320
+ },
321
+ {
322
+ "name": "glamMint",
323
+ "writable": true
324
+ },
325
+ {
326
+ "name": "listConfig",
327
+ "writable": true
328
+ },
329
+ {
330
+ "name": "walletEntry",
331
+ "writable": true
332
+ },
333
+ {
334
+ "name": "tokenAclGateProgram",
335
+ "address": "GATEzzqxhJnsWF6vHRsgtixxSB8PaQdcqGEVTEHWiULz"
336
+ },
337
+ {
338
+ "name": "systemProgram",
339
+ "address": "11111111111111111111111111111111"
340
+ },
341
+ {
342
+ "name": "glamProtocol",
343
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
344
+ }
345
+ ],
346
+ "args": []
347
+ },
348
+ {
349
+ "name": "aclGateSetupExtraMetas",
350
+ "discriminator": [
351
+ 47,
352
+ 15,
353
+ 98,
354
+ 58,
355
+ 82,
356
+ 141,
357
+ 213,
358
+ 121
359
+ ],
360
+ "accounts": [
361
+ {
362
+ "name": "glamState",
363
+ "writable": true
364
+ },
365
+ {
366
+ "name": "glamSigner",
367
+ "writable": true,
368
+ "signer": true
369
+ },
370
+ {
371
+ "name": "glamMint",
372
+ "writable": true
373
+ },
374
+ {
375
+ "name": "mintConfig",
376
+ "pda": {
377
+ "seeds": [
378
+ {
379
+ "kind": "const",
380
+ "value": [
381
+ 77,
382
+ 73,
383
+ 78,
384
+ 84,
385
+ 95,
386
+ 67,
387
+ 79,
388
+ 78,
389
+ 70,
390
+ 73,
391
+ 71
392
+ ]
393
+ },
394
+ {
395
+ "kind": "account",
396
+ "path": "glamMint"
397
+ }
398
+ ],
399
+ "program": {
400
+ "kind": "const",
401
+ "value": [
402
+ 6,
403
+ 179,
404
+ 127,
405
+ 154,
406
+ 112,
407
+ 244,
408
+ 6,
409
+ 234,
410
+ 54,
411
+ 211,
412
+ 41,
413
+ 245,
414
+ 148,
415
+ 165,
416
+ 22,
417
+ 5,
418
+ 150,
419
+ 15,
420
+ 242,
421
+ 225,
422
+ 55,
423
+ 23,
424
+ 91,
425
+ 46,
426
+ 218,
427
+ 0,
428
+ 102,
429
+ 202,
430
+ 50,
431
+ 58,
432
+ 107,
433
+ 206
434
+ ]
435
+ }
436
+ }
437
+ },
438
+ {
439
+ "name": "extraMetas",
440
+ "writable": true,
441
+ "pda": {
442
+ "seeds": [
443
+ {
444
+ "kind": "const",
445
+ "value": [
446
+ 116,
447
+ 104,
448
+ 97,
449
+ 119,
450
+ 95,
451
+ 101,
452
+ 120,
453
+ 116,
454
+ 114,
455
+ 97,
456
+ 95,
457
+ 97,
458
+ 99,
459
+ 99,
460
+ 111,
461
+ 117,
462
+ 110,
463
+ 116,
464
+ 95,
465
+ 109,
466
+ 101,
467
+ 116,
468
+ 97,
469
+ 115
470
+ ]
471
+ },
472
+ {
473
+ "kind": "account",
474
+ "path": "glamMint"
475
+ }
476
+ ],
477
+ "program": {
478
+ "kind": "const",
479
+ "value": [
480
+ 225,
481
+ 75,
482
+ 51,
483
+ 208,
484
+ 94,
485
+ 242,
486
+ 103,
487
+ 39,
488
+ 36,
489
+ 154,
490
+ 175,
491
+ 185,
492
+ 45,
493
+ 215,
494
+ 178,
495
+ 172,
496
+ 212,
497
+ 90,
498
+ 38,
499
+ 236,
500
+ 241,
501
+ 111,
502
+ 194,
503
+ 147,
504
+ 148,
505
+ 148,
506
+ 49,
507
+ 31,
508
+ 143,
509
+ 249,
510
+ 136,
511
+ 203
512
+ ]
513
+ }
514
+ }
515
+ },
516
+ {
517
+ "name": "tokenAclGateProgram",
518
+ "address": "GATEzzqxhJnsWF6vHRsgtixxSB8PaQdcqGEVTEHWiULz"
519
+ },
520
+ {
521
+ "name": "systemProgram",
522
+ "address": "11111111111111111111111111111111"
523
+ },
524
+ {
525
+ "name": "glamProtocol",
526
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
527
+ }
528
+ ],
529
+ "args": []
530
+ },
16
531
  {
17
532
  "name": "burnTokens",
18
533
  "discriminator": [
@@ -1187,6 +1702,123 @@ export type GlamMint = {
1187
1702
  }
1188
1703
  ]
1189
1704
  },
1705
+ {
1706
+ "name": "enableTokenAcl",
1707
+ "discriminator": [
1708
+ 223,
1709
+ 179,
1710
+ 117,
1711
+ 163,
1712
+ 201,
1713
+ 185,
1714
+ 222,
1715
+ 34
1716
+ ],
1717
+ "accounts": [
1718
+ {
1719
+ "name": "glamState",
1720
+ "writable": true
1721
+ },
1722
+ {
1723
+ "name": "glamSigner",
1724
+ "writable": true,
1725
+ "signer": true
1726
+ },
1727
+ {
1728
+ "name": "glamMint",
1729
+ "writable": true
1730
+ },
1731
+ {
1732
+ "name": "mintConfig",
1733
+ "writable": true,
1734
+ "pda": {
1735
+ "seeds": [
1736
+ {
1737
+ "kind": "const",
1738
+ "value": [
1739
+ 77,
1740
+ 73,
1741
+ 78,
1742
+ 84,
1743
+ 95,
1744
+ 67,
1745
+ 79,
1746
+ 78,
1747
+ 70,
1748
+ 73,
1749
+ 71
1750
+ ]
1751
+ },
1752
+ {
1753
+ "kind": "account",
1754
+ "path": "glamMint"
1755
+ }
1756
+ ],
1757
+ "program": {
1758
+ "kind": "const",
1759
+ "value": [
1760
+ 6,
1761
+ 179,
1762
+ 127,
1763
+ 154,
1764
+ 112,
1765
+ 244,
1766
+ 6,
1767
+ 234,
1768
+ 54,
1769
+ 211,
1770
+ 41,
1771
+ 245,
1772
+ 148,
1773
+ 165,
1774
+ 22,
1775
+ 5,
1776
+ 150,
1777
+ 15,
1778
+ 242,
1779
+ 225,
1780
+ 55,
1781
+ 23,
1782
+ 91,
1783
+ 46,
1784
+ 218,
1785
+ 0,
1786
+ 102,
1787
+ 202,
1788
+ 50,
1789
+ 58,
1790
+ 107,
1791
+ 206
1792
+ ]
1793
+ }
1794
+ }
1795
+ },
1796
+ {
1797
+ "name": "tokenAclProgram",
1798
+ "address": "TACLkU6CiCdkQN2MjoyDkVg2yAH9zkxiHDsiztQ52TP"
1799
+ },
1800
+ {
1801
+ "name": "token2022Program",
1802
+ "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
1803
+ },
1804
+ {
1805
+ "name": "systemProgram",
1806
+ "address": "11111111111111111111111111111111"
1807
+ },
1808
+ {
1809
+ "name": "glamProtocol",
1810
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
1811
+ }
1812
+ ],
1813
+ "args": [
1814
+ {
1815
+ "name": "gatingProgram",
1816
+ "type": {
1817
+ "option": "pubkey"
1818
+ }
1819
+ }
1820
+ ]
1821
+ },
1190
1822
  {
1191
1823
  "name": "forceTransferTokens",
1192
1824
  "discriminator": [
@@ -4458,6 +5090,214 @@ export type GlamMint = {
4458
5090
  }
4459
5091
  ]
4460
5092
  },
5093
+ {
5094
+ "name": "tokenAclFreeze",
5095
+ "discriminator": [
5096
+ 208,
5097
+ 39,
5098
+ 70,
5099
+ 196,
5100
+ 226,
5101
+ 118,
5102
+ 235,
5103
+ 31
5104
+ ],
5105
+ "accounts": [
5106
+ {
5107
+ "name": "glamState"
5108
+ },
5109
+ {
5110
+ "name": "glamSigner",
5111
+ "writable": true,
5112
+ "signer": true
5113
+ },
5114
+ {
5115
+ "name": "glamMint",
5116
+ "writable": true
5117
+ },
5118
+ {
5119
+ "name": "mintConfig",
5120
+ "pda": {
5121
+ "seeds": [
5122
+ {
5123
+ "kind": "const",
5124
+ "value": [
5125
+ 77,
5126
+ 73,
5127
+ 78,
5128
+ 84,
5129
+ 95,
5130
+ 67,
5131
+ 79,
5132
+ 78,
5133
+ 70,
5134
+ 73,
5135
+ 71
5136
+ ]
5137
+ },
5138
+ {
5139
+ "kind": "account",
5140
+ "path": "glamMint"
5141
+ }
5142
+ ],
5143
+ "program": {
5144
+ "kind": "const",
5145
+ "value": [
5146
+ 6,
5147
+ 179,
5148
+ 127,
5149
+ 154,
5150
+ 112,
5151
+ 244,
5152
+ 6,
5153
+ 234,
5154
+ 54,
5155
+ 211,
5156
+ 41,
5157
+ 245,
5158
+ 148,
5159
+ 165,
5160
+ 22,
5161
+ 5,
5162
+ 150,
5163
+ 15,
5164
+ 242,
5165
+ 225,
5166
+ 55,
5167
+ 23,
5168
+ 91,
5169
+ 46,
5170
+ 218,
5171
+ 0,
5172
+ 102,
5173
+ 202,
5174
+ 50,
5175
+ 58,
5176
+ 107,
5177
+ 206
5178
+ ]
5179
+ }
5180
+ }
5181
+ },
5182
+ {
5183
+ "name": "tokenAclProgram",
5184
+ "address": "TACLkU6CiCdkQN2MjoyDkVg2yAH9zkxiHDsiztQ52TP"
5185
+ },
5186
+ {
5187
+ "name": "token2022Program",
5188
+ "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
5189
+ },
5190
+ {
5191
+ "name": "glamProtocol",
5192
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
5193
+ }
5194
+ ],
5195
+ "args": []
5196
+ },
5197
+ {
5198
+ "name": "tokenAclThaw",
5199
+ "discriminator": [
5200
+ 8,
5201
+ 45,
5202
+ 41,
5203
+ 107,
5204
+ 188,
5205
+ 132,
5206
+ 187,
5207
+ 55
5208
+ ],
5209
+ "accounts": [
5210
+ {
5211
+ "name": "glamState"
5212
+ },
5213
+ {
5214
+ "name": "glamSigner",
5215
+ "writable": true,
5216
+ "signer": true
5217
+ },
5218
+ {
5219
+ "name": "glamMint",
5220
+ "writable": true
5221
+ },
5222
+ {
5223
+ "name": "mintConfig",
5224
+ "pda": {
5225
+ "seeds": [
5226
+ {
5227
+ "kind": "const",
5228
+ "value": [
5229
+ 77,
5230
+ 73,
5231
+ 78,
5232
+ 84,
5233
+ 95,
5234
+ 67,
5235
+ 79,
5236
+ 78,
5237
+ 70,
5238
+ 73,
5239
+ 71
5240
+ ]
5241
+ },
5242
+ {
5243
+ "kind": "account",
5244
+ "path": "glamMint"
5245
+ }
5246
+ ],
5247
+ "program": {
5248
+ "kind": "const",
5249
+ "value": [
5250
+ 6,
5251
+ 179,
5252
+ 127,
5253
+ 154,
5254
+ 112,
5255
+ 244,
5256
+ 6,
5257
+ 234,
5258
+ 54,
5259
+ 211,
5260
+ 41,
5261
+ 245,
5262
+ 148,
5263
+ 165,
5264
+ 22,
5265
+ 5,
5266
+ 150,
5267
+ 15,
5268
+ 242,
5269
+ 225,
5270
+ 55,
5271
+ 23,
5272
+ 91,
5273
+ 46,
5274
+ 218,
5275
+ 0,
5276
+ 102,
5277
+ 202,
5278
+ 50,
5279
+ 58,
5280
+ 107,
5281
+ 206
5282
+ ]
5283
+ }
5284
+ }
5285
+ },
5286
+ {
5287
+ "name": "tokenAclProgram",
5288
+ "address": "TACLkU6CiCdkQN2MjoyDkVg2yAH9zkxiHDsiztQ52TP"
5289
+ },
5290
+ {
5291
+ "name": "token2022Program",
5292
+ "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
5293
+ },
5294
+ {
5295
+ "name": "glamProtocol",
5296
+ "address": "gstgptmbgJVi5f8ZmSRVZjZkDQwqKa3xWuUtD5WmJHz"
5297
+ }
5298
+ ],
5299
+ "args": []
5300
+ },
4461
5301
  {
4462
5302
  "name": "updateMint",
4463
5303
  "discriminator": [
@@ -4783,6 +5623,16 @@ export type GlamMint = {
4783
5623
  "code": 6016,
4784
5624
  "name": "amountBelowMinimum",
4785
5625
  "msg": "Amount below minimum threshold"
5626
+ },
5627
+ {
5628
+ "code": 6017,
5629
+ "name": "tokenAclManagesFreezeThaw",
5630
+ "msg": "Token ACL is enabled; freeze/thaw is managed by the Token ACL program"
5631
+ },
5632
+ {
5633
+ "code": 6018,
5634
+ "name": "invalidMintState",
5635
+ "msg": "Invalid mint state"
4786
5636
  }
4787
5637
  ],
4788
5638
  "types": [
@@ -6093,6 +6943,21 @@ export type GlamMint = {
6093
6943
  "name": "protoMintPermSetTokenAccountState",
6094
6944
  "type": "u64",
6095
6945
  "value": "8"
6946
+ },
6947
+ {
6948
+ "name": "protoMintPermTokenAclApplyList",
6949
+ "type": "u64",
6950
+ "value": "2048"
6951
+ },
6952
+ {
6953
+ "name": "protoMintPermTokenAclFreezeThaw",
6954
+ "type": "u64",
6955
+ "value": "512"
6956
+ },
6957
+ {
6958
+ "name": "protoMintPermTokenAclManageList",
6959
+ "type": "u64",
6960
+ "value": "1024"
6096
6961
  }
6097
6962
  ]
6098
6963
  };