@flarenetwork/flare-periphery-contract-artifacts 0.1.41 → 0.1.42

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 (39) hide show
  1. package/dist/coston2/abis.d.ts.map +1 -1
  2. package/dist/flare/abis.d.ts.map +1 -1
  3. package/dist/flare/artifacts/contracts/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
  4. package/dist/flare/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +186 -0
  5. package/dist/flare/artifacts/contracts/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
  6. package/dist/flare/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
  7. package/dist/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +873 -0
  8. package/dist/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2233 -0
  9. package/dist/flare/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
  10. package/dist/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +460 -0
  11. package/dist/flare/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
  12. package/dist/flare/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +188 -0
  13. package/dist/flare/artifacts/contracts/ITimelockFacet.sol/ITimelockFacet.json +126 -0
  14. package/dist/flare/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +146 -0
  15. package/dist/flare/artifacts/contracts/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
  16. package/dist/flare/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
  17. package/dist/flare/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
  18. package/dist/flare/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
  19. package/dist/flare/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -0
  20. package/dist/index.js +48 -0
  21. package/dist/index.js.map +1 -1
  22. package/flare/artifacts/contracts/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
  23. package/flare/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +186 -0
  24. package/flare/artifacts/contracts/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
  25. package/flare/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
  26. package/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +873 -0
  27. package/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2233 -0
  28. package/flare/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
  29. package/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +460 -0
  30. package/flare/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
  31. package/flare/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +188 -0
  32. package/flare/artifacts/contracts/ITimelockFacet.sol/ITimelockFacet.json +126 -0
  33. package/flare/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +146 -0
  34. package/flare/artifacts/contracts/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
  35. package/flare/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
  36. package/flare/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
  37. package/flare/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
  38. package/flare/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -0
  39. package/package.json +1 -1
