@layerzerolabs/oft-adapter-starknet 0.2.90 → 0.2.92

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/B3SWU5G3.cjs DELETED
@@ -1,990 +0,0 @@
1
- 'use strict';
2
-
3
- // src/generated/abi/o-f-t-adapter.ts
4
- var oFTAdapter = [
5
- {
6
- "type": "impl",
7
- "name": "OwnableMixinImpl",
8
- "interface_name": "openzeppelin_access::ownable::interface::OwnableABI"
9
- },
10
- {
11
- "type": "interface",
12
- "name": "openzeppelin_access::ownable::interface::OwnableABI",
13
- "items": [
14
- {
15
- "type": "function",
16
- "name": "owner",
17
- "inputs": [],
18
- "outputs": [
19
- {
20
- "type": "core::starknet::contract_address::ContractAddress"
21
- }
22
- ],
23
- "state_mutability": "view"
24
- },
25
- {
26
- "type": "function",
27
- "name": "transfer_ownership",
28
- "inputs": [
29
- {
30
- "name": "new_owner",
31
- "type": "core::starknet::contract_address::ContractAddress"
32
- }
33
- ],
34
- "outputs": [],
35
- "state_mutability": "external"
36
- },
37
- {
38
- "type": "function",
39
- "name": "renounce_ownership",
40
- "inputs": [],
41
- "outputs": [],
42
- "state_mutability": "external"
43
- },
44
- {
45
- "type": "function",
46
- "name": "transferOwnership",
47
- "inputs": [
48
- {
49
- "name": "newOwner",
50
- "type": "core::starknet::contract_address::ContractAddress"
51
- }
52
- ],
53
- "outputs": [],
54
- "state_mutability": "external"
55
- },
56
- {
57
- "type": "function",
58
- "name": "renounceOwnership",
59
- "inputs": [],
60
- "outputs": [],
61
- "state_mutability": "external"
62
- }
63
- ]
64
- },
65
- {
66
- "type": "impl",
67
- "name": "OAppCoreImpl",
68
- "interface_name": "layerzero::oapps::oapp::interface::IOApp"
69
- },
70
- {
71
- "type": "struct",
72
- "name": "core::integer::u256",
73
- "members": [
74
- {
75
- "name": "low",
76
- "type": "core::integer::u128"
77
- },
78
- {
79
- "name": "high",
80
- "type": "core::integer::u128"
81
- }
82
- ]
83
- },
84
- {
85
- "type": "struct",
86
- "name": "lz_utils::bytes::Bytes32",
87
- "members": [
88
- {
89
- "name": "value",
90
- "type": "core::integer::u256"
91
- }
92
- ]
93
- },
94
- {
95
- "type": "interface",
96
- "name": "layerzero::oapps::oapp::interface::IOApp",
97
- "items": [
98
- {
99
- "type": "function",
100
- "name": "get_endpoint",
101
- "inputs": [],
102
- "outputs": [
103
- {
104
- "type": "core::starknet::contract_address::ContractAddress"
105
- }
106
- ],
107
- "state_mutability": "view"
108
- },
109
- {
110
- "type": "function",
111
- "name": "set_peer",
112
- "inputs": [
113
- {
114
- "name": "eid",
115
- "type": "core::integer::u32"
116
- },
117
- {
118
- "name": "peer",
119
- "type": "lz_utils::bytes::Bytes32"
120
- }
121
- ],
122
- "outputs": [],
123
- "state_mutability": "external"
124
- },
125
- {
126
- "type": "function",
127
- "name": "get_peer",
128
- "inputs": [
129
- {
130
- "name": "eid",
131
- "type": "core::integer::u32"
132
- }
133
- ],
134
- "outputs": [
135
- {
136
- "type": "lz_utils::bytes::Bytes32"
137
- }
138
- ],
139
- "state_mutability": "view"
140
- },
141
- {
142
- "type": "function",
143
- "name": "oapp_version",
144
- "inputs": [],
145
- "outputs": [
146
- {
147
- "type": "(core::integer::u64, core::integer::u64)"
148
- }
149
- ],
150
- "state_mutability": "view"
151
- },
152
- {
153
- "type": "function",
154
- "name": "set_delegate",
155
- "inputs": [
156
- {
157
- "name": "delegate",
158
- "type": "core::starknet::contract_address::ContractAddress"
159
- }
160
- ],
161
- "outputs": [],
162
- "state_mutability": "external"
163
- }
164
- ]
165
- },
166
- {
167
- "type": "impl",
168
- "name": "IOAppReceiverImpl",
169
- "interface_name": "layerzero::oapps::oapp::interface::IOAppReceiver"
170
- },
171
- {
172
- "type": "struct",
173
- "name": "layerzero::common::structs::packet::Origin",
174
- "members": [
175
- {
176
- "name": "src_eid",
177
- "type": "core::integer::u32"
178
- },
179
- {
180
- "name": "sender",
181
- "type": "lz_utils::bytes::Bytes32"
182
- },
183
- {
184
- "name": "nonce",
185
- "type": "core::integer::u64"
186
- }
187
- ]
188
- },
189
- {
190
- "type": "struct",
191
- "name": "core::byte_array::ByteArray",
192
- "members": [
193
- {
194
- "name": "data",
195
- "type": "core::array::Array::<core::bytes_31::bytes31>"
196
- },
197
- {
198
- "name": "pending_word",
199
- "type": "core::felt252"
200
- },
201
- {
202
- "name": "pending_word_len",
203
- "type": "core::internal::bounded_int::BoundedInt::<0, 30>"
204
- }
205
- ]
206
- },
207
- {
208
- "type": "enum",
209
- "name": "core::bool",
210
- "variants": [
211
- {
212
- "name": "False",
213
- "type": "()"
214
- },
215
- {
216
- "name": "True",
217
- "type": "()"
218
- }
219
- ]
220
- },
221
- {
222
- "type": "interface",
223
- "name": "layerzero::oapps::oapp::interface::IOAppReceiver",
224
- "items": [
225
- {
226
- "type": "function",
227
- "name": "is_compose_msg_sender",
228
- "inputs": [
229
- {
230
- "name": "origin",
231
- "type": "layerzero::common::structs::packet::Origin"
232
- },
233
- {
234
- "name": "message",
235
- "type": "core::byte_array::ByteArray"
236
- },
237
- {
238
- "name": "sender",
239
- "type": "core::starknet::contract_address::ContractAddress"
240
- }
241
- ],
242
- "outputs": [
243
- {
244
- "type": "core::bool"
245
- }
246
- ],
247
- "state_mutability": "view"
248
- }
249
- ]
250
- },
251
- {
252
- "type": "impl",
253
- "name": "ILayerZeroReceiverImpl",
254
- "interface_name": "layerzero::endpoint::interfaces::layerzero_receiver::ILayerZeroReceiver"
255
- },
256
- {
257
- "type": "interface",
258
- "name": "layerzero::endpoint::interfaces::layerzero_receiver::ILayerZeroReceiver",
259
- "items": [
260
- {
261
- "type": "function",
262
- "name": "lz_receive",
263
- "inputs": [
264
- {
265
- "name": "origin",
266
- "type": "layerzero::common::structs::packet::Origin"
267
- },
268
- {
269
- "name": "guid",
270
- "type": "lz_utils::bytes::Bytes32"
271
- },
272
- {
273
- "name": "message",
274
- "type": "core::byte_array::ByteArray"
275
- },
276
- {
277
- "name": "executor",
278
- "type": "core::starknet::contract_address::ContractAddress"
279
- },
280
- {
281
- "name": "extra_data",
282
- "type": "core::byte_array::ByteArray"
283
- },
284
- {
285
- "name": "value",
286
- "type": "core::integer::u256"
287
- }
288
- ],
289
- "outputs": [],
290
- "state_mutability": "external"
291
- },
292
- {
293
- "type": "function",
294
- "name": "allow_initialize_path",
295
- "inputs": [
296
- {
297
- "name": "origin",
298
- "type": "layerzero::common::structs::packet::Origin"
299
- }
300
- ],
301
- "outputs": [
302
- {
303
- "type": "core::bool"
304
- }
305
- ],
306
- "state_mutability": "view"
307
- },
308
- {
309
- "type": "function",
310
- "name": "next_nonce",
311
- "inputs": [
312
- {
313
- "name": "src_eid",
314
- "type": "core::integer::u32"
315
- },
316
- {
317
- "name": "sender",
318
- "type": "lz_utils::bytes::Bytes32"
319
- }
320
- ],
321
- "outputs": [
322
- {
323
- "type": "core::integer::u64"
324
- }
325
- ],
326
- "state_mutability": "view"
327
- }
328
- ]
329
- },
330
- {
331
- "type": "impl",
332
- "name": "OFTCoreImpl",
333
- "interface_name": "layerzero::oapps::oft::interface::IOFT"
334
- },
335
- {
336
- "type": "struct",
337
- "name": "layerzero::oapps::oft::structs::OFTVersion",
338
- "members": [
339
- {
340
- "name": "interface_id",
341
- "type": "core::integer::u32"
342
- },
343
- {
344
- "name": "version",
345
- "type": "core::integer::u64"
346
- }
347
- ]
348
- },
349
- {
350
- "type": "struct",
351
- "name": "layerzero::oapps::oft::structs::SendParam",
352
- "members": [
353
- {
354
- "name": "dst_eid",
355
- "type": "core::integer::u32"
356
- },
357
- {
358
- "name": "to",
359
- "type": "lz_utils::bytes::Bytes32"
360
- },
361
- {
362
- "name": "amount_ld",
363
- "type": "core::integer::u256"
364
- },
365
- {
366
- "name": "min_amount_ld",
367
- "type": "core::integer::u256"
368
- },
369
- {
370
- "name": "extra_options",
371
- "type": "core::byte_array::ByteArray"
372
- },
373
- {
374
- "name": "compose_msg",
375
- "type": "core::byte_array::ByteArray"
376
- },
377
- {
378
- "name": "oft_cmd",
379
- "type": "core::byte_array::ByteArray"
380
- }
381
- ]
382
- },
383
- {
384
- "type": "struct",
385
- "name": "layerzero::oapps::oft::structs::OFTLimit",
386
- "members": [
387
- {
388
- "name": "min_amount_ld",
389
- "type": "core::integer::u256"
390
- },
391
- {
392
- "name": "max_amount_ld",
393
- "type": "core::integer::u256"
394
- }
395
- ]
396
- },
397
- {
398
- "type": "struct",
399
- "name": "layerzero::oapps::oft::structs::OFTFeeDetail",
400
- "members": [
401
- {
402
- "name": "fee_amount_ld",
403
- "type": "core::integer::u256"
404
- },
405
- {
406
- "name": "reward_amount_ld",
407
- "type": "core::integer::u256"
408
- },
409
- {
410
- "name": "description",
411
- "type": "core::byte_array::ByteArray"
412
- }
413
- ]
414
- },
415
- {
416
- "type": "struct",
417
- "name": "layerzero::oapps::oft::structs::OFTReceipt",
418
- "members": [
419
- {
420
- "name": "amount_sent_ld",
421
- "type": "core::integer::u256"
422
- },
423
- {
424
- "name": "amount_received_ld",
425
- "type": "core::integer::u256"
426
- }
427
- ]
428
- },
429
- {
430
- "type": "struct",
431
- "name": "layerzero::oapps::oft::structs::OFTQuote",
432
- "members": [
433
- {
434
- "name": "limit",
435
- "type": "layerzero::oapps::oft::structs::OFTLimit"
436
- },
437
- {
438
- "name": "oft_fee_details",
439
- "type": "core::array::Array::<layerzero::oapps::oft::structs::OFTFeeDetail>"
440
- },
441
- {
442
- "name": "receipt",
443
- "type": "layerzero::oapps::oft::structs::OFTReceipt"
444
- }
445
- ]
446
- },
447
- {
448
- "type": "struct",
449
- "name": "layerzero::common::structs::messaging::MessagingFee",
450
- "members": [
451
- {
452
- "name": "native_fee",
453
- "type": "core::integer::u256"
454
- },
455
- {
456
- "name": "lz_token_fee",
457
- "type": "core::integer::u256"
458
- }
459
- ]
460
- },
461
- {
462
- "type": "struct",
463
- "name": "layerzero::common::structs::messaging::Payee",
464
- "members": [
465
- {
466
- "name": "receiver",
467
- "type": "core::starknet::contract_address::ContractAddress"
468
- },
469
- {
470
- "name": "native_amount",
471
- "type": "core::integer::u256"
472
- },
473
- {
474
- "name": "lz_token_amount",
475
- "type": "core::integer::u256"
476
- }
477
- ]
478
- },
479
- {
480
- "type": "struct",
481
- "name": "layerzero::common::structs::messaging::MessageReceipt",
482
- "members": [
483
- {
484
- "name": "guid",
485
- "type": "lz_utils::bytes::Bytes32"
486
- },
487
- {
488
- "name": "nonce",
489
- "type": "core::integer::u64"
490
- },
491
- {
492
- "name": "payees",
493
- "type": "core::array::Array::<layerzero::common::structs::messaging::Payee>"
494
- }
495
- ]
496
- },
497
- {
498
- "type": "struct",
499
- "name": "layerzero::oapps::oft::structs::OFTSendResult",
500
- "members": [
501
- {
502
- "name": "message_receipt",
503
- "type": "layerzero::common::structs::messaging::MessageReceipt"
504
- },
505
- {
506
- "name": "oft_receipt",
507
- "type": "layerzero::oapps::oft::structs::OFTReceipt"
508
- }
509
- ]
510
- },
511
- {
512
- "type": "interface",
513
- "name": "layerzero::oapps::oft::interface::IOFT",
514
- "items": [
515
- {
516
- "type": "function",
517
- "name": "oft_version",
518
- "inputs": [],
519
- "outputs": [
520
- {
521
- "type": "layerzero::oapps::oft::structs::OFTVersion"
522
- }
523
- ],
524
- "state_mutability": "view"
525
- },
526
- {
527
- "type": "function",
528
- "name": "token",
529
- "inputs": [],
530
- "outputs": [
531
- {
532
- "type": "core::starknet::contract_address::ContractAddress"
533
- }
534
- ],
535
- "state_mutability": "view"
536
- },
537
- {
538
- "type": "function",
539
- "name": "approval_required",
540
- "inputs": [],
541
- "outputs": [
542
- {
543
- "type": "core::bool"
544
- }
545
- ],
546
- "state_mutability": "view"
547
- },
548
- {
549
- "type": "function",
550
- "name": "shared_decimals",
551
- "inputs": [],
552
- "outputs": [
553
- {
554
- "type": "core::integer::u8"
555
- }
556
- ],
557
- "state_mutability": "view"
558
- },
559
- {
560
- "type": "function",
561
- "name": "decimal_conversion_rate",
562
- "inputs": [],
563
- "outputs": [
564
- {
565
- "type": "core::integer::u256"
566
- }
567
- ],
568
- "state_mutability": "view"
569
- },
570
- {
571
- "type": "function",
572
- "name": "msg_inspector",
573
- "inputs": [],
574
- "outputs": [
575
- {
576
- "type": "core::starknet::contract_address::ContractAddress"
577
- }
578
- ],
579
- "state_mutability": "view"
580
- },
581
- {
582
- "type": "function",
583
- "name": "set_msg_inspector",
584
- "inputs": [
585
- {
586
- "name": "msg_inspector",
587
- "type": "core::starknet::contract_address::ContractAddress"
588
- }
589
- ],
590
- "outputs": [],
591
- "state_mutability": "external"
592
- },
593
- {
594
- "type": "function",
595
- "name": "quote_oft",
596
- "inputs": [
597
- {
598
- "name": "send_param",
599
- "type": "layerzero::oapps::oft::structs::SendParam"
600
- }
601
- ],
602
- "outputs": [
603
- {
604
- "type": "layerzero::oapps::oft::structs::OFTQuote"
605
- }
606
- ],
607
- "state_mutability": "view"
608
- },
609
- {
610
- "type": "function",
611
- "name": "quote_send",
612
- "inputs": [
613
- {
614
- "name": "send_param",
615
- "type": "layerzero::oapps::oft::structs::SendParam"
616
- },
617
- {
618
- "name": "pay_in_lz_token",
619
- "type": "core::bool"
620
- }
621
- ],
622
- "outputs": [
623
- {
624
- "type": "layerzero::common::structs::messaging::MessagingFee"
625
- }
626
- ],
627
- "state_mutability": "view"
628
- },
629
- {
630
- "type": "function",
631
- "name": "send",
632
- "inputs": [
633
- {
634
- "name": "send_param",
635
- "type": "layerzero::oapps::oft::structs::SendParam"
636
- },
637
- {
638
- "name": "fee",
639
- "type": "layerzero::common::structs::messaging::MessagingFee"
640
- },
641
- {
642
- "name": "refund_address",
643
- "type": "core::starknet::contract_address::ContractAddress"
644
- }
645
- ],
646
- "outputs": [
647
- {
648
- "type": "layerzero::oapps::oft::structs::OFTSendResult"
649
- }
650
- ],
651
- "state_mutability": "external"
652
- }
653
- ]
654
- },
655
- {
656
- "type": "impl",
657
- "name": "OAppOptionsType3Impl",
658
- "interface_name": "layerzero::oapps::common::oapp_options_type_3::interface::IOAppOptionsType3"
659
- },
660
- {
661
- "type": "struct",
662
- "name": "layerzero::oapps::common::oapp_options_type_3::structs::EnforcedOptionParam",
663
- "members": [
664
- {
665
- "name": "eid",
666
- "type": "core::integer::u32"
667
- },
668
- {
669
- "name": "msg_type",
670
- "type": "core::integer::u16"
671
- },
672
- {
673
- "name": "options",
674
- "type": "core::byte_array::ByteArray"
675
- }
676
- ]
677
- },
678
- {
679
- "type": "interface",
680
- "name": "layerzero::oapps::common::oapp_options_type_3::interface::IOAppOptionsType3",
681
- "items": [
682
- {
683
- "type": "function",
684
- "name": "set_enforced_options",
685
- "inputs": [
686
- {
687
- "name": "enforced_options",
688
- "type": "core::array::Array::<layerzero::oapps::common::oapp_options_type_3::structs::EnforcedOptionParam>"
689
- }
690
- ],
691
- "outputs": [],
692
- "state_mutability": "external"
693
- },
694
- {
695
- "type": "function",
696
- "name": "combine_options",
697
- "inputs": [
698
- {
699
- "name": "eid",
700
- "type": "core::integer::u32"
701
- },
702
- {
703
- "name": "msg_type",
704
- "type": "core::integer::u16"
705
- },
706
- {
707
- "name": "extra_options",
708
- "type": "core::byte_array::ByteArray"
709
- }
710
- ],
711
- "outputs": [
712
- {
713
- "type": "core::byte_array::ByteArray"
714
- }
715
- ],
716
- "state_mutability": "view"
717
- },
718
- {
719
- "type": "function",
720
- "name": "get_enforced_options",
721
- "inputs": [
722
- {
723
- "name": "eid",
724
- "type": "core::integer::u32"
725
- },
726
- {
727
- "name": "msg_type",
728
- "type": "core::integer::u16"
729
- }
730
- ],
731
- "outputs": [
732
- {
733
- "type": "core::byte_array::ByteArray"
734
- }
735
- ],
736
- "state_mutability": "view"
737
- }
738
- ]
739
- },
740
- {
741
- "type": "constructor",
742
- "name": "constructor",
743
- "inputs": [
744
- {
745
- "name": "erc20_token",
746
- "type": "core::starknet::contract_address::ContractAddress"
747
- },
748
- {
749
- "name": "lz_endpoint",
750
- "type": "core::starknet::contract_address::ContractAddress"
751
- },
752
- {
753
- "name": "owner",
754
- "type": "core::starknet::contract_address::ContractAddress"
755
- },
756
- {
757
- "name": "native_token",
758
- "type": "core::starknet::contract_address::ContractAddress"
759
- }
760
- ]
761
- },
762
- {
763
- "type": "event",
764
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
765
- "kind": "struct",
766
- "members": [
767
- {
768
- "name": "previous_owner",
769
- "type": "core::starknet::contract_address::ContractAddress",
770
- "kind": "key"
771
- },
772
- {
773
- "name": "new_owner",
774
- "type": "core::starknet::contract_address::ContractAddress",
775
- "kind": "key"
776
- }
777
- ]
778
- },
779
- {
780
- "type": "event",
781
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
782
- "kind": "struct",
783
- "members": [
784
- {
785
- "name": "previous_owner",
786
- "type": "core::starknet::contract_address::ContractAddress",
787
- "kind": "key"
788
- },
789
- {
790
- "name": "new_owner",
791
- "type": "core::starknet::contract_address::ContractAddress",
792
- "kind": "key"
793
- }
794
- ]
795
- },
796
- {
797
- "type": "event",
798
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
799
- "kind": "enum",
800
- "variants": [
801
- {
802
- "name": "OwnershipTransferred",
803
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
804
- "kind": "nested"
805
- },
806
- {
807
- "name": "OwnershipTransferStarted",
808
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
809
- "kind": "nested"
810
- }
811
- ]
812
- },
813
- {
814
- "type": "event",
815
- "name": "layerzero::oapps::oapp::events::PeerSet",
816
- "kind": "struct",
817
- "members": [
818
- {
819
- "name": "eid",
820
- "type": "core::integer::u32",
821
- "kind": "key"
822
- },
823
- {
824
- "name": "peer",
825
- "type": "lz_utils::bytes::Bytes32",
826
- "kind": "key"
827
- }
828
- ]
829
- },
830
- {
831
- "type": "event",
832
- "name": "layerzero::oapps::oapp::oapp_core::OAppCoreComponent::Event",
833
- "kind": "enum",
834
- "variants": [
835
- {
836
- "name": "PeerSet",
837
- "type": "layerzero::oapps::oapp::events::PeerSet",
838
- "kind": "nested"
839
- }
840
- ]
841
- },
842
- {
843
- "type": "event",
844
- "name": "layerzero::oapps::oft::events::OFTSent",
845
- "kind": "struct",
846
- "members": [
847
- {
848
- "name": "guid",
849
- "type": "lz_utils::bytes::Bytes32",
850
- "kind": "key"
851
- },
852
- {
853
- "name": "dst_eid",
854
- "type": "core::integer::u32",
855
- "kind": "key"
856
- },
857
- {
858
- "name": "from",
859
- "type": "core::starknet::contract_address::ContractAddress",
860
- "kind": "key"
861
- },
862
- {
863
- "name": "amount_sent_ld",
864
- "type": "core::integer::u256",
865
- "kind": "data"
866
- },
867
- {
868
- "name": "amount_received_ld",
869
- "type": "core::integer::u256",
870
- "kind": "data"
871
- }
872
- ]
873
- },
874
- {
875
- "type": "event",
876
- "name": "layerzero::oapps::oft::events::OFTReceived",
877
- "kind": "struct",
878
- "members": [
879
- {
880
- "name": "guid",
881
- "type": "lz_utils::bytes::Bytes32",
882
- "kind": "key"
883
- },
884
- {
885
- "name": "src_eid",
886
- "type": "core::integer::u32",
887
- "kind": "key"
888
- },
889
- {
890
- "name": "to",
891
- "type": "core::starknet::contract_address::ContractAddress",
892
- "kind": "key"
893
- },
894
- {
895
- "name": "amount_received_ld",
896
- "type": "core::integer::u256",
897
- "kind": "data"
898
- }
899
- ]
900
- },
901
- {
902
- "type": "event",
903
- "name": "layerzero::oapps::oft::events::MsgInspectorSet",
904
- "kind": "struct",
905
- "members": [
906
- {
907
- "name": "msg_inspector",
908
- "type": "core::starknet::contract_address::ContractAddress",
909
- "kind": "key"
910
- }
911
- ]
912
- },
913
- {
914
- "type": "event",
915
- "name": "layerzero::oapps::oft::oft_core::oft_core::OFTCoreComponent::Event",
916
- "kind": "enum",
917
- "variants": [
918
- {
919
- "name": "OFTSent",
920
- "type": "layerzero::oapps::oft::events::OFTSent",
921
- "kind": "nested"
922
- },
923
- {
924
- "name": "OFTReceived",
925
- "type": "layerzero::oapps::oft::events::OFTReceived",
926
- "kind": "nested"
927
- },
928
- {
929
- "name": "MsgInspectorSet",
930
- "type": "layerzero::oapps::oft::events::MsgInspectorSet",
931
- "kind": "nested"
932
- }
933
- ]
934
- },
935
- {
936
- "type": "event",
937
- "name": "layerzero::oapps::common::oapp_options_type_3::events::EnforcedOptionSet",
938
- "kind": "struct",
939
- "members": [
940
- {
941
- "name": "options",
942
- "type": "core::array::Array::<layerzero::oapps::common::oapp_options_type_3::structs::EnforcedOptionParam>",
943
- "kind": "data"
944
- }
945
- ]
946
- },
947
- {
948
- "type": "event",
949
- "name": "layerzero::oapps::common::oapp_options_type_3::oapp_options_type_3::OAppOptionsType3Component::Event",
950
- "kind": "enum",
951
- "variants": [
952
- {
953
- "name": "EnforcedOptionSet",
954
- "type": "layerzero::oapps::common::oapp_options_type_3::events::EnforcedOptionSet",
955
- "kind": "nested"
956
- }
957
- ]
958
- },
959
- {
960
- "type": "event",
961
- "name": "oft_adapter::oft_adapter::OFTAdapter::Event",
962
- "kind": "enum",
963
- "variants": [
964
- {
965
- "name": "OwnableEvent",
966
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
967
- "kind": "flat"
968
- },
969
- {
970
- "name": "OAppCoreEvent",
971
- "type": "layerzero::oapps::oapp::oapp_core::OAppCoreComponent::Event",
972
- "kind": "flat"
973
- },
974
- {
975
- "name": "OFTCoreEvent",
976
- "type": "layerzero::oapps::oft::oft_core::oft_core::OFTCoreComponent::Event",
977
- "kind": "flat"
978
- },
979
- {
980
- "name": "OAppOptionsType3Event",
981
- "type": "layerzero::oapps::common::oapp_options_type_3::oapp_options_type_3::OAppOptionsType3Component::Event",
982
- "kind": "flat"
983
- }
984
- ]
985
- }
986
- ];
987
-
988
- exports.oFTAdapter = oFTAdapter;
989
- //# sourceMappingURL=B3SWU5G3.cjs.map
990
- //# sourceMappingURL=B3SWU5G3.cjs.map