@helium/idls 0.9.23 → 0.10.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/lib/cjs/circuit_breaker.js +0 -548
  2. package/lib/cjs/circuit_breaker.js.map +1 -1
  3. package/lib/cjs/conversion_escrow.js +369 -0
  4. package/lib/cjs/conversion_escrow.js.map +1 -0
  5. package/lib/cjs/data_credits.js +0 -1233
  6. package/lib/cjs/data_credits.js.map +1 -1
  7. package/lib/cjs/dc_conversion_escrow.js +280 -0
  8. package/lib/cjs/dc_conversion_escrow.js.map +1 -0
  9. package/lib/cjs/dc_convesion_escrow.js +269 -0
  10. package/lib/cjs/dc_convesion_escrow.js.map +1 -0
  11. package/lib/cjs/fanout.js +0 -734
  12. package/lib/cjs/fanout.js.map +1 -1
  13. package/lib/cjs/helium_entity_manager.js +0 -4600
  14. package/lib/cjs/helium_entity_manager.js.map +1 -1
  15. package/lib/cjs/helium_sub_daos.js +0 -3305
  16. package/lib/cjs/helium_sub_daos.js.map +1 -1
  17. package/lib/cjs/hexboosting.js +0 -649
  18. package/lib/cjs/hexboosting.js.map +1 -1
  19. package/lib/cjs/iot_routing_manager.js +987 -0
  20. package/lib/cjs/iot_routing_manager.js.map +1 -0
  21. package/lib/cjs/lazy_distributor.js +0 -1303
  22. package/lib/cjs/lazy_distributor.js.map +1 -1
  23. package/lib/cjs/lazy_transactions.js +0 -536
  24. package/lib/cjs/lazy_transactions.js.map +1 -1
  25. package/lib/cjs/mobile_entity_manager.js +0 -1372
  26. package/lib/cjs/mobile_entity_manager.js.map +1 -1
  27. package/lib/cjs/no_emit.js +0 -90
  28. package/lib/cjs/no_emit.js.map +1 -1
  29. package/lib/cjs/position_voting_rewards.js +1051 -0
  30. package/lib/cjs/position_voting_rewards.js.map +1 -0
  31. package/lib/cjs/price_oracle.js +0 -254
  32. package/lib/cjs/price_oracle.js.map +1 -1
  33. package/lib/cjs/rewards_oracle.js +0 -165
  34. package/lib/cjs/rewards_oracle.js.map +1 -1
  35. package/lib/cjs/treasury_management.js +0 -421
  36. package/lib/cjs/treasury_management.js.map +1 -1
  37. package/lib/cjs/voter_stake_registry.js +0 -2222
  38. package/lib/cjs/voter_stake_registry.js.map +1 -1
  39. package/lib/esm/circuit_breaker.js +1 -547
  40. package/lib/esm/circuit_breaker.js.map +1 -1
  41. package/lib/esm/conversion_escrow.js +366 -0
  42. package/lib/esm/conversion_escrow.js.map +1 -0
  43. package/lib/esm/data_credits.js +1 -1232
  44. package/lib/esm/data_credits.js.map +1 -1
  45. package/lib/esm/dc_conversion_escrow.js +277 -0
  46. package/lib/esm/dc_conversion_escrow.js.map +1 -0
  47. package/lib/esm/dc_convesion_escrow.js +266 -0
  48. package/lib/esm/dc_convesion_escrow.js.map +1 -0
  49. package/lib/esm/fanout.js +1 -733
  50. package/lib/esm/fanout.js.map +1 -1
  51. package/lib/esm/helium_entity_manager.js +1 -4599
  52. package/lib/esm/helium_entity_manager.js.map +1 -1
  53. package/lib/esm/helium_sub_daos.js +1 -3304
  54. package/lib/esm/helium_sub_daos.js.map +1 -1
  55. package/lib/esm/hexboosting.js +1 -648
  56. package/lib/esm/hexboosting.js.map +1 -1
  57. package/lib/esm/iot_routing_manager.js +984 -0
  58. package/lib/esm/iot_routing_manager.js.map +1 -0
  59. package/lib/esm/lazy_distributor.js +1 -1302
  60. package/lib/esm/lazy_distributor.js.map +1 -1
  61. package/lib/esm/lazy_transactions.js +1 -535
  62. package/lib/esm/lazy_transactions.js.map +1 -1
  63. package/lib/esm/mobile_entity_manager.js +1 -1371
  64. package/lib/esm/mobile_entity_manager.js.map +1 -1
  65. package/lib/esm/no_emit.js +1 -89
  66. package/lib/esm/no_emit.js.map +1 -1
  67. package/lib/esm/position_voting_rewards.js +1048 -0
  68. package/lib/esm/position_voting_rewards.js.map +1 -0
  69. package/lib/esm/price_oracle.js +1 -253
  70. package/lib/esm/price_oracle.js.map +1 -1
  71. package/lib/esm/rewards_oracle.js +1 -164
  72. package/lib/esm/rewards_oracle.js.map +1 -1
  73. package/lib/esm/treasury_management.js +1 -420
  74. package/lib/esm/treasury_management.js.map +1 -1
  75. package/lib/esm/voter_stake_registry.js +1 -2221
  76. package/lib/esm/voter_stake_registry.js.map +1 -1
  77. package/lib/types/circuit_breaker.d.ts +370 -184
  78. package/lib/types/circuit_breaker.d.ts.map +1 -1
  79. package/lib/types/conversion_escrow.d.ts +367 -0
  80. package/lib/types/conversion_escrow.d.ts.map +1 -0
  81. package/lib/types/data_credits.d.ts +1794 -612
  82. package/lib/types/data_credits.d.ts.map +1 -1
  83. package/lib/types/dc_conversion_escrow.d.ts +278 -0
  84. package/lib/types/dc_conversion_escrow.d.ts.map +1 -0
  85. package/lib/types/dc_convesion_escrow.d.ts +267 -0
  86. package/lib/types/dc_convesion_escrow.d.ts.map +1 -0
  87. package/lib/types/fanout.d.ts +1094 -291
  88. package/lib/types/fanout.d.ts.map +1 -1
  89. package/lib/types/helium_entity_manager.d.ts +4468 -2372
  90. package/lib/types/helium_entity_manager.d.ts.map +1 -1
  91. package/lib/types/helium_sub_daos.d.ts +3817 -1938
  92. package/lib/types/helium_sub_daos.d.ts.map +1 -1
  93. package/lib/types/hexboosting.d.ts +812 -233
  94. package/lib/types/hexboosting.d.ts.map +1 -1
  95. package/lib/types/iot_routing_manager.d.ts +985 -0
  96. package/lib/types/iot_routing_manager.d.ts.map +1 -0
  97. package/lib/types/lazy_distributor.d.ts +1599 -753
  98. package/lib/types/lazy_distributor.d.ts.map +1 -1
  99. package/lib/types/lazy_transactions.d.ts +339 -227
  100. package/lib/types/lazy_transactions.d.ts.map +1 -1
  101. package/lib/types/mobile_entity_manager.d.ts +1963 -541
  102. package/lib/types/mobile_entity_manager.d.ts.map +1 -1
  103. package/lib/types/no_emit.d.ts +165 -23
  104. package/lib/types/no_emit.d.ts.map +1 -1
  105. package/lib/types/position_voting_rewards.d.ts +1049 -0
  106. package/lib/types/position_voting_rewards.d.ts.map +1 -0
  107. package/lib/types/price_oracle.d.ts +178 -109
  108. package/lib/types/price_oracle.d.ts.map +1 -1
  109. package/lib/types/rewards_oracle.d.ts +364 -43
  110. package/lib/types/rewards_oracle.d.ts.map +1 -1
  111. package/lib/types/treasury_management.d.ts +487 -171
  112. package/lib/types/treasury_management.d.ts.map +1 -1
  113. package/lib/types/voter_stake_registry.d.ts +2919 -1295
  114. package/lib/types/voter_stake_registry.d.ts.map +1 -1
  115. package/package.json +3 -3