@@ -0,0 +1,873 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "name": "AddressZero",
5
+ "type": "error"
6
+ },
7
+ {
8
+ "inputs": [],
9
+ "name": "InvalidAmount",
10
+ "type": "error"
11
+ },
12
+ {
13
+ "inputs": [],
14
+ "name": "InvalidCustomInstructionHash",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "uint256",
21
+ "name": "instructionType",
22
+ "type": "uint256"
23
+ },
24
+ {
25
+ "internalType": "uint256",
26
+ "name": "instructionCommand",
27
+ "type": "uint256"
28
+ }
29
+ ],
30
+ "name": "InvalidInstruction",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "uint256",
37
+ "name": "instructionType",
38
+ "type": "uint256"
39
+ }
40
+ ],
41
+ "name": "InvalidInstructionType",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [],
46
+ "name": "InvalidMinter",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "uint256",
53
+ "name": "requiredAmount",
54
+ "type": "uint256"
55
+ }
56
+ ],
57
+ "name": "InvalidPaymentAmount",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [],
62
+ "name": "InvalidTransactionId",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [],
67
+ "name": "MintingNotCompleted",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [],
72
+ "name": "TransactionAlreadyExecuted",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "UnknownCollateralReservationId",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [],
82
+ "name": "ValueZero",
83
+ "type": "error"
84
+ },
85
+ {
86
+ "anonymous": false,
87
+ "inputs": [
88
+ {
89
+ "indexed": true,
90
+ "internalType": "address",
91
+ "name": "personalAccount",
92
+ "type": "address"
93
+ },
94
+ {
95
+ "indexed": false,
96
+ "internalType": "address",
97
+ "name": "fxrp",
98
+ "type": "address"
99
+ },
100
+ {
101
+ "indexed": false,
102
+ "internalType": "address",
103
+ "name": "vault",
104
+ "type": "address"
105
+ },
106
+ {
107
+ "indexed": false,
108
+ "internalType": "uint256",
109
+ "name": "amount",
110
+ "type": "uint256"
111
+ }
112
+ ],
113
+ "name": "Approved",
114
+ "type": "event"
115
+ },
116
+ {
117
+ "anonymous": false,
118
+ "inputs": [
119
+ {
120
+ "indexed": true,
121
+ "internalType": "address",
122
+ "name": "personalAccount",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "indexed": true,
127
+ "internalType": "address",
128
+ "name": "vault",
129
+ "type": "address"
130
+ },
131
+ {
132
+ "indexed": false,
133
+ "internalType": "uint256",
134
+ "name": "year",
135
+ "type": "uint256"
136
+ },
137
+ {
138
+ "indexed": false,
139
+ "internalType": "uint256",
140
+ "name": "month",
141
+ "type": "uint256"
142
+ },
143
+ {
144
+ "indexed": false,
145
+ "internalType": "uint256",
146
+ "name": "day",
147
+ "type": "uint256"
148
+ },
149
+ {
150
+ "indexed": false,
151
+ "internalType": "uint256",
152
+ "name": "shares",
153
+ "type": "uint256"
154
+ },
155
+ {
156
+ "indexed": false,
157
+ "internalType": "uint256",
158
+ "name": "amount",
159
+ "type": "uint256"
160
+ }
161
+ ],
162
+ "name": "Claimed",
163
+ "type": "event"
164
+ },
165
+ {
166
+ "anonymous": false,
167
+ "inputs": [
168
+ {
169
+ "indexed": true,
170
+ "internalType": "address",
171
+ "name": "personalAccount",
172
+ "type": "address"
173
+ },
174
+ {
175
+ "indexed": true,
176
+ "internalType": "bytes32",
177
+ "name": "transactionId",
178
+ "type": "bytes32"
179
+ },
180
+ {
181
+ "indexed": true,
182
+ "internalType": "bytes32",
183
+ "name": "paymentReference",
184
+ "type": "bytes32"
185
+ },
186
+ {
187
+ "indexed": false,
188
+ "internalType": "string",
189
+ "name": "xrplOwner",
190
+ "type": "string"
191
+ },
192
+ {
193
+ "indexed": false,
194
+ "internalType": "uint256",
195
+ "name": "collateralReservationId",
196
+ "type": "uint256"
197
+ },
198
+ {
199
+ "indexed": false,
200
+ "internalType": "address",
201
+ "name": "agentVault",
202
+ "type": "address"
203
+ },
204
+ {
205
+ "indexed": false,
206
+ "internalType": "uint256",
207
+ "name": "lots",
208
+ "type": "uint256"
209
+ },
210
+ {
211
+ "indexed": false,
212
+ "internalType": "address",
213
+ "name": "executor",
214
+ "type": "address"
215
+ },
216
+ {
217
+ "indexed": false,
218
+ "internalType": "uint256",
219
+ "name": "executorFee",
220
+ "type": "uint256"
221
+ }
222
+ ],
223
+ "name": "CollateralReserved",
224
+ "type": "event"
225
+ },
226
+ {
227
+ "anonymous": false,
228
+ "inputs": [
229
+ {
230
+ "indexed": true,
231
+ "internalType": "address",
232
+ "name": "personalAccount",
233
+ "type": "address"
234
+ },
235
+ {
236
+ "indexed": true,
237
+ "internalType": "bytes32",
238
+ "name": "callHash",
239
+ "type": "bytes32"
240
+ },
241
+ {
242
+ "components": [
243
+ {
244
+ "internalType": "address",
245
+ "name": "targetContract",
246
+ "type": "address"
247
+ },
248
+ {
249
+ "internalType": "uint256",
250
+ "name": "value",
251
+ "type": "uint256"
252
+ },
253
+ {
254
+ "internalType": "bytes",
255
+ "name": "data",
256
+ "type": "bytes"
257
+ }
258
+ ],
259
+ "indexed": false,
260
+ "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
261
+ "name": "customInstruction",
262
+ "type": "tuple[]"
263
+ }
264
+ ],
265
+ "name": "CustomInstructionExecuted",
266
+ "type": "event"
267
+ },
268
+ {
269
+ "anonymous": false,
270
+ "inputs": [
271
+ {
272
+ "indexed": true,
273
+ "internalType": "address",
274
+ "name": "personalAccount",
275
+ "type": "address"
276
+ },
277
+ {
278
+ "indexed": true,
279
+ "internalType": "address",
280
+ "name": "vault",
281
+ "type": "address"
282
+ },
283
+ {
284
+ "indexed": false,
285
+ "internalType": "uint256",
286
+ "name": "amount",
287
+ "type": "uint256"
288
+ },
289
+ {
290
+ "indexed": false,
291
+ "internalType": "uint256",
292
+ "name": "shares",
293
+ "type": "uint256"
294
+ }
295
+ ],
296
+ "name": "Deposited",
297
+ "type": "event"
298
+ },
299
+ {
300
+ "anonymous": false,
301
+ "inputs": [
302
+ {
303
+ "indexed": true,
304
+ "internalType": "address",
305
+ "name": "personalAccount",
306
+ "type": "address"
307
+ },
308
+ {
309
+ "indexed": false,
310
+ "internalType": "uint256",
311
+ "name": "lots",
312
+ "type": "uint256"
313
+ },
314
+ {
315
+ "indexed": false,
316
+ "internalType": "uint256",
317
+ "name": "amount",
318
+ "type": "uint256"
319
+ },
320
+ {
321
+ "indexed": false,
322
+ "internalType": "address",
323
+ "name": "executor",
324
+ "type": "address"
325
+ },
326
+ {
327
+ "indexed": false,
328
+ "internalType": "uint256",
329
+ "name": "executorFee",
330
+ "type": "uint256"
331
+ }
332
+ ],
333
+ "name": "FXrpRedeemed",
334
+ "type": "event"
335
+ },
336
+ {
337
+ "anonymous": false,
338
+ "inputs": [
339
+ {
340
+ "indexed": true,
341
+ "internalType": "address",
342
+ "name": "personalAccount",
343
+ "type": "address"
344
+ },
345
+ {
346
+ "indexed": false,
347
+ "internalType": "address",
348
+ "name": "to",
349
+ "type": "address"
350
+ },
351
+ {
352
+ "indexed": false,
353
+ "internalType": "uint256",
354
+ "name": "amount",
355
+ "type": "uint256"
356
+ }
357
+ ],
358
+ "name": "FXrpTransferred",
359
+ "type": "event"
360
+ },
361
+ {
362
+ "anonymous": false,
363
+ "inputs": [
364
+ {
365
+ "indexed": true,
366
+ "internalType": "address",
367
+ "name": "personalAccount",
368
+ "type": "address"
369
+ },
370
+ {
371
+ "indexed": true,
372
+ "internalType": "bytes32",
373
+ "name": "transactionId",
374
+ "type": "bytes32"
375
+ },
376
+ {
377
+ "indexed": true,
378
+ "internalType": "bytes32",
379
+ "name": "paymentReference",
380
+ "type": "bytes32"
381
+ },
382
+ {
383
+ "indexed": false,
384
+ "internalType": "string",
385
+ "name": "xrplOwner",
386
+ "type": "string"
387
+ },
388
+ {
389
+ "indexed": false,
390
+ "internalType": "uint256",
391
+ "name": "instructionId",
392
+ "type": "uint256"
393
+ }
394
+ ],
395
+ "name": "InstructionExecuted",
396
+ "type": "event"
397
+ },
398
+ {
399
+ "anonymous": false,
400
+ "inputs": [
401
+ {
402
+ "indexed": true,
403
+ "internalType": "address",
404
+ "name": "personalAccount",
405
+ "type": "address"
406
+ },
407
+ {
408
+ "indexed": true,
409
+ "internalType": "address",
410
+ "name": "vault",
411
+ "type": "address"
412
+ },
413
+ {
414
+ "indexed": false,
415
+ "internalType": "uint256",
416
+ "name": "shares",
417
+ "type": "uint256"
418
+ },
419
+ {
420
+ "indexed": false,
421
+ "internalType": "uint256",
422
+ "name": "claimableEpoch",
423
+ "type": "uint256"
424
+ },
425
+ {
426
+ "indexed": false,
427
+ "internalType": "uint256",
428
+ "name": "year",
429
+ "type": "uint256"
430
+ },
431
+ {
432
+ "indexed": false,
433
+ "internalType": "uint256",
434
+ "name": "month",
435
+ "type": "uint256"
436
+ },
437
+ {
438
+ "indexed": false,
439
+ "internalType": "uint256",
440
+ "name": "day",
441
+ "type": "uint256"
442
+ }
443
+ ],
444
+ "name": "RedeemRequested",
445
+ "type": "event"
446
+ },
447
+ {
448
+ "anonymous": false,
449
+ "inputs": [
450
+ {
451
+ "indexed": true,
452
+ "internalType": "address",
453
+ "name": "personalAccount",
454
+ "type": "address"
455
+ },
456
+ {
457
+ "indexed": true,
458
+ "internalType": "address",
459
+ "name": "vault",
460
+ "type": "address"
461
+ },
462
+ {
463
+ "indexed": false,
464
+ "internalType": "uint256",
465
+ "name": "shares",
466
+ "type": "uint256"
467
+ },
468
+ {
469
+ "indexed": false,
470
+ "internalType": "uint256",
471
+ "name": "amount",
472
+ "type": "uint256"
473
+ }
474
+ ],
475
+ "name": "Redeemed",
476
+ "type": "event"
477
+ },
478
+ {
479
+ "anonymous": false,
480
+ "inputs": [
481
+ {
482
+ "indexed": true,
483
+ "internalType": "address",
484
+ "name": "personalAccount",
485
+ "type": "address"
486
+ },
487
+ {
488
+ "indexed": true,
489
+ "internalType": "address",
490
+ "name": "vault",
491
+ "type": "address"
492
+ },
493
+ {
494
+ "indexed": false,
495
+ "internalType": "uint256",
496
+ "name": "period",
497
+ "type": "uint256"
498
+ },
499
+ {
500
+ "indexed": false,
501
+ "internalType": "uint256",
502
+ "name": "amount",
503
+ "type": "uint256"
504
+ }
505
+ ],
506
+ "name": "WithdrawalClaimed",
507
+ "type": "event"
508
+ },
509
+ {
510
+ "inputs": [
511
+ {
512
+ "internalType": "uint256",
513
+ "name": "_collateralReservationId",
514
+ "type": "uint256"
515
+ },
516
+ {
517
+ "components": [
518
+ {
519
+ "internalType": "bytes32[]",
520
+ "name": "merkleProof",
521
+ "type": "bytes32[]"
522
+ },
523
+ {
524
+ "components": [
525
+ {
526
+ "internalType": "bytes32",
527
+ "name": "attestationType",
528
+ "type": "bytes32"
529
+ },
530
+ {
531
+ "internalType": "bytes32",
532
+ "name": "sourceId",
533
+ "type": "bytes32"
534
+ },
535
+ {
536
+ "internalType": "uint64",
537
+ "name": "votingRound",
538
+ "type": "uint64"
539
+ },
540
+ {
541
+ "internalType": "uint64",
542
+ "name": "lowestUsedTimestamp",
543
+ "type": "uint64"
544
+ },
545
+ {
546
+ "components": [
547
+ {
548
+ "internalType": "bytes32",
549
+ "name": "transactionId",
550
+ "type": "bytes32"
551
+ },
552
+ {
553
+ "internalType": "uint256",
554
+ "name": "inUtxo",
555
+ "type": "uint256"
556
+ },
557
+ {
558
+ "internalType": "uint256",
559
+ "name": "utxo",
560
+ "type": "uint256"
561
+ }
562
+ ],
563
+ "internalType": "struct IPayment.RequestBody",
564
+ "name": "requestBody",
565
+ "type": "tuple"
566
+ },
567
+ {
568
+ "components": [
569
+ {
570
+ "internalType": "uint64",
571
+ "name": "blockNumber",
572
+ "type": "uint64"
573
+ },
574
+ {
575
+ "internalType": "uint64",
576
+ "name": "blockTimestamp",
577
+ "type": "uint64"
578
+ },
579
+ {
580
+ "internalType": "bytes32",
581
+ "name": "sourceAddressHash",
582
+ "type": "bytes32"
583
+ },
584
+ {
585
+ "internalType": "bytes32",
586
+ "name": "sourceAddressesRoot",
587
+ "type": "bytes32"
588
+ },
589
+ {
590
+ "internalType": "bytes32",
591
+ "name": "receivingAddressHash",
592
+ "type": "bytes32"
593
+ },
594
+ {
595
+ "internalType": "bytes32",
596
+ "name": "intendedReceivingAddressHash",
597
+ "type": "bytes32"
598
+ },
599
+ {
600
+ "internalType": "int256",
601
+ "name": "spentAmount",
602
+ "type": "int256"
603
+ },
604
+ {
605
+ "internalType": "int256",
606
+ "name": "intendedSpentAmount",
607
+ "type": "int256"
608
+ },
609
+ {
610
+ "internalType": "int256",
611
+ "name": "receivedAmount",
612
+ "type": "int256"
613
+ },
614
+ {
615
+ "internalType": "int256",
616
+ "name": "intendedReceivedAmount",
617
+ "type": "int256"
618
+ },
619
+ {
620
+ "internalType": "bytes32",
621
+ "name": "standardPaymentReference",
622
+ "type": "bytes32"
623
+ },
624
+ {
625
+ "internalType": "bool",
626
+ "name": "oneToOne",
627
+ "type": "bool"
628
+ },
629
+ {
630
+ "internalType": "uint8",
631
+ "name": "status",
632
+ "type": "uint8"
633
+ }
634
+ ],
635
+ "internalType": "struct IPayment.ResponseBody",
636
+ "name": "responseBody",
637
+ "type": "tuple"
638
+ }
639
+ ],
640
+ "internalType": "struct IPayment.Response",
641
+ "name": "data",
642
+ "type": "tuple"
643
+ }
644
+ ],
645
+ "internalType": "struct IPayment.Proof",
646
+ "name": "_proof",
647
+ "type": "tuple"
648
+ },
649
+ {
650
+ "internalType": "string",
651
+ "name": "_xrplAddress",
652
+ "type": "string"
653
+ }
654
+ ],
655
+ "name": "executeDepositAfterMinting",
656
+ "outputs": [],
657
+ "stateMutability": "nonpayable",
658
+ "type": "function"
659
+ },
660
+ {
661
+ "inputs": [
662
+ {
663
+ "components": [
664
+ {
665
+ "internalType": "bytes32[]",
666
+ "name": "merkleProof",
667
+ "type": "bytes32[]"
668
+ },
669
+ {
670
+ "components": [
671
+ {
672
+ "internalType": "bytes32",
673
+ "name": "attestationType",
674
+ "type": "bytes32"
675
+ },
676
+ {
677
+ "internalType": "bytes32",
678
+ "name": "sourceId",
679
+ "type": "bytes32"
680
+ },
681
+ {
682
+ "internalType": "uint64",
683
+ "name": "votingRound",
684
+ "type": "uint64"
685
+ },
686
+ {
687
+ "internalType": "uint64",
688
+ "name": "lowestUsedTimestamp",
689
+ "type": "uint64"
690
+ },
691
+ {
692
+ "components": [
693
+ {
694
+ "internalType": "bytes32",
695
+ "name": "transactionId",
696
+ "type": "bytes32"
697
+ },
698
+ {
699
+ "internalType": "uint256",
700
+ "name": "inUtxo",
701
+ "type": "uint256"
702
+ },
703
+ {
704
+ "internalType": "uint256",
705
+ "name": "utxo",
706
+ "type": "uint256"
707
+ }
708
+ ],
709
+ "internalType": "struct IPayment.RequestBody",
710
+ "name": "requestBody",
711
+ "type": "tuple"
712
+ },
713
+ {
714
+ "components": [
715
+ {
716
+ "internalType": "uint64",
717
+ "name": "blockNumber",
718
+ "type": "uint64"
719
+ },
720
+ {
721
+ "internalType": "uint64",
722
+ "name": "blockTimestamp",
723
+ "type": "uint64"
724
+ },
725
+ {
726
+ "internalType": "bytes32",
727
+ "name": "sourceAddressHash",
728
+ "type": "bytes32"
729
+ },
730
+ {
731
+ "internalType": "bytes32",
732
+ "name": "sourceAddressesRoot",
733
+ "type": "bytes32"
734
+ },
735
+ {
736
+ "internalType": "bytes32",
737
+ "name": "receivingAddressHash",
738
+ "type": "bytes32"
739
+ },
740
+ {
741
+ "internalType": "bytes32",
742
+ "name": "intendedReceivingAddressHash",
743
+ "type": "bytes32"
744
+ },
745
+ {
746
+ "internalType": "int256",
747
+ "name": "spentAmount",
748
+ "type": "int256"
749
+ },
750
+ {
751
+ "internalType": "int256",
752
+ "name": "intendedSpentAmount",
753
+ "type": "int256"
754
+ },
755
+ {
756
+ "internalType": "int256",
757
+ "name": "receivedAmount",
758
+ "type": "int256"
759
+ },
760
+ {
761
+ "internalType": "int256",
762
+ "name": "intendedReceivedAmount",
763
+ "type": "int256"
764
+ },
765
+ {
766
+ "internalType": "bytes32",
767
+ "name": "standardPaymentReference",
768
+ "type": "bytes32"
769
+ },
770
+ {
771
+ "internalType": "bool",
772
+ "name": "oneToOne",
773
+ "type": "bool"
774
+ },
775
+ {
776
+ "internalType": "uint8",
777
+ "name": "status",
778
+ "type": "uint8"
779
+ }
780
+ ],
781
+ "internalType": "struct IPayment.ResponseBody",
782
+ "name": "responseBody",
783
+ "type": "tuple"
784
+ }
785
+ ],
786
+ "internalType": "struct IPayment.Response",
787
+ "name": "data",
788
+ "type": "tuple"
789
+ }
790
+ ],
791
+ "internalType": "struct IPayment.Proof",
792
+ "name": "_proof",
793
+ "type": "tuple"
794
+ },
795
+ {
796
+ "internalType": "string",
797
+ "name": "_xrplAddress",
798
+ "type": "string"
799
+ }
800
+ ],
801
+ "name": "executeInstruction",
802
+ "outputs": [],
803
+ "stateMutability": "payable",
804
+ "type": "function"
805
+ },
806
+ {
807
+ "inputs": [
808
+ {
809
+ "internalType": "uint256",
810
+ "name": "_collateralReservationId",
811
+ "type": "uint256"
812
+ }
813
+ ],
814
+ "name": "getTransactionIdForCollateralReservation",
815
+ "outputs": [
816
+ {
817
+ "internalType": "bytes32",
818
+ "name": "_transactionId",
819
+ "type": "bytes32"
820
+ }
821
+ ],
822
+ "stateMutability": "view",
823
+ "type": "function"
824
+ },
825
+ {
826
+ "inputs": [
827
+ {
828
+ "internalType": "bytes32",
829
+ "name": "_transactionId",
830
+ "type": "bytes32"
831
+ }
832
+ ],
833
+ "name": "isTransactionIdUsed",
834
+ "outputs": [
835
+ {
836
+ "internalType": "bool",
837
+ "name": "",
838
+ "type": "bool"
839
+ }
840
+ ],
841
+ "stateMutability": "view",
842
+ "type": "function"
843
+ },
844
+ {
845
+ "inputs": [
846
+ {
847
+ "internalType": "string",
848
+ "name": "_xrplAddress",
849
+ "type": "string"
850
+ },
851
+ {
852
+ "internalType": "bytes32",
853
+ "name": "_paymentReference",
854
+ "type": "bytes32"
855
+ },
856
+ {
857
+ "internalType": "bytes32",
858
+ "name": "_transactionId",
859
+ "type": "bytes32"
860
+ }
861
+ ],
862
+ "name": "reserveCollateral",
863
+ "outputs": [
864
+ {
865
+ "internalType": "uint256",
866
+ "name": "_collateralReservationId",
867
+ "type": "uint256"
868
+ }
869
+ ],
870
+ "stateMutability": "payable",
871
+ "type": "function"
872
+ }
873
+ ]