@helium/idls 0.0.1

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 (50) hide show
  1. package/LICENSE +203 -0
  2. package/lib/cjs/CircuitBreaker.js +289 -0
  3. package/lib/cjs/CircuitBreaker.js.map +1 -0
  4. package/lib/cjs/circuit_breaker.js +469 -0
  5. package/lib/cjs/circuit_breaker.js.map +1 -0
  6. package/lib/cjs/data_credits.js +788 -0
  7. package/lib/cjs/data_credits.js.map +1 -0
  8. package/lib/cjs/helium_sub_daos.js +1100 -0
  9. package/lib/cjs/helium_sub_daos.js.map +1 -0
  10. package/lib/cjs/hotspot_issuance.js +869 -0
  11. package/lib/cjs/hotspot_issuance.js.map +1 -0
  12. package/lib/cjs/lazy_distributor.js +517 -0
  13. package/lib/cjs/lazy_distributor.js.map +1 -0
  14. package/lib/cjs/test_tracker.js +140 -0
  15. package/lib/cjs/test_tracker.js.map +1 -0
  16. package/lib/cjs/treasury_management.js +429 -0
  17. package/lib/cjs/treasury_management.js.map +1 -0
  18. package/lib/esm/CircuitBreaker.js +286 -0
  19. package/lib/esm/CircuitBreaker.js.map +1 -0
  20. package/lib/esm/circuit_breaker.js +466 -0
  21. package/lib/esm/circuit_breaker.js.map +1 -0
  22. package/lib/esm/data_credits.js +785 -0
  23. package/lib/esm/data_credits.js.map +1 -0
  24. package/lib/esm/helium_sub_daos.js +1097 -0
  25. package/lib/esm/helium_sub_daos.js.map +1 -0
  26. package/lib/esm/hotspot_issuance.js +866 -0
  27. package/lib/esm/hotspot_issuance.js.map +1 -0
  28. package/lib/esm/lazy_distributor.js +514 -0
  29. package/lib/esm/lazy_distributor.js.map +1 -0
  30. package/lib/esm/test_tracker.js +137 -0
  31. package/lib/esm/test_tracker.js.map +1 -0
  32. package/lib/esm/treasury_management.js +426 -0
  33. package/lib/esm/treasury_management.js.map +1 -0
  34. package/lib/types/CircuitBreaker.d.ts +287 -0
  35. package/lib/types/CircuitBreaker.d.ts.map +1 -0
  36. package/lib/types/circuit_breaker.d.ts +467 -0
  37. package/lib/types/circuit_breaker.d.ts.map +1 -0
  38. package/lib/types/data_credits.d.ts +786 -0
  39. package/lib/types/data_credits.d.ts.map +1 -0
  40. package/lib/types/helium_sub_daos.d.ts +1098 -0
  41. package/lib/types/helium_sub_daos.d.ts.map +1 -0
  42. package/lib/types/hotspot_issuance.d.ts +867 -0
  43. package/lib/types/hotspot_issuance.d.ts.map +1 -0
  44. package/lib/types/lazy_distributor.d.ts +515 -0
  45. package/lib/types/lazy_distributor.d.ts.map +1 -0
  46. package/lib/types/test_tracker.d.ts +138 -0
  47. package/lib/types/test_tracker.d.ts.map +1 -0
  48. package/lib/types/treasury_management.d.ts +427 -0
  49. package/lib/types/treasury_management.d.ts.map +1 -0
  50. package/package.json +44 -0