@@ -1,36 +1,329 @@
1
+ /**
2
+ * Program IDL in camelCase format in order to be used in JS/TS.
3
+ *
4
+ * Note that this is only a type helper and is not the actual IDL. The original
5
+ * IDL can be found at `target/idl/fanout.json`.
6
+ */
1
7
  export type Fanout = {
2
- "version": "0.1.1";
3
- "name": "fanout";
8
+ "address": "fanqeMu3fw8R4LwKNbahPtYXJsyLL6NXyfe2BqzhfB6";
9
+ "metadata": {
10
+ "name": "fanout";
11
+ "version": "0.1.1";
12
+ "spec": "0.1.0";
13
+ "description": "Created with Anchor";
14
+ };
4
15
  "instructions": [
16
+ {
17
+ "name": "distributeV0";
18
+ "discriminator": [
19
+ 109,
20
+ 230,
21
+ 224,
22
+ 47,
23
+ 40,
24
+ 70,
25
+ 90,
26
+ 148
27
+ ];
28
+ "accounts": [
29
+ {
30
+ "name": "payer";
31
+ "writable": true;
32
+ "signer": true;
33
+ },
34
+ {
35
+ "name": "fanout";
36
+ "writable": true;
37
+ "relations": [
38
+ "voucher"
39
+ ];
40
+ },
41
+ {
42
+ "name": "fanoutMint";
43
+ "relations": [
44
+ "fanout"
45
+ ];
46
+ },
47
+ {
48
+ "name": "tokenAccount";
49
+ "writable": true;
50
+ "relations": [
51
+ "fanout"
52
+ ];
53
+ },
54
+ {
55
+ "name": "owner";
56
+ },
57
+ {
58
+ "name": "toAccount";
59
+ "writable": true;
60
+ "pda": {
61
+ "seeds": [
62
+ {
63
+ "kind": "account";
64
+ "path": "owner";
65
+ },
66
+ {
67
+ "kind": "const";
68
+ "value": [
69
+ 6,
70
+ 221,
71
+ 246,
72
+ 225,
73
+ 215,
74
+ 101,
75
+ 161,
76
+ 147,
77
+ 217,
78
+ 203,
79
+ 225,
80
+ 70,
81
+ 206,
82
+ 235,
83
+ 121,
84
+ 172,
85
+ 28,
86
+ 180,
87
+ 133,
88
+ 237,
89
+ 95,
90
+ 91,
91
+ 55,
92
+ 145,
93
+ 58,
94
+ 140,
95
+ 245,
96
+ 133,
97
+ 126,
98
+ 255,
99
+ 0,
100
+ 169
101
+ ];
102
+ },
103
+ {
104
+ "kind": "account";
105
+ "path": "fanoutMint";
106
+ }
107
+ ];
108
+ "program": {
109
+ "kind": "const";
110
+ "value": [
111
+ 140,
112
+ 151,
113
+ 37,
114
+ 143,
115
+ 78,
116
+ 36,
117
+ 137,
118
+ 241,
119
+ 187,
120
+ 61,
121
+ 16,
122
+ 41,
123
+ 20,
124
+ 142,
125
+ 13,
126
+ 131,
127
+ 11,
128
+ 90,
129
+ 19,
130
+ 153,
131
+ 218,
132
+ 255,
133
+ 16,
134
+ 132,
135
+ 4,
136
+ 142,
137
+ 123,
138
+ 216,
139
+ 219,
140
+ 233,
141
+ 248,
142
+ 89
143
+ ];
144
+ };
145
+ };
146
+ },
147
+ {
148
+ "name": "voucher";
149
+ "writable": true;
150
+ "pda": {
151
+ "seeds": [
152
+ {
153
+ "kind": "const";
154
+ "value": [
155
+ 102,
156
+ 97,
157
+ 110,
158
+ 111,
159
+ 117,
160
+ 116,
161
+ 95,
162
+ 118,
163
+ 111,
164
+ 117,
165
+ 99,
166
+ 104,
167
+ 101,
168
+ 114
169
+ ];
170
+ },
171
+ {
172
+ "kind": "account";
173
+ "path": "mint";
174
+ }
175
+ ];
176
+ };
177
+ },
178
+ {
179
+ "name": "mint";
180
+ "relations": [
181
+ "voucher"
182
+ ];
183
+ },
184
+ {
185
+ "name": "receiptAccount";
186
+ "pda": {
187
+ "seeds": [
188
+ {
189
+ "kind": "account";
190
+ "path": "owner";
191
+ },
192
+ {
193
+ "kind": "const";
194
+ "value": [
195
+ 6,
196
+ 221,
197
+ 246,
198
+ 225,
199
+ 215,
200
+ 101,
201
+ 161,
202
+ 147,
203
+ 217,
204
+ 203,
205
+ 225,
206
+ 70,
207
+ 206,
208
+ 235,
209
+ 121,
210
+ 172,
211
+ 28,
212
+ 180,
213
+ 133,
214
+ 237,
215
+ 95,
216
+ 91,
217
+ 55,
218
+ 145,
219
+ 58,
220
+ 140,
221
+ 245,
222
+ 133,
223
+ 126,
224
+ 255,
225
+ 0,
226
+ 169
227
+ ];
228
+ },
229
+ {
230
+ "kind": "account";
231
+ "path": "mint";
232
+ }
233
+ ];
234
+ "program": {
235
+ "kind": "const";
236
+ "value": [
237
+ 140,
238
+ 151,
239
+ 37,
240
+ 143,
241
+ 78,
242
+ 36,
243
+ 137,
244
+ 241,
245
+ 187,
246
+ 61,
247
+ 16,
248
+ 41,
249
+ 20,
250
+ 142,
251
+ 13,
252
+ 131,
253
+ 11,
254
+ 90,
255
+ 19,
256
+ 153,
257
+ 218,
258
+ 255,
259
+ 16,
260
+ 132,
261
+ 4,
262
+ 142,
263
+ 123,
264
+ 216,
265
+ 219,
266
+ 233,
267
+ 248,
268
+ 89
269
+ ];
270
+ };
271
+ };
272
+ },
273
+ {
274
+ "name": "tokenProgram";
275
+ "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
276
+ },
277
+ {
278
+ "name": "associatedTokenProgram";
279
+ "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
280
+ },
281
+ {
282
+ "name": "systemProgram";
283
+ "address": "11111111111111111111111111111111";
284
+ }
285
+ ];
286
+ "args": [];
287
+ },
5
288
  {
6
289
  "name": "initializeFanoutV0";
290
+ "discriminator": [
291
+ 244,
292
+ 155,
293
+ 154,
294
+ 165,
295
+ 235,
296
+ 127,
297
+ 44,
298
+ 187
299
+ ];
7
300
  "accounts": [
8
301
  {
9
302
  "name": "payer";
10
- "isMut": true;
11
- "isSigner": true;
303
+ "writable": true;
304
+ "signer": true;
12
305
  },
13
306
  {
14
307
  "name": "authority";
15
- "isMut": false;
16
- "isSigner": false;
17
308
  },
18
309
  {
19
310
  "name": "fanout";
20
- "isMut": true;
21
- "isSigner": false;
311
+ "writable": true;
22
312
  "pda": {
23
313
  "seeds": [
24
314
  {
25
315
  "kind": "const";
26
- "type": "string";
27
- "value": "fanout";
316
+ "value": [
317
+ 102,
318
+ 97,
319
+ 110,
320
+ 111,
321
+ 117,
322
+ 116
323
+ ];
28
324
  },
29
325
  {
30
326
  "kind": "arg";
31
- "type": {
32
- "defined": "InitializeFanoutArgsV0";
33
- };
34
327
  "path": "args.name";
35
328
  }
36
329
  ];
@@ -38,29 +331,119 @@ export type Fanout = {
38
331
  },
39
332
  {
40
333
  "name": "tokenAccount";
41
- "isMut": true;
42
- "isSigner": false;
334
+ "writable": true;
335
+ "pda": {
336
+ "seeds": [
337
+ {
338
+ "kind": "account";
339
+ "path": "fanout";
340
+ },
341
+ {
342
+ "kind": "const";
343
+ "value": [
344
+ 6,
345
+ 221,
346
+ 246,
347
+ 225,
348
+ 215,
349
+ 101,
350
+ 161,
351
+ 147,
352
+ 217,
353
+ 203,
354
+ 225,
355
+ 70,
356
+ 206,
357
+ 235,
358
+ 121,
359
+ 172,
360
+ 28,
361
+ 180,
362
+ 133,
363
+ 237,
364
+ 95,
365
+ 91,
366
+ 55,
367
+ 145,
368
+ 58,
369
+ 140,
370
+ 245,
371
+ 133,
372
+ 126,
373
+ 255,
374
+ 0,
375
+ 169
376
+ ];
377
+ },
378
+ {
379
+ "kind": "account";
380
+ "path": "fanoutMint";
381
+ }
382
+ ];
383
+ "program": {
384
+ "kind": "const";
385
+ "value": [
386
+ 140,
387
+ 151,
388
+ 37,
389
+ 143,
390
+ 78,
391
+ 36,
392
+ 137,
393
+ 241,
394
+ 187,
395
+ 61,
396
+ 16,
397
+ 41,
398
+ 20,
399
+ 142,
400
+ 13,
401
+ 131,
402
+ 11,
403
+ 90,
404
+ 19,
405
+ 153,
406
+ 218,
407
+ 255,
408
+ 16,
409
+ 132,
410
+ 4,
411
+ 142,
412
+ 123,
413
+ 216,
414
+ 219,
415
+ 233,
416
+ 248,
417
+ 89
418
+ ];
419
+ };
420
+ };
43
421
  },
44
422
  {
45
423
  "name": "fanoutMint";
46
- "isMut": false;
47
- "isSigner": false;
48
424
  },
49
425
  {
50
426
  "name": "collection";
51
- "isMut": true;
52
- "isSigner": false;
427
+ "writable": true;
53
428
  "pda": {
54
429
  "seeds": [
55
430
  {
56
431
  "kind": "const";
57
- "type": "string";
58
- "value": "collection";
432
+ "value": [
433
+ 99,
434
+ 111,
435
+ 108,
436
+ 108,
437
+ 101,
438
+ 99,
439
+ 116,
440
+ 105,
441
+ 111,
442
+ 110
443
+ ];
59
444
  },
60
445
  {
61
446
  "kind": "account";
62
- "type": "publicKey";
63
- "account": "FanoutV0";
64
447
  "path": "fanout";
65
448
  }
66
449
  ];
@@ -68,252 +451,627 @@ export type Fanout = {
68
451
  },
69
452
  {
70
453
  "name": "collectionAccount";
71
- "isMut": true;
72
- "isSigner": false;
454
+ "writable": true;
455
+ "pda": {
456
+ "seeds": [
457
+ {
458
+ "kind": "account";
459
+ "path": "authority";
460
+ },
461
+ {
462
+ "kind": "const";
463
+ "value": [
464
+ 6,
465
+ 221,
466
+ 246,
467
+ 225,
468
+ 215,
469
+ 101,
470
+ 161,
471
+ 147,
472
+ 217,
473
+ 203,
474
+ 225,
475
+ 70,
476
+ 206,
477
+ 235,
478
+ 121,
479
+ 172,
480
+ 28,
481
+ 180,
482
+ 133,
483
+ 237,
484
+ 95,
485
+ 91,
486
+ 55,
487
+ 145,
488
+ 58,
489
+ 140,
490
+ 245,
491
+ 133,
492
+ 126,
493
+ 255,
494
+ 0,
495
+ 169
496
+ ];
497
+ },
498
+ {
499
+ "kind": "account";
500
+ "path": "collection";
501
+ }
502
+ ];
503
+ "program": {
504
+ "kind": "const";
505
+ "value": [
506
+ 140,
507
+ 151,
508
+ 37,
509
+ 143,
510
+ 78,
511
+ 36,
512
+ 137,
513
+ 241,
514
+ 187,
515
+ 61,
516
+ 16,
517
+ 41,
518
+ 20,
519
+ 142,
520
+ 13,
521
+ 131,
522
+ 11,
523
+ 90,
524
+ 19,
525
+ 153,
526
+ 218,
527
+ 255,
528
+ 16,
529
+ 132,
530
+ 4,
531
+ 142,
532
+ 123,
533
+ 216,
534
+ 219,
535
+ 233,
536
+ 248,
537
+ 89
538
+ ];
539
+ };
540
+ };
73
541
  },
74
542
  {
75
543
  "name": "membershipMint";
76
- "isMut": false;
77
- "isSigner": false;
78
544
  },
79
545
  {
80
546
  "name": "metadata";
81
- "isMut": true;
82
- "isSigner": false;
547
+ "writable": true;
83
548
  "pda": {
84
549
  "seeds": [
85
550
  {
86
551
  "kind": "const";
87
- "type": "string";
88
- "value": "metadata";
552
+ "value": [
553
+ 109,
554
+ 101,
555
+ 116,
556
+ 97,
557
+ 100,
558
+ 97,
559
+ 116,
560
+ 97
561
+ ];
89
562
  },
90
563
  {
91
564
  "kind": "account";
92
- "type": "publicKey";
93
- "path": "token_metadata_program";
565
+ "path": "tokenMetadataProgram";
94
566
  },
95
567
  {
96
568
  "kind": "account";
97
- "type": "publicKey";
98
- "account": "Mint";
99
569
  "path": "collection";
100
570
  }
101
571
  ];
102
- "programId": {
572
+ "program": {
103
573
  "kind": "account";
104
- "type": "publicKey";
105
- "path": "token_metadata_program";
574
+ "path": "tokenMetadataProgram";
106
575
  };
107
576
  };
108
577
  },
109
578
  {
110
579
  "name": "masterEdition";
111
- "isMut": true;
112
- "isSigner": false;
580
+ "writable": true;
113
581
  "pda": {
114
582
  "seeds": [
115
583
  {
116
584
  "kind": "const";
117
- "type": "string";
118
- "value": "metadata";
585
+ "value": [
586
+ 109,
587
+ 101,
588
+ 116,
589
+ 97,
590
+ 100,
591
+ 97,
592
+ 116,
593
+ 97
594
+ ];
119
595
  },
120
596
  {
121
597
  "kind": "account";
122
- "type": "publicKey";
123
- "path": "token_metadata_program";
598
+ "path": "tokenMetadataProgram";
124
599
  },
125
600
  {
126
601
  "kind": "account";
127
- "type": "publicKey";
128
- "account": "Mint";
129
602
  "path": "collection";
130
603
  },
131
604
  {
132
605
  "kind": "const";
133
- "type": "string";
134
- "value": "edition";
606
+ "value": [
607
+ 101,
608
+ 100,
609
+ 105,
610
+ 116,
611
+ 105,
612
+ 111,
613
+ 110
614
+ ];
135
615
  }
136
616
  ];
137
- "programId": {
617
+ "program": {
138
618
  "kind": "account";
139
- "type": "publicKey";
140
- "path": "token_metadata_program";
619
+ "path": "tokenMetadataProgram";
141
620
  };
142
621
  };
143
622
  },
144
623
  {
145
624
  "name": "tokenProgram";
146
- "isMut": false;
147
- "isSigner": false;
625
+ "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
148
626
  },
149
627
  {
150
628
  "name": "tokenMetadataProgram";
151
- "isMut": false;
152
- "isSigner": false;
629
+ "address": "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s";
153
630
  },
154
631
  {
155
632
  "name": "associatedTokenProgram";
156
- "isMut": false;
157
- "isSigner": false;
633
+ "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
158
634
  },
159
635
  {
160
636
  "name": "systemProgram";
161
- "isMut": false;
162
- "isSigner": false;
637
+ "address": "11111111111111111111111111111111";
163
638
  },
164
639
  {
165
640
  "name": "rent";
166
- "isMut": false;
167
- "isSigner": false;
641
+ "address": "SysvarRent111111111111111111111111111111111";
168
642
  }
169
643
  ];
170
644
  "args": [
171
645
  {
172
646
  "name": "args";
173
647
  "type": {
174
- "defined": "InitializeFanoutArgsV0";
648
+ "defined": {
649
+ "name": "initializeFanoutArgsV0";
650
+ };
175
651
  };
176
652
  }
177
653
  ];
178
654
  },
179
655
  {
180
656
  "name": "stakeV0";
657
+ "discriminator": [
658
+ 4,
659
+ 205,
660
+ 52,
661
+ 239,
662
+ 223,
663
+ 167,
664
+ 17,
665
+ 211
666
+ ];
181
667
  "accounts": [
182
668
  {
183
669
  "name": "payer";
184
- "isMut": true;
185
- "isSigner": true;
670
+ "writable": true;
671
+ "signer": true;
186
672
  },
187
673
  {
188
674
  "name": "staker";
189
- "isMut": false;
190
- "isSigner": true;
675
+ "signer": true;
191
676
  },
192
677
  {
193
678
  "name": "recipient";
194
- "isMut": false;
195
- "isSigner": false;
196
679
  },
197
680
  {
198
681
  "name": "fanout";
199
- "isMut": true;
200
- "isSigner": false;
201
- "relations": [
202
- "membership_mint",
203
- "token_account",
204
- "membership_collection"
205
- ];
682
+ "writable": true;
206
683
  },
207
684
  {
208
685
  "name": "membershipMint";
209
- "isMut": false;
210
- "isSigner": false;
686
+ "relations": [
687
+ "fanout"
688
+ ];
211
689
  },
212
690
  {
213
691
  "name": "tokenAccount";
214
- "isMut": false;
215
- "isSigner": false;
692
+ "relations": [
693
+ "fanout"
694
+ ];
216
695
  },
217
696
  {
218
697
  "name": "membershipCollection";
219
- "isMut": false;
220
- "isSigner": false;
698
+ "relations": [
699
+ "fanout"
700
+ ];
221
701
  },
222
702
  {
223
703
  "name": "collectionMetadata";
224
- "isMut": true;
225
- "isSigner": false;
704
+ "writable": true;
226
705
  "pda": {
227
706
  "seeds": [
228
707
  {
229
708
  "kind": "const";
230
- "type": "string";
231
- "value": "metadata";
709
+ "value": [
710
+ 109,
711
+ 101,
712
+ 116,
713
+ 97,
714
+ 100,
715
+ 97,
716
+ 116,
717
+ 97
718
+ ];
232
719
  },
233
720
  {
234
721
  "kind": "account";
235
- "type": "publicKey";
236
- "path": "token_metadata_program";
722
+ "path": "tokenMetadataProgram";
237
723
  },
238
724
  {
239
725
  "kind": "account";
240
- "type": "publicKey";
241
- "account": "Mint";
242
- "path": "membership_collection";
726
+ "path": "membershipCollection";
243
727
  }
244
728
  ];
245
- "programId": {
729
+ "program": {
246
730
  "kind": "account";
247
- "type": "publicKey";
248
- "path": "token_metadata_program";
731
+ "path": "tokenMetadataProgram";
249
732
  };
250
733
  };
251
734
  },
252
735
  {
253
736
  "name": "collectionMasterEdition";
254
- "isMut": false;
255
- "isSigner": false;
256
737
  "pda": {
257
738
  "seeds": [
258
739
  {
259
740
  "kind": "const";
260
- "type": "string";
261
- "value": "metadata";
741
+ "value": [
742
+ 109,
743
+ 101,
744
+ 116,
745
+ 97,
746
+ 100,
747
+ 97,
748
+ 116,
749
+ 97
750
+ ];
262
751
  },
263
752
  {
264
753
  "kind": "account";
265
- "type": "publicKey";
266
- "path": "token_metadata_program";
754
+ "path": "tokenMetadataProgram";
267
755
  },
268
756
  {
269
757
  "kind": "account";
270
- "type": "publicKey";
271
- "account": "Mint";
272
- "path": "membership_collection";
758
+ "path": "membershipCollection";
273
759
  },
274
760
  {
275
761
  "kind": "const";
276
- "type": "string";
277
- "value": "edition";
762
+ "value": [
763
+ 101,
764
+ 100,
765
+ 105,
766
+ 116,
767
+ 105,
768
+ 111,
769
+ 110
770
+ ];
278
771
  }
279
772
  ];
280
- "programId": {
773
+ "program": {
281
774
  "kind": "account";
282
- "type": "publicKey";
283
- "path": "token_metadata_program";
775
+ "path": "tokenMetadataProgram";
284
776
  };
285
777
  };
286
778
  },
287
779
  {
288
780
  "name": "fromAccount";
289
- "isMut": true;
290
- "isSigner": false;
781
+ "writable": true;
782
+ "pda": {
783
+ "seeds": [
784
+ {
785
+ "kind": "account";
786
+ "path": "staker";
787
+ },
788
+ {
789
+ "kind": "const";
790
+ "value": [
791
+ 6,
792
+ 221,
793
+ 246,
794
+ 225,
795
+ 215,
796
+ 101,
797
+ 161,
798
+ 147,
799
+ 217,
800
+ 203,
801
+ 225,
802
+ 70,
803
+ 206,
804
+ 235,
805
+ 121,
806
+ 172,
807
+ 28,
808
+ 180,
809
+ 133,
810
+ 237,
811
+ 95,
812
+ 91,
813
+ 55,
814
+ 145,
815
+ 58,
816
+ 140,
817
+ 245,
818
+ 133,
819
+ 126,
820
+ 255,
821
+ 0,
822
+ 169
823
+ ];
824
+ },
825
+ {
826
+ "kind": "account";
827
+ "path": "membershipMint";
828
+ }
829
+ ];
830
+ "program": {
831
+ "kind": "const";
832
+ "value": [
833
+ 140,
834
+ 151,
835
+ 37,
836
+ 143,
837
+ 78,
838
+ 36,
839
+ 137,
840
+ 241,
841
+ 187,
842
+ 61,
843
+ 16,
844
+ 41,
845
+ 20,
846
+ 142,
847
+ 13,
848
+ 131,
849
+ 11,
850
+ 90,
851
+ 19,
852
+ 153,
853
+ 218,
854
+ 255,
855
+ 16,
856
+ 132,
857
+ 4,
858
+ 142,
859
+ 123,
860
+ 216,
861
+ 219,
862
+ 233,
863
+ 248,
864
+ 89
865
+ ];
866
+ };
867
+ };
291
868
  },
292
869
  {
293
870
  "name": "stakeAccount";
294
- "isMut": true;
295
- "isSigner": false;
871
+ "writable": true;
872
+ "pda": {
873
+ "seeds": [
874
+ {
875
+ "kind": "account";
876
+ "path": "voucher";
877
+ },
878
+ {
879
+ "kind": "const";
880
+ "value": [
881
+ 6,
882
+ 221,
883
+ 246,
884
+ 225,
885
+ 215,
886
+ 101,
887
+ 161,
888
+ 147,
889
+ 217,
890
+ 203,
891
+ 225,
892
+ 70,
893
+ 206,
894
+ 235,
895
+ 121,
896
+ 172,
897
+ 28,
898
+ 180,
899
+ 133,
900
+ 237,
901
+ 95,
902
+ 91,
903
+ 55,
904
+ 145,
905
+ 58,
906
+ 140,
907
+ 245,
908
+ 133,
909
+ 126,
910
+ 255,
911
+ 0,
912
+ 169
913
+ ];
914
+ },
915
+ {
916
+ "kind": "account";
917
+ "path": "membershipMint";
918
+ }
919
+ ];
920
+ "program": {
921
+ "kind": "const";
922
+ "value": [
923
+ 140,
924
+ 151,
925
+ 37,
926
+ 143,
927
+ 78,
928
+ 36,
929
+ 137,
930
+ 241,
931
+ 187,
932
+ 61,
933
+ 16,
934
+ 41,
935
+ 20,
936
+ 142,
937
+ 13,
938
+ 131,
939
+ 11,
940
+ 90,
941
+ 19,
942
+ 153,
943
+ 218,
944
+ 255,
945
+ 16,
946
+ 132,
947
+ 4,
948
+ 142,
949
+ 123,
950
+ 216,
951
+ 219,
952
+ 233,
953
+ 248,
954
+ 89
955
+ ];
956
+ };
957
+ };
296
958
  },
297
959
  {
298
960
  "name": "receiptAccount";
299
- "isMut": true;
300
- "isSigner": false;
961
+ "writable": true;
962
+ "pda": {
963
+ "seeds": [
964
+ {
965
+ "kind": "account";
966
+ "path": "recipient";
967
+ },
968
+ {
969
+ "kind": "const";
970
+ "value": [
971
+ 6,
972
+ 221,
973
+ 246,
974
+ 225,
975
+ 215,
976
+ 101,
977
+ 161,
978
+ 147,
979
+ 217,
980
+ 203,
981
+ 225,
982
+ 70,
983
+ 206,
984
+ 235,
985
+ 121,
986
+ 172,
987
+ 28,
988
+ 180,
989
+ 133,
990
+ 237,
991
+ 95,
992
+ 91,
993
+ 55,
994
+ 145,
995
+ 58,
996
+ 140,
997
+ 245,
998
+ 133,
999
+ 126,
1000
+ 255,
1001
+ 0,
1002
+ 169
1003
+ ];
1004
+ },
1005
+ {
1006
+ "kind": "account";
1007
+ "path": "mint";
1008
+ }
1009
+ ];
1010
+ "program": {
1011
+ "kind": "const";
1012
+ "value": [
1013
+ 140,
1014
+ 151,
1015
+ 37,
1016
+ 143,
1017
+ 78,
1018
+ 36,
1019
+ 137,
1020
+ 241,
1021
+ 187,
1022
+ 61,
1023
+ 16,
1024
+ 41,
1025
+ 20,
1026
+ 142,
1027
+ 13,
1028
+ 131,
1029
+ 11,
1030
+ 90,
1031
+ 19,
1032
+ 153,
1033
+ 218,
1034
+ 255,
1035
+ 16,
1036
+ 132,
1037
+ 4,
1038
+ 142,
1039
+ 123,
1040
+ 216,
1041
+ 219,
1042
+ 233,
1043
+ 248,
1044
+ 89
1045
+ ];
1046
+ };
1047
+ };
301
1048
  },
302
1049
  {
303
1050
  "name": "voucher";
304
- "isMut": true;
305
- "isSigner": false;
1051
+ "writable": true;
306
1052
  "pda": {
307
1053
  "seeds": [
308
1054
  {
309
1055
  "kind": "const";
310
- "type": "string";
311
- "value": "fanout_voucher";
1056
+ "value": [
1057
+ 102,
1058
+ 97,
1059
+ 110,
1060
+ 111,
1061
+ 117,
1062
+ 116,
1063
+ 95,
1064
+ 118,
1065
+ 111,
1066
+ 117,
1067
+ 99,
1068
+ 104,
1069
+ 101,
1070
+ 114
1071
+ ];
312
1072
  },
313
1073
  {
314
1074
  "kind": "account";
315
- "type": "publicKey";
316
- "account": "Mint";
317
1075
  "path": "mint";
318
1076
  }
319
1077
  ];
@@ -321,289 +1079,344 @@ export type Fanout = {
321
1079
  },
322
1080
  {
323
1081
  "name": "mint";
324
- "isMut": true;
325
- "isSigner": false;
1082
+ "writable": true;
326
1083
  },
327
1084
  {
328
1085
  "name": "metadata";
329
- "isMut": true;
330
- "isSigner": false;
1086
+ "writable": true;
331
1087
  "pda": {
332
1088
  "seeds": [
333
1089
  {
334
1090
  "kind": "const";
335
- "type": "string";
336
- "value": "metadata";
1091
+ "value": [
1092
+ 109,
1093
+ 101,
1094
+ 116,
1095
+ 97,
1096
+ 100,
1097
+ 97,
1098
+ 116,
1099
+ 97
1100
+ ];
337
1101
  },
338
1102
  {
339
1103
  "kind": "account";
340
- "type": "publicKey";
341
- "path": "token_metadata_program";
1104
+ "path": "tokenMetadataProgram";
342
1105
  },
343
1106
  {
344
1107
  "kind": "account";
345
- "type": "publicKey";
346
- "account": "Mint";
347
1108
  "path": "mint";
348
1109
  }
349
1110
  ];
350
- "programId": {
1111
+ "program": {
351
1112
  "kind": "account";
352
- "type": "publicKey";
353
- "path": "token_metadata_program";
1113
+ "path": "tokenMetadataProgram";
354
1114
  };
355
1115
  };
356
1116
  },
357
1117
  {
358
1118
  "name": "masterEdition";
359
- "isMut": true;
360
- "isSigner": false;
1119
+ "writable": true;
361
1120
  "pda": {
362
1121
  "seeds": [
363
1122
  {
364
1123
  "kind": "const";
365
- "type": "string";
366
- "value": "metadata";
1124
+ "value": [
1125
+ 109,
1126
+ 101,
1127
+ 116,
1128
+ 97,
1129
+ 100,
1130
+ 97,
1131
+ 116,
1132
+ 97
1133
+ ];
367
1134
  },
368
1135
  {
369
1136
  "kind": "account";
370
- "type": "publicKey";
371
- "path": "token_metadata_program";
1137
+ "path": "tokenMetadataProgram";
372
1138
  },
373
1139
  {
374
1140
  "kind": "account";
375
- "type": "publicKey";
376
- "account": "Mint";
377
1141
  "path": "mint";
378
1142
  },
379
1143
  {
380
1144
  "kind": "const";
381
- "type": "string";
382
- "value": "edition";
1145
+ "value": [
1146
+ 101,
1147
+ 100,
1148
+ 105,
1149
+ 116,
1150
+ 105,
1151
+ 111,
1152
+ 110
1153
+ ];
383
1154
  }
384
1155
  ];
385
- "programId": {
1156
+ "program": {
386
1157
  "kind": "account";
387
- "type": "publicKey";
388
- "path": "token_metadata_program";
1158
+ "path": "tokenMetadataProgram";
389
1159
  };
390
1160
  };
391
1161
  },
392
1162
  {
393
1163
  "name": "tokenProgram";
394
- "isMut": false;
395
- "isSigner": false;
1164
+ "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
396
1165
  },
397
1166
  {
398
1167
  "name": "associatedTokenProgram";
399
- "isMut": false;
400
- "isSigner": false;
1168
+ "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
401
1169
  },
402
1170
  {
403
1171
  "name": "systemProgram";
404
- "isMut": false;
405
- "isSigner": false;
1172
+ "address": "11111111111111111111111111111111";
406
1173
  },
407
1174
  {
408
1175
  "name": "tokenMetadataProgram";
409
- "isMut": false;
410
- "isSigner": false;
1176
+ "address": "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s";
411
1177
  }
412
1178
  ];
413
1179
  "args": [
414
1180
  {
415
1181
  "name": "args";
416
1182
  "type": {
417
- "defined": "StakeArgsV0";
1183
+ "defined": {
1184
+ "name": "stakeArgsV0";
1185
+ };
418
1186
  };
419
1187
  }
420
1188
  ];
421
1189
  },
422
1190
  {
423
1191
  "name": "unstakeV0";
1192
+ "discriminator": [
1193
+ 199,
1194
+ 43,
1195
+ 120,
1196
+ 81,
1197
+ 103,
1198
+ 7,
1199
+ 104,
1200
+ 112
1201
+ ];
424
1202
  "accounts": [
425
1203
  {
426
1204
  "name": "payer";
427
- "isMut": true;
428
- "isSigner": true;
1205
+ "writable": true;
1206
+ "signer": true;
429
1207
  },
430
1208
  {
431
1209
  "name": "solDestination";
432
- "isMut": true;
433
- "isSigner": false;
1210
+ "writable": true;
434
1211
  },
435
1212
  {
436
1213
  "name": "voucher";
437
- "isMut": true;
438
- "isSigner": false;
1214
+ "writable": true;
439
1215
  "pda": {
440
1216
  "seeds": [
441
1217
  {
442
1218
  "kind": "const";
443
- "type": "string";
444
- "value": "fanout_voucher";
1219
+ "value": [
1220
+ 102,
1221
+ 97,
1222
+ 110,
1223
+ 111,
1224
+ 117,
1225
+ 116,
1226
+ 95,
1227
+ 118,
1228
+ 111,
1229
+ 117,
1230
+ 99,
1231
+ 104,
1232
+ 101,
1233
+ 114
1234
+ ];
445
1235
  },
446
1236
  {
447
1237
  "kind": "account";
448
- "type": "publicKey";
449
- "account": "Mint";
450
1238
  "path": "mint";
451
1239
  }
452
1240
  ];
453
1241
  };
454
- "relations": [
455
- "mint",
456
- "fanout",
457
- "stake_account"
458
- ];
459
1242
  },
460
1243
  {
461
1244
  "name": "mint";
462
- "isMut": true;
463
- "isSigner": false;
1245
+ "writable": true;
1246
+ "relations": [
1247
+ "voucher"
1248
+ ];
464
1249
  },
465
1250
  {
466
1251
  "name": "fanout";
467
- "isMut": true;
468
- "isSigner": false;
1252
+ "writable": true;
469
1253
  "relations": [
470
- "membership_mint"
1254
+ "voucher"
471
1255
  ];
472
1256
  },
473
1257
  {
474
1258
  "name": "membershipMint";
475
- "isMut": false;
476
- "isSigner": false;
477
- },
478
- {
479
- "name": "receiptAccount";
480
- "isMut": true;
481
- "isSigner": false;
482
- },
483
- {
484
- "name": "voucherAuthority";
485
- "isMut": false;
486
- "isSigner": true;
487
- },
488
- {
489
- "name": "toAccount";
490
- "isMut": true;
491
- "isSigner": false;
492
- },
493
- {
494
- "name": "stakeAccount";
495
- "isMut": true;
496
- "isSigner": false;
497
- },
498
- {
499
- "name": "tokenProgram";
500
- "isMut": false;
501
- "isSigner": false;
502
- },
503
- {
504
- "name": "associatedTokenProgram";
505
- "isMut": false;
506
- "isSigner": false;
507
- },
508
- {
509
- "name": "systemProgram";
510
- "isMut": false;
511
- "isSigner": false;
512
- }
513
- ];
514
- "args": [];
515
- },
516
- {
517
- "name": "distributeV0";
518
- "accounts": [
519
- {
520
- "name": "payer";
521
- "isMut": true;
522
- "isSigner": true;
523
- },
524
- {
525
- "name": "fanout";
526
- "isMut": true;
527
- "isSigner": false;
528
1259
  "relations": [
529
- "token_account",
530
- "fanout_mint"
1260
+ "fanout"
531
1261
  ];
532
1262
  },
533
1263
  {
534
- "name": "fanoutMint";
535
- "isMut": false;
536
- "isSigner": false;
537
- },
538
- {
539
- "name": "tokenAccount";
540
- "isMut": true;
541
- "isSigner": false;
1264
+ "name": "receiptAccount";
1265
+ "writable": true;
542
1266
  },
543
1267
  {
544
- "name": "owner";
545
- "isMut": false;
546
- "isSigner": false;
1268
+ "name": "voucherAuthority";
1269
+ "signer": true;
547
1270
  },
548
1271
  {
549
1272
  "name": "toAccount";
550
- "isMut": true;
551
- "isSigner": false;
552
- },
553
- {
554
- "name": "voucher";
555
- "isMut": true;
556
- "isSigner": false;
1273
+ "writable": true;
557
1274
  "pda": {
558
1275
  "seeds": [
1276
+ {
1277
+ "kind": "account";
1278
+ "path": "voucherAuthority";
1279
+ },
559
1280
  {
560
1281
  "kind": "const";
561
- "type": "string";
562
- "value": "fanout_voucher";
1282
+ "value": [
1283
+ 6,
1284
+ 221,
1285
+ 246,
1286
+ 225,
1287
+ 215,
1288
+ 101,
1289
+ 161,
1290
+ 147,
1291
+ 217,
1292
+ 203,
1293
+ 225,
1294
+ 70,
1295
+ 206,
1296
+ 235,
1297
+ 121,
1298
+ 172,
1299
+ 28,
1300
+ 180,
1301
+ 133,
1302
+ 237,
1303
+ 95,
1304
+ 91,
1305
+ 55,
1306
+ 145,
1307
+ 58,
1308
+ 140,
1309
+ 245,
1310
+ 133,
1311
+ 126,
1312
+ 255,
1313
+ 0,
1314
+ 169
1315
+ ];
563
1316
  },
564
1317
  {
565
1318
  "kind": "account";
566
- "type": "publicKey";
567
- "account": "Mint";
568
- "path": "mint";
1319
+ "path": "membershipMint";
569
1320
  }
570
1321
  ];
1322
+ "program": {
1323
+ "kind": "const";
1324
+ "value": [
1325
+ 140,
1326
+ 151,
1327
+ 37,
1328
+ 143,
1329
+ 78,
1330
+ 36,
1331
+ 137,
1332
+ 241,
1333
+ 187,
1334
+ 61,
1335
+ 16,
1336
+ 41,
1337
+ 20,
1338
+ 142,
1339
+ 13,
1340
+ 131,
1341
+ 11,
1342
+ 90,
1343
+ 19,
1344
+ 153,
1345
+ 218,
1346
+ 255,
1347
+ 16,
1348
+ 132,
1349
+ 4,
1350
+ 142,
1351
+ 123,
1352
+ 216,
1353
+ 219,
1354
+ 233,
1355
+ 248,
1356
+ 89
1357
+ ];
1358
+ };
571
1359
  };
572
- "relations": [
573
- "fanout",
574
- "mint"
575
- ];
576
1360
  },
577
1361
  {
578
- "name": "mint";
579
- "isMut": false;
580
- "isSigner": false;
581
- },
582
- {
583
- "name": "receiptAccount";
584
- "isMut": false;
585
- "isSigner": false;
1362
+ "name": "stakeAccount";
1363
+ "writable": true;
1364
+ "relations": [
1365
+ "voucher"
1366
+ ];
586
1367
  },
587
1368
  {
588
1369
  "name": "tokenProgram";
589
- "isMut": false;
590
- "isSigner": false;
1370
+ "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
591
1371
  },
592
1372
  {
593
1373
  "name": "associatedTokenProgram";
594
- "isMut": false;
595
- "isSigner": false;
1374
+ "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
596
1375
  },
597
1376
  {
598
1377
  "name": "systemProgram";
599
- "isMut": false;
600
- "isSigner": false;
1378
+ "address": "11111111111111111111111111111111";
601
1379
  }
602
1380
  ];
603
1381
  "args": [];
604
1382
  }
605
1383
  ];
606
1384
  "accounts": [
1385
+ {
1386
+ "name": "fanoutV0";
1387
+ "discriminator": [
1388
+ 168,
1389
+ 206,
1390
+ 132,
1391
+ 204,
1392
+ 8,
1393
+ 34,
1394
+ 176,
1395
+ 119
1396
+ ];
1397
+ },
1398
+ {
1399
+ "name": "fanoutVoucherV0";
1400
+ "discriminator": [
1401
+ 16,
1402
+ 13,
1403
+ 55,
1404
+ 98,
1405
+ 63,
1406
+ 3,
1407
+ 194,
1408
+ 216
1409
+ ];
1410
+ }
1411
+ ];
1412
+ "errors": [
1413
+ {
1414
+ "code": 6000;
1415
+ "name": "arithmeticError";
1416
+ "msg": "Error in arithmetic";
1417
+ }
1418
+ ];
1419
+ "types": [
607
1420
  {
608
1421
  "name": "fanoutV0";
609
1422
  "type": {
@@ -611,19 +1424,19 @@ export type Fanout = {
611
1424
  "fields": [
612
1425
  {
613
1426
  "name": "authority";
614
- "type": "publicKey";
1427
+ "type": "pubkey";
615
1428
  },
616
1429
  {
617
1430
  "name": "tokenAccount";
618
- "type": "publicKey";
1431
+ "type": "pubkey";
619
1432
  },
620
1433
  {
621
1434
  "name": "fanoutMint";
622
- "type": "publicKey";
1435
+ "type": "pubkey";
623
1436
  },
624
1437
  {
625
1438
  "name": "membershipMint";
626
- "type": "publicKey";
1439
+ "type": "pubkey";
627
1440
  },
628
1441
  {
629
1442
  "name": "totalShares";
@@ -635,7 +1448,7 @@ export type Fanout = {
635
1448
  },
636
1449
  {
637
1450
  "name": "membershipCollection";
638
- "type": "publicKey";
1451
+ "type": "pubkey";
639
1452
  },
640
1453
  {
641
1454
  "name": "totalInflow";
@@ -663,15 +1476,15 @@ export type Fanout = {
663
1476
  "fields": [
664
1477
  {
665
1478
  "name": "fanout";
666
- "type": "publicKey";
1479
+ "type": "pubkey";
667
1480
  },
668
1481
  {
669
1482
  "name": "mint";
670
- "type": "publicKey";
1483
+ "type": "pubkey";
671
1484
  },
672
1485
  {
673
1486
  "name": "stakeAccount";
674
- "type": "publicKey";
1487
+ "type": "pubkey";
675
1488
  },
676
1489
  {
677
1490
  "name": "shares";
@@ -695,11 +1508,9 @@ export type Fanout = {
695
1508
  }
696
1509
  ];
697
1510
  };
698
- }
699
- ];
700
- "types": [
1511
+ },
701
1512
  {
702
- "name": "InitializeFanoutArgsV0";
1513
+ "name": "initializeFanoutArgsV0";
703
1514
  "type": {
704
1515
  "kind": "struct";
705
1516
  "fields": [
@@ -711,7 +1522,7 @@ export type Fanout = {
711
1522
  };
712
1523
  },
713
1524
  {
714
- "name": "StakeArgsV0";
1525
+ "name": "stakeArgsV0";
715
1526
  "type": {
716
1527
  "kind": "struct";
717
1528
  "fields": [
@@ -723,13 +1534,5 @@ export type Fanout = {
723
1534
  };
724
1535
  }
725
1536
  ];
726
- "errors": [
727
- {
728
- "code": 6000;
729
- "name": "ArithmeticError";
730
- "msg": "Error in arithmetic";
731
- }
732
- ];
733
1537
  };
734
- export declare const IDL: Fanout;
735
1538
  //# sourceMappingURL=fanout.d.ts.map