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

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