@@ -0,0 +1,869 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IDL = void 0;
4
+ exports.IDL = {
5
+ "version": "0.0.1",
6
+ "name": "hotspot_issuance",
7
+ "instructions": [
8
+ {
9
+ "name": "initializeHotspotConfigV0",
10
+ "accounts": [
11
+ {
12
+ "name": "payer",
13
+ "isMut": true,
14
+ "isSigner": true
15
+ },
16
+ {
17
+ "name": "collection",
18
+ "isMut": true,
19
+ "isSigner": false,
20
+ "pda": {
21
+ "seeds": [
22
+ {
23
+ "kind": "const",
24
+ "type": "string",
25
+ "value": "collection"
26
+ },
27
+ {
28
+ "kind": "arg",
29
+ "type": {
30
+ "defined": "InitializeHotspotConfigArgsV0"
31
+ },
32
+ "path": "args.symbol"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "name": "metadata",
39
+ "isMut": true,
40
+ "isSigner": false,
41
+ "pda": {
42
+ "seeds": [
43
+ {
44
+ "kind": "const",
45
+ "type": "string",
46
+ "value": "metadata"
47
+ },
48
+ {
49
+ "kind": "account",
50
+ "type": "publicKey",
51
+ "path": "token_metadata_program"
52
+ },
53
+ {
54
+ "kind": "account",
55
+ "type": "publicKey",
56
+ "account": "Mint",
57
+ "path": "collection"
58
+ }
59
+ ],
60
+ "programId": {
61
+ "kind": "account",
62
+ "type": "publicKey",
63
+ "path": "token_metadata_program"
64
+ }
65
+ }
66
+ },
67
+ {
68
+ "name": "masterEdition",
69
+ "isMut": true,
70
+ "isSigner": false,
71
+ "pda": {
72
+ "seeds": [
73
+ {
74
+ "kind": "const",
75
+ "type": "string",
76
+ "value": "metadata"
77
+ },
78
+ {
79
+ "kind": "account",
80
+ "type": "publicKey",
81
+ "path": "token_metadata_program"
82
+ },
83
+ {
84
+ "kind": "account",
85
+ "type": "publicKey",
86
+ "account": "Mint",
87
+ "path": "collection"
88
+ },
89
+ {
90
+ "kind": "const",
91
+ "type": "string",
92
+ "value": "edition"
93
+ }
94
+ ],
95
+ "programId": {
96
+ "kind": "account",
97
+ "type": "publicKey",
98
+ "path": "token_metadata_program"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "tokenAccount",
104
+ "isMut": true,
105
+ "isSigner": false
106
+ },
107
+ {
108
+ "name": "hotspotConfig",
109
+ "isMut": true,
110
+ "isSigner": false,
111
+ "pda": {
112
+ "seeds": [
113
+ {
114
+ "kind": "const",
115
+ "type": "string",
116
+ "value": "hotspot_config"
117
+ },
118
+ {
119
+ "kind": "account",
120
+ "type": "publicKey",
121
+ "account": "Mint",
122
+ "path": "collection"
123
+ }
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "name": "dcMint",
129
+ "isMut": false,
130
+ "isSigner": false
131
+ },
132
+ {
133
+ "name": "tokenMetadataProgram",
134
+ "isMut": false,
135
+ "isSigner": false
136
+ },
137
+ {
138
+ "name": "associatedTokenProgram",
139
+ "isMut": false,
140
+ "isSigner": false
141
+ },
142
+ {
143
+ "name": "systemProgram",
144
+ "isMut": false,
145
+ "isSigner": false
146
+ },
147
+ {
148
+ "name": "tokenProgram",
149
+ "isMut": false,
150
+ "isSigner": false
151
+ },
152
+ {
153
+ "name": "rent",
154
+ "isMut": false,
155
+ "isSigner": false
156
+ }
157
+ ],
158
+ "args": [
159
+ {
160
+ "name": "args",
161
+ "type": {
162
+ "defined": "InitializeHotspotConfigArgsV0"
163
+ }
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "name": "initializeHotspotIssuerV0",
169
+ "accounts": [
170
+ {
171
+ "name": "payer",
172
+ "isMut": true,
173
+ "isSigner": true
174
+ },
175
+ {
176
+ "name": "hotspotConfig",
177
+ "isMut": false,
178
+ "isSigner": false,
179
+ "pda": {
180
+ "seeds": [
181
+ {
182
+ "kind": "const",
183
+ "type": "string",
184
+ "value": "hotspot_config"
185
+ },
186
+ {
187
+ "kind": "account",
188
+ "type": "publicKey",
189
+ "account": "HotspotConfigV0",
190
+ "path": "hotspot_config.collection"
191
+ }
192
+ ]
193
+ }
194
+ },
195
+ {
196
+ "name": "hotspotIssuer",
197
+ "isMut": true,
198
+ "isSigner": false,
199
+ "pda": {
200
+ "seeds": [
201
+ {
202
+ "kind": "const",
203
+ "type": "string",
204
+ "value": "hotspot_issuer"
205
+ },
206
+ {
207
+ "kind": "account",
208
+ "type": "publicKey",
209
+ "account": "HotspotConfigV0",
210
+ "path": "hotspot_config"
211
+ },
212
+ {
213
+ "kind": "arg",
214
+ "type": {
215
+ "defined": "InitializeHotspotIssuerArgsV0"
216
+ },
217
+ "path": "args.maker"
218
+ }
219
+ ]
220
+ }
221
+ },
222
+ {
223
+ "name": "systemProgram",
224
+ "isMut": false,
225
+ "isSigner": false
226
+ },
227
+ {
228
+ "name": "rent",
229
+ "isMut": false,
230
+ "isSigner": false
231
+ }
232
+ ],
233
+ "args": [
234
+ {
235
+ "name": "args",
236
+ "type": {
237
+ "defined": "InitializeHotspotIssuerArgsV0"
238
+ }
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "name": "issueHotspotV0",
244
+ "accounts": [
245
+ {
246
+ "name": "payer",
247
+ "isMut": true,
248
+ "isSigner": true
249
+ },
250
+ {
251
+ "name": "dcFeePayer",
252
+ "isMut": false,
253
+ "isSigner": true
254
+ },
255
+ {
256
+ "name": "maker",
257
+ "isMut": false,
258
+ "isSigner": true
259
+ },
260
+ {
261
+ "name": "hotspotOwner",
262
+ "isMut": false,
263
+ "isSigner": false
264
+ },
265
+ {
266
+ "name": "collection",
267
+ "isMut": false,
268
+ "isSigner": false
269
+ },
270
+ {
271
+ "name": "collectionMetadata",
272
+ "isMut": true,
273
+ "isSigner": false,
274
+ "pda": {
275
+ "seeds": [
276
+ {
277
+ "kind": "const",
278
+ "type": "string",
279
+ "value": "metadata"
280
+ },
281
+ {
282
+ "kind": "account",
283
+ "type": "publicKey",
284
+ "path": "token_metadata_program"
285
+ },
286
+ {
287
+ "kind": "account",
288
+ "type": "publicKey",
289
+ "account": "Mint",
290
+ "path": "collection"
291
+ }
292
+ ],
293
+ "programId": {
294
+ "kind": "account",
295
+ "type": "publicKey",
296
+ "path": "token_metadata_program"
297
+ }
298
+ }
299
+ },
300
+ {
301
+ "name": "collectionMasterEdition",
302
+ "isMut": true,
303
+ "isSigner": false,
304
+ "pda": {
305
+ "seeds": [
306
+ {
307
+ "kind": "const",
308
+ "type": "string",
309
+ "value": "metadata"
310
+ },
311
+ {
312
+ "kind": "account",
313
+ "type": "publicKey",
314
+ "path": "token_metadata_program"
315
+ },
316
+ {
317
+ "kind": "account",
318
+ "type": "publicKey",
319
+ "account": "Mint",
320
+ "path": "collection"
321
+ },
322
+ {
323
+ "kind": "const",
324
+ "type": "string",
325
+ "value": "edition"
326
+ }
327
+ ],
328
+ "programId": {
329
+ "kind": "account",
330
+ "type": "publicKey",
331
+ "path": "token_metadata_program"
332
+ }
333
+ }
334
+ },
335
+ {
336
+ "name": "hotspotConfig",
337
+ "isMut": false,
338
+ "isSigner": false,
339
+ "pda": {
340
+ "seeds": [
341
+ {
342
+ "kind": "const",
343
+ "type": "string",
344
+ "value": "hotspot_config"
345
+ },
346
+ {
347
+ "kind": "account",
348
+ "type": "publicKey",
349
+ "account": "Mint",
350
+ "path": "collection"
351
+ }
352
+ ]
353
+ },
354
+ "relations": [
355
+ "collection",
356
+ "dc_mint"
357
+ ]
358
+ },
359
+ {
360
+ "name": "hotspotIssuer",
361
+ "isMut": true,
362
+ "isSigner": false,
363
+ "pda": {
364
+ "seeds": [
365
+ {
366
+ "kind": "const",
367
+ "type": "string",
368
+ "value": "hotspot_issuer"
369
+ },
370
+ {
371
+ "kind": "account",
372
+ "type": "publicKey",
373
+ "account": "HotspotConfigV0",
374
+ "path": "hotspot_config"
375
+ },
376
+ {
377
+ "kind": "account",
378
+ "type": "publicKey",
379
+ "path": "maker"
380
+ }
381
+ ]
382
+ },
383
+ "relations": [
384
+ "hotspot_config",
385
+ "maker"
386
+ ]
387
+ },
388
+ {
389
+ "name": "hotspot",
390
+ "isMut": true,
391
+ "isSigner": false
392
+ },
393
+ {
394
+ "name": "storage",
395
+ "isMut": true,
396
+ "isSigner": false,
397
+ "pda": {
398
+ "seeds": [
399
+ {
400
+ "kind": "const",
401
+ "type": "string",
402
+ "value": "storage"
403
+ },
404
+ {
405
+ "kind": "account",
406
+ "type": "publicKey",
407
+ "account": "Mint",
408
+ "path": "hotspot"
409
+ }
410
+ ]
411
+ }
412
+ },
413
+ {
414
+ "name": "metadata",
415
+ "isMut": true,
416
+ "isSigner": false,
417
+ "pda": {
418
+ "seeds": [
419
+ {
420
+ "kind": "const",
421
+ "type": "string",
422
+ "value": "metadata"
423
+ },
424
+ {
425
+ "kind": "account",
426
+ "type": "publicKey",
427
+ "path": "token_metadata_program"
428
+ },
429
+ {
430
+ "kind": "account",
431
+ "type": "publicKey",
432
+ "account": "Mint",
433
+ "path": "hotspot"
434
+ }
435
+ ],
436
+ "programId": {
437
+ "kind": "account",
438
+ "type": "publicKey",
439
+ "path": "token_metadata_program"
440
+ }
441
+ }
442
+ },
443
+ {
444
+ "name": "masterEdition",
445
+ "isMut": true,
446
+ "isSigner": false,
447
+ "pda": {
448
+ "seeds": [
449
+ {
450
+ "kind": "const",
451
+ "type": "string",
452
+ "value": "metadata"
453
+ },
454
+ {
455
+ "kind": "account",
456
+ "type": "publicKey",
457
+ "path": "token_metadata_program"
458
+ },
459
+ {
460
+ "kind": "account",
461
+ "type": "publicKey",
462
+ "account": "Mint",
463
+ "path": "hotspot"
464
+ },
465
+ {
466
+ "kind": "const",
467
+ "type": "string",
468
+ "value": "edition"
469
+ }
470
+ ],
471
+ "programId": {
472
+ "kind": "account",
473
+ "type": "publicKey",
474
+ "path": "token_metadata_program"
475
+ }
476
+ }
477
+ },
478
+ {
479
+ "name": "recipientTokenAccount",
480
+ "isMut": true,
481
+ "isSigner": false
482
+ },
483
+ {
484
+ "name": "dc",
485
+ "isMut": false,
486
+ "isSigner": false,
487
+ "pda": {
488
+ "seeds": [
489
+ {
490
+ "kind": "const",
491
+ "type": "string",
492
+ "value": "dc"
493
+ },
494
+ {
495
+ "kind": "account",
496
+ "type": "publicKey",
497
+ "path": "dc_mint"
498
+ }
499
+ ],
500
+ "programId": {
501
+ "kind": "account",
502
+ "type": "publicKey",
503
+ "path": "data_credits_program"
504
+ }
505
+ },
506
+ "relations": [
507
+ "dc_mint"
508
+ ]
509
+ },
510
+ {
511
+ "name": "dcMint",
512
+ "isMut": true,
513
+ "isSigner": false
514
+ },
515
+ {
516
+ "name": "dcBurner",
517
+ "isMut": true,
518
+ "isSigner": false
519
+ },
520
+ {
521
+ "name": "subDaoEpochInfo",
522
+ "isMut": true,
523
+ "isSigner": false
524
+ },
525
+ {
526
+ "name": "subDao",
527
+ "isMut": true,
528
+ "isSigner": false
529
+ },
530
+ {
531
+ "name": "tokenMetadataProgram",
532
+ "isMut": false,
533
+ "isSigner": false
534
+ },
535
+ {
536
+ "name": "dataCreditsProgram",
537
+ "isMut": false,
538
+ "isSigner": false
539
+ },
540
+ {
541
+ "name": "heliumSubDaosProgram",
542
+ "isMut": false,
543
+ "isSigner": false
544
+ },
545
+ {
546
+ "name": "associatedTokenProgram",
547
+ "isMut": false,
548
+ "isSigner": false
549
+ },
550
+ {
551
+ "name": "systemProgram",
552
+ "isMut": false,
553
+ "isSigner": false
554
+ },
555
+ {
556
+ "name": "tokenProgram",
557
+ "isMut": false,
558
+ "isSigner": false
559
+ },
560
+ {
561
+ "name": "clock",
562
+ "isMut": false,
563
+ "isSigner": false
564
+ },
565
+ {
566
+ "name": "rent",
567
+ "isMut": false,
568
+ "isSigner": false
569
+ }
570
+ ],
571
+ "args": [
572
+ {
573
+ "name": "args",
574
+ "type": {
575
+ "defined": "IssueHotspotArgsV0"
576
+ }
577
+ }
578
+ ]
579
+ }
580
+ ],
581
+ "accounts": [
582
+ {
583
+ "name": "hotspotConfigV0",
584
+ "type": {
585
+ "kind": "struct",
586
+ "fields": [
587
+ {
588
+ "name": "dcFee",
589
+ "type": "u64"
590
+ },
591
+ {
592
+ "name": "collection",
593
+ "type": "publicKey"
594
+ },
595
+ {
596
+ "name": "dcMint",
597
+ "type": "publicKey"
598
+ },
599
+ {
600
+ "name": "onboardingServer",
601
+ "type": "publicKey"
602
+ },
603
+ {
604
+ "name": "authority",
605
+ "type": "publicKey"
606
+ },
607
+ {
608
+ "name": "bumpSeed",
609
+ "type": "u8"
610
+ },
611
+ {
612
+ "name": "collectionBumpSeed",
613
+ "type": "u8"
614
+ }
615
+ ]
616
+ }
617
+ },
618
+ {
619
+ "name": "hotspotIssuerV0",
620
+ "type": {
621
+ "kind": "struct",
622
+ "fields": [
623
+ {
624
+ "name": "count",
625
+ "type": "u64"
626
+ },
627
+ {
628
+ "name": "maker",
629
+ "type": "publicKey"
630
+ },
631
+ {
632
+ "name": "hotspotConfig",
633
+ "type": "publicKey"
634
+ },
635
+ {
636
+ "name": "authority",
637
+ "type": "publicKey"
638
+ },
639
+ {
640
+ "name": "bumpSeed",
641
+ "type": "u8"
642
+ }
643
+ ]
644
+ }
645
+ },
646
+ {
647
+ "name": "hotspotStorageV0",
648
+ "type": {
649
+ "kind": "struct",
650
+ "fields": [
651
+ {
652
+ "name": "eccCompact",
653
+ "type": "bytes"
654
+ },
655
+ {
656
+ "name": "location",
657
+ "type": {
658
+ "option": "string"
659
+ }
660
+ },
661
+ {
662
+ "name": "authority",
663
+ "type": "publicKey"
664
+ },
665
+ {
666
+ "name": "bumpSeed",
667
+ "type": "u8"
668
+ }
669
+ ]
670
+ }
671
+ }
672
+ ],
673
+ "types": [
674
+ {
675
+ "name": "InitializeHotspotConfigArgsV0",
676
+ "type": {
677
+ "kind": "struct",
678
+ "fields": [
679
+ {
680
+ "name": "name",
681
+ "type": "string"
682
+ },
683
+ {
684
+ "name": "symbol",
685
+ "type": "string"
686
+ },
687
+ {
688
+ "name": "metadataUrl",
689
+ "type": "string"
690
+ },
691
+ {
692
+ "name": "dcFee",
693
+ "type": "u64"
694
+ },
695
+ {
696
+ "name": "onboardingServer",
697
+ "type": "publicKey"
698
+ }
699
+ ]
700
+ }
701
+ },
702
+ {
703
+ "name": "InitializeHotspotIssuerArgsV0",
704
+ "type": {
705
+ "kind": "struct",
706
+ "fields": [
707
+ {
708
+ "name": "maker",
709
+ "type": "publicKey"
710
+ },
711
+ {
712
+ "name": "authority",
713
+ "type": "publicKey"
714
+ }
715
+ ]
716
+ }
717
+ },
718
+ {
719
+ "name": "IssueHotspotArgsV0",
720
+ "type": {
721
+ "kind": "struct",
722
+ "fields": [
723
+ {
724
+ "name": "eccCompact",
725
+ "type": "bytes"
726
+ },
727
+ {
728
+ "name": "uri",
729
+ "type": "string"
730
+ }
731
+ ]
732
+ }
733
+ },
734
+ {
735
+ "name": "Collection",
736
+ "type": {
737
+ "kind": "struct",
738
+ "fields": [
739
+ {
740
+ "name": "verified",
741
+ "type": "bool"
742
+ },
743
+ {
744
+ "name": "key",
745
+ "type": "publicKey"
746
+ }
747
+ ]
748
+ }
749
+ },
750
+ {
751
+ "name": "CreateMetadataAccountArgs",
752
+ "type": {
753
+ "kind": "struct",
754
+ "fields": [
755
+ {
756
+ "name": "name",
757
+ "docs": [
758
+ "The name of the asset"
759
+ ],
760
+ "type": "string"
761
+ },
762
+ {
763
+ "name": "symbol",
764
+ "docs": [
765
+ "The symbol for the asset"
766
+ ],
767
+ "type": "string"
768
+ },
769
+ {
770
+ "name": "uri",
771
+ "docs": [
772
+ "URI pointing to JSON representing the asset"
773
+ ],
774
+ "type": "string"
775
+ },
776
+ {
777
+ "name": "collection",
778
+ "type": {
779
+ "option": {
780
+ "defined": "Collection"
781
+ }
782
+ }
783
+ },
784
+ {
785
+ "name": "collectionDetails",
786
+ "type": {
787
+ "option": {
788
+ "defined": "CollectionDetails"
789
+ }
790
+ }
791
+ }
792
+ ]
793
+ }
794
+ },
795
+ {
796
+ "name": "CreateMasterEditionArgs",
797
+ "type": {
798
+ "kind": "struct",
799
+ "fields": [
800
+ {
801
+ "name": "maxSupply",
802
+ "type": {
803
+ "option": "u64"
804
+ }
805
+ }
806
+ ]
807
+ }
808
+ },
809
+ {
810
+ "name": "VerifySizedCollectionItemArgs",
811
+ "type": {
812
+ "kind": "struct",
813
+ "fields": [
814
+ {
815
+ "name": "collectionAuthorityRecord",
816
+ "type": {
817
+ "option": "publicKey"
818
+ }
819
+ }
820
+ ]
821
+ }
822
+ },
823
+ {
824
+ "name": "CollectionDetails",
825
+ "type": {
826
+ "kind": "enum",
827
+ "variants": [
828
+ {
829
+ "name": "V1",
830
+ "fields": [
831
+ {
832
+ "name": "size",
833
+ "type": "u64"
834
+ }
835
+ ]
836
+ }
837
+ ]
838
+ }
839
+ }
840
+ ],
841
+ "errors": [
842
+ {
843
+ "code": 6000,
844
+ "name": "InvalidEccCompact",
845
+ "msg": "Invalid ecc compcat"
846
+ },
847
+ {
848
+ "code": 6001,
849
+ "name": "InvalidStringLength",
850
+ "msg": "Invalid string length, your string was likely too long"
851
+ },
852
+ {
853
+ "code": 6002,
854
+ "name": "StringNotAlphanumeric",
855
+ "msg": "The string was not alphanumeric"
856
+ },
857
+ {
858
+ "code": 6003,
859
+ "name": "InvalidMetadataProgram",
860
+ "msg": "Metadata Program Mismatch"
861
+ },
862
+ {
863
+ "code": 6004,
864
+ "name": "InvalidDataIncrease",
865
+ "msg": "The realloc increase was too large"
866
+ }
867
+ ]
868
+ };
869
+ //# sourceMappingURL=hotspot_issuance.js.map