@flarenetwork/flare-wagmi-periphery-package 3.4.0 → 3.6.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.
- package/dist/contracts/coston/IAssetManager.d.ts +935 -45
- package/dist/contracts/coston/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/coston/IAssetManager.js +97 -0
- package/dist/contracts/coston/IAssetManager.js.map +1 -1
- package/dist/contracts/coston/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/coston/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/coston/IAssetManagerEvents.js +10 -0
- package/dist/contracts/coston/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/coston/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/coston/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/coston/ICoreVaultManager.js +19 -0
- package/dist/contracts/coston/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/coston/IDirectMinting.d.ts +592 -2
- package/dist/contracts/coston/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/coston/IDirectMinting.js +59 -0
- package/dist/contracts/coston/IDirectMinting.js.map +1 -1
- package/dist/contracts/coston/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/coston/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/coston/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/coston/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/coston/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/coston/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IIVoterRegistry.js +25 -13
- package/dist/contracts/coston/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/coston/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/coston/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/coston/IMintingTagManager.js +32 -0
- package/dist/contracts/coston/IMintingTagManager.js.map +1 -1
- package/dist/contracts/coston/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/coston/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/coston/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/coston/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IVoterPreRegistry.js +26 -5
- package/dist/contracts/coston/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/coston/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/coston/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IVoterRegistry.js +25 -6
- package/dist/contracts/coston/IVoterRegistry.js.map +1 -1
- package/dist/contracts/coston/index.d.ts +0 -2
- package/dist/contracts/coston/index.d.ts.map +1 -1
- package/dist/contracts/coston/index.js +0 -2
- package/dist/contracts/coston/index.js.map +1 -1
- package/dist/contracts/coston2/IAssetManager.d.ts +935 -45
- package/dist/contracts/coston2/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IAssetManager.js +97 -0
- package/dist/contracts/coston2/IAssetManager.js.map +1 -1
- package/dist/contracts/coston2/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/coston2/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/coston2/IAssetManagerEvents.js +10 -0
- package/dist/contracts/coston2/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/coston2/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/coston2/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/coston2/ICoreVaultManager.js +19 -0
- package/dist/contracts/coston2/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/coston2/IDirectMinting.d.ts +592 -2
- package/dist/contracts/coston2/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/coston2/IDirectMinting.js +59 -0
- package/dist/contracts/coston2/IDirectMinting.js.map +1 -1
- package/dist/contracts/coston2/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/coston2/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/coston2/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/coston2/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/coston2/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/coston2/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IIVoterRegistry.js +25 -13
- package/dist/contracts/coston2/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/coston2/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/coston2/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IMintingTagManager.js +32 -0
- package/dist/contracts/coston2/IMintingTagManager.js.map +1 -1
- package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/coston2/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/coston2/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/coston2/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IVoterPreRegistry.js +26 -5
- package/dist/contracts/coston2/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/coston2/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/coston2/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IVoterRegistry.js +25 -6
- package/dist/contracts/coston2/IVoterRegistry.js.map +1 -1
- package/dist/contracts/coston2/index.d.ts +0 -2
- package/dist/contracts/coston2/index.d.ts.map +1 -1
- package/dist/contracts/coston2/index.js +0 -2
- package/dist/contracts/coston2/index.js.map +1 -1
- package/dist/contracts/flare/IAssetManager.d.ts +935 -45
- package/dist/contracts/flare/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/flare/IAssetManager.js +97 -0
- package/dist/contracts/flare/IAssetManager.js.map +1 -1
- package/dist/contracts/flare/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/flare/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/flare/IAssetManagerEvents.js +10 -0
- package/dist/contracts/flare/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/flare/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/flare/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/flare/ICoreVaultManager.js +19 -0
- package/dist/contracts/flare/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/flare/IDirectMinting.d.ts +592 -2
- package/dist/contracts/flare/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/flare/IDirectMinting.js +59 -0
- package/dist/contracts/flare/IDirectMinting.js.map +1 -1
- package/dist/contracts/flare/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/flare/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/flare/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/flare/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/flare/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/flare/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IIVoterRegistry.js +25 -13
- package/dist/contracts/flare/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/flare/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/flare/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/flare/IMintingTagManager.js +32 -0
- package/dist/contracts/flare/IMintingTagManager.js.map +1 -1
- package/dist/contracts/flare/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/flare/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/flare/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/flare/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IVoterPreRegistry.js +26 -5
- package/dist/contracts/flare/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/flare/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/flare/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IVoterRegistry.js +25 -6
- package/dist/contracts/flare/IVoterRegistry.js.map +1 -1
- package/dist/contracts/flare/index.d.ts +0 -2
- package/dist/contracts/flare/index.d.ts.map +1 -1
- package/dist/contracts/flare/index.js +0 -2
- package/dist/contracts/flare/index.js.map +1 -1
- package/dist/contracts/songbird/IAssetManager.d.ts +935 -45
- package/dist/contracts/songbird/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IAssetManager.js +97 -0
- package/dist/contracts/songbird/IAssetManager.js.map +1 -1
- package/dist/contracts/songbird/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/songbird/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/songbird/IAssetManagerEvents.js +10 -0
- package/dist/contracts/songbird/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/songbird/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/songbird/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/songbird/ICoreVaultManager.js +19 -0
- package/dist/contracts/songbird/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/songbird/IDirectMinting.d.ts +592 -2
- package/dist/contracts/songbird/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/songbird/IDirectMinting.js +59 -0
- package/dist/contracts/songbird/IDirectMinting.js.map +1 -1
- package/dist/contracts/songbird/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/songbird/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/songbird/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/songbird/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/songbird/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/songbird/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IIVoterRegistry.js +25 -13
- package/dist/contracts/songbird/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/songbird/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/songbird/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IMintingTagManager.js +32 -0
- package/dist/contracts/songbird/IMintingTagManager.js.map +1 -1
- package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/songbird/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/songbird/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/songbird/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IVoterPreRegistry.js +26 -5
- package/dist/contracts/songbird/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/songbird/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/songbird/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IVoterRegistry.js +25 -6
- package/dist/contracts/songbird/IVoterRegistry.js.map +1 -1
- package/dist/contracts/songbird/index.d.ts +0 -2
- package/dist/contracts/songbird/index.d.ts.map +1 -1
- package/dist/contracts/songbird/index.js +0 -2
- package/dist/contracts/songbird/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/contracts/coston/IIRNat.d.ts +0 -4138
- package/dist/contracts/coston/IIRNat.d.ts.map +0 -1
- package/dist/contracts/coston/IIRNat.js +0 -482
- package/dist/contracts/coston/IIRNat.js.map +0 -1
- package/dist/contracts/coston/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/coston/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/coston/IIRNatAccount.js +0 -182
- package/dist/contracts/coston/IIRNatAccount.js.map +0 -1
- package/dist/contracts/coston2/IIRNat.d.ts +0 -4138
- package/dist/contracts/coston2/IIRNat.d.ts.map +0 -1
- package/dist/contracts/coston2/IIRNat.js +0 -482
- package/dist/contracts/coston2/IIRNat.js.map +0 -1
- package/dist/contracts/coston2/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/coston2/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/coston2/IIRNatAccount.js +0 -182
- package/dist/contracts/coston2/IIRNatAccount.js.map +0 -1
- package/dist/contracts/flare/IIRNat.d.ts +0 -4138
- package/dist/contracts/flare/IIRNat.d.ts.map +0 -1
- package/dist/contracts/flare/IIRNat.js +0 -482
- package/dist/contracts/flare/IIRNat.js.map +0 -1
- package/dist/contracts/flare/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/flare/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/flare/IIRNatAccount.js +0 -182
- package/dist/contracts/flare/IIRNatAccount.js.map +0 -1
- package/dist/contracts/songbird/IIRNat.d.ts +0 -4138
- package/dist/contracts/songbird/IIRNat.d.ts.map +0 -1
- package/dist/contracts/songbird/IIRNat.js +0 -482
- package/dist/contracts/songbird/IIRNat.js.map +0 -1
- package/dist/contracts/songbird/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/songbird/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/songbird/IIRNatAccount.js +0 -182
- package/dist/contracts/songbird/IIRNatAccount.js.map +0 -1
|
@@ -1477,6 +1477,26 @@ export declare const iAssetManagerAbi: readonly [{
|
|
|
1477
1477
|
readonly indexed: false;
|
|
1478
1478
|
}];
|
|
1479
1479
|
readonly name: "SettingChanged";
|
|
1480
|
+
}, {
|
|
1481
|
+
readonly type: "event";
|
|
1482
|
+
readonly anonymous: false;
|
|
1483
|
+
readonly inputs: readonly [{
|
|
1484
|
+
readonly name: "agentVault";
|
|
1485
|
+
readonly internalType: "address";
|
|
1486
|
+
readonly type: "address";
|
|
1487
|
+
readonly indexed: true;
|
|
1488
|
+
}, {
|
|
1489
|
+
readonly name: "requestId";
|
|
1490
|
+
readonly internalType: "uint256";
|
|
1491
|
+
readonly type: "uint256";
|
|
1492
|
+
readonly indexed: true;
|
|
1493
|
+
}, {
|
|
1494
|
+
readonly name: "feeUBA";
|
|
1495
|
+
readonly internalType: "uint256";
|
|
1496
|
+
readonly type: "uint256";
|
|
1497
|
+
readonly indexed: false;
|
|
1498
|
+
}];
|
|
1499
|
+
readonly name: "SystemRedemptionFeePaid";
|
|
1480
1500
|
}, {
|
|
1481
1501
|
readonly type: "event";
|
|
1482
1502
|
readonly anonymous: false;
|
|
@@ -3337,6 +3357,124 @@ export declare const iAssetManagerAbi: readonly [{
|
|
|
3337
3357
|
readonly name: "executeDirectMinting";
|
|
3338
3358
|
readonly outputs: readonly [];
|
|
3339
3359
|
readonly stateMutability: "payable";
|
|
3360
|
+
}, {
|
|
3361
|
+
readonly type: "function";
|
|
3362
|
+
readonly inputs: readonly [{
|
|
3363
|
+
readonly name: "_payment";
|
|
3364
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
3365
|
+
readonly type: "tuple";
|
|
3366
|
+
readonly components: readonly [{
|
|
3367
|
+
readonly name: "merkleProof";
|
|
3368
|
+
readonly internalType: "bytes32[]";
|
|
3369
|
+
readonly type: "bytes32[]";
|
|
3370
|
+
}, {
|
|
3371
|
+
readonly name: "data";
|
|
3372
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
3373
|
+
readonly type: "tuple";
|
|
3374
|
+
readonly components: readonly [{
|
|
3375
|
+
readonly name: "attestationType";
|
|
3376
|
+
readonly internalType: "bytes32";
|
|
3377
|
+
readonly type: "bytes32";
|
|
3378
|
+
}, {
|
|
3379
|
+
readonly name: "sourceId";
|
|
3380
|
+
readonly internalType: "bytes32";
|
|
3381
|
+
readonly type: "bytes32";
|
|
3382
|
+
}, {
|
|
3383
|
+
readonly name: "votingRound";
|
|
3384
|
+
readonly internalType: "uint64";
|
|
3385
|
+
readonly type: "uint64";
|
|
3386
|
+
}, {
|
|
3387
|
+
readonly name: "lowestUsedTimestamp";
|
|
3388
|
+
readonly internalType: "uint64";
|
|
3389
|
+
readonly type: "uint64";
|
|
3390
|
+
}, {
|
|
3391
|
+
readonly name: "requestBody";
|
|
3392
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
3393
|
+
readonly type: "tuple";
|
|
3394
|
+
readonly components: readonly [{
|
|
3395
|
+
readonly name: "transactionId";
|
|
3396
|
+
readonly internalType: "bytes32";
|
|
3397
|
+
readonly type: "bytes32";
|
|
3398
|
+
}, {
|
|
3399
|
+
readonly name: "proofOwner";
|
|
3400
|
+
readonly internalType: "address";
|
|
3401
|
+
readonly type: "address";
|
|
3402
|
+
}];
|
|
3403
|
+
}, {
|
|
3404
|
+
readonly name: "responseBody";
|
|
3405
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
3406
|
+
readonly type: "tuple";
|
|
3407
|
+
readonly components: readonly [{
|
|
3408
|
+
readonly name: "blockNumber";
|
|
3409
|
+
readonly internalType: "uint64";
|
|
3410
|
+
readonly type: "uint64";
|
|
3411
|
+
}, {
|
|
3412
|
+
readonly name: "blockTimestamp";
|
|
3413
|
+
readonly internalType: "uint64";
|
|
3414
|
+
readonly type: "uint64";
|
|
3415
|
+
}, {
|
|
3416
|
+
readonly name: "sourceAddress";
|
|
3417
|
+
readonly internalType: "string";
|
|
3418
|
+
readonly type: "string";
|
|
3419
|
+
}, {
|
|
3420
|
+
readonly name: "sourceAddressHash";
|
|
3421
|
+
readonly internalType: "bytes32";
|
|
3422
|
+
readonly type: "bytes32";
|
|
3423
|
+
}, {
|
|
3424
|
+
readonly name: "receivingAddressHash";
|
|
3425
|
+
readonly internalType: "bytes32";
|
|
3426
|
+
readonly type: "bytes32";
|
|
3427
|
+
}, {
|
|
3428
|
+
readonly name: "intendedReceivingAddressHash";
|
|
3429
|
+
readonly internalType: "bytes32";
|
|
3430
|
+
readonly type: "bytes32";
|
|
3431
|
+
}, {
|
|
3432
|
+
readonly name: "spentAmount";
|
|
3433
|
+
readonly internalType: "int256";
|
|
3434
|
+
readonly type: "int256";
|
|
3435
|
+
}, {
|
|
3436
|
+
readonly name: "intendedSpentAmount";
|
|
3437
|
+
readonly internalType: "int256";
|
|
3438
|
+
readonly type: "int256";
|
|
3439
|
+
}, {
|
|
3440
|
+
readonly name: "receivedAmount";
|
|
3441
|
+
readonly internalType: "int256";
|
|
3442
|
+
readonly type: "int256";
|
|
3443
|
+
}, {
|
|
3444
|
+
readonly name: "intendedReceivedAmount";
|
|
3445
|
+
readonly internalType: "int256";
|
|
3446
|
+
readonly type: "int256";
|
|
3447
|
+
}, {
|
|
3448
|
+
readonly name: "hasMemoData";
|
|
3449
|
+
readonly internalType: "bool";
|
|
3450
|
+
readonly type: "bool";
|
|
3451
|
+
}, {
|
|
3452
|
+
readonly name: "firstMemoData";
|
|
3453
|
+
readonly internalType: "bytes";
|
|
3454
|
+
readonly type: "bytes";
|
|
3455
|
+
}, {
|
|
3456
|
+
readonly name: "hasDestinationTag";
|
|
3457
|
+
readonly internalType: "bool";
|
|
3458
|
+
readonly type: "bool";
|
|
3459
|
+
}, {
|
|
3460
|
+
readonly name: "destinationTag";
|
|
3461
|
+
readonly internalType: "uint256";
|
|
3462
|
+
readonly type: "uint256";
|
|
3463
|
+
}, {
|
|
3464
|
+
readonly name: "status";
|
|
3465
|
+
readonly internalType: "uint8";
|
|
3466
|
+
readonly type: "uint8";
|
|
3467
|
+
}];
|
|
3468
|
+
}];
|
|
3469
|
+
}];
|
|
3470
|
+
}, {
|
|
3471
|
+
readonly name: "_data";
|
|
3472
|
+
readonly internalType: "bytes";
|
|
3473
|
+
readonly type: "bytes";
|
|
3474
|
+
}];
|
|
3475
|
+
readonly name: "executeDirectMintingWithData";
|
|
3476
|
+
readonly outputs: readonly [];
|
|
3477
|
+
readonly stateMutability: "payable";
|
|
3340
3478
|
}, {
|
|
3341
3479
|
readonly type: "function";
|
|
3342
3480
|
readonly inputs: readonly [{
|
|
@@ -5824,6 +5962,26 @@ export declare const iAssetManagerAbi: readonly [{
|
|
|
5824
5962
|
readonly name: "setSmartAccountManager";
|
|
5825
5963
|
readonly outputs: readonly [];
|
|
5826
5964
|
readonly stateMutability: "nonpayable";
|
|
5965
|
+
}, {
|
|
5966
|
+
readonly type: "function";
|
|
5967
|
+
readonly inputs: readonly [{
|
|
5968
|
+
readonly name: "_feeBIPS";
|
|
5969
|
+
readonly internalType: "uint256";
|
|
5970
|
+
readonly type: "uint256";
|
|
5971
|
+
}];
|
|
5972
|
+
readonly name: "setSystemRedemptionFeeBIPS";
|
|
5973
|
+
readonly outputs: readonly [];
|
|
5974
|
+
readonly stateMutability: "nonpayable";
|
|
5975
|
+
}, {
|
|
5976
|
+
readonly type: "function";
|
|
5977
|
+
readonly inputs: readonly [{
|
|
5978
|
+
readonly name: "_receiver";
|
|
5979
|
+
readonly internalType: "address";
|
|
5980
|
+
readonly type: "address";
|
|
5981
|
+
}];
|
|
5982
|
+
readonly name: "setSystemRedemptionFeeReceiver";
|
|
5983
|
+
readonly outputs: readonly [];
|
|
5984
|
+
readonly stateMutability: "nonpayable";
|
|
5827
5985
|
}, {
|
|
5828
5986
|
readonly type: "function";
|
|
5829
5987
|
readonly inputs: readonly [{
|
|
@@ -5852,6 +6010,26 @@ export declare const iAssetManagerAbi: readonly [{
|
|
|
5852
6010
|
readonly type: "bool";
|
|
5853
6011
|
}];
|
|
5854
6012
|
readonly stateMutability: "view";
|
|
6013
|
+
}, {
|
|
6014
|
+
readonly type: "function";
|
|
6015
|
+
readonly inputs: readonly [];
|
|
6016
|
+
readonly name: "systemRedemptionFeeBIPS";
|
|
6017
|
+
readonly outputs: readonly [{
|
|
6018
|
+
readonly name: "";
|
|
6019
|
+
readonly internalType: "uint256";
|
|
6020
|
+
readonly type: "uint256";
|
|
6021
|
+
}];
|
|
6022
|
+
readonly stateMutability: "view";
|
|
6023
|
+
}, {
|
|
6024
|
+
readonly type: "function";
|
|
6025
|
+
readonly inputs: readonly [];
|
|
6026
|
+
readonly name: "systemRedemptionFeeReceiver";
|
|
6027
|
+
readonly outputs: readonly [{
|
|
6028
|
+
readonly name: "";
|
|
6029
|
+
readonly internalType: "address";
|
|
6030
|
+
readonly type: "address";
|
|
6031
|
+
}];
|
|
6032
|
+
readonly stateMutability: "view";
|
|
5855
6033
|
}, {
|
|
5856
6034
|
readonly type: "function";
|
|
5857
6035
|
readonly inputs: readonly [{
|
|
@@ -7615,6 +7793,26 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
7615
7793
|
readonly indexed: false;
|
|
7616
7794
|
}];
|
|
7617
7795
|
readonly name: "SettingChanged";
|
|
7796
|
+
}, {
|
|
7797
|
+
readonly type: "event";
|
|
7798
|
+
readonly anonymous: false;
|
|
7799
|
+
readonly inputs: readonly [{
|
|
7800
|
+
readonly name: "agentVault";
|
|
7801
|
+
readonly internalType: "address";
|
|
7802
|
+
readonly type: "address";
|
|
7803
|
+
readonly indexed: true;
|
|
7804
|
+
}, {
|
|
7805
|
+
readonly name: "requestId";
|
|
7806
|
+
readonly internalType: "uint256";
|
|
7807
|
+
readonly type: "uint256";
|
|
7808
|
+
readonly indexed: true;
|
|
7809
|
+
}, {
|
|
7810
|
+
readonly name: "feeUBA";
|
|
7811
|
+
readonly internalType: "uint256";
|
|
7812
|
+
readonly type: "uint256";
|
|
7813
|
+
readonly indexed: false;
|
|
7814
|
+
}];
|
|
7815
|
+
readonly name: "SystemRedemptionFeePaid";
|
|
7618
7816
|
}, {
|
|
7619
7817
|
readonly type: "event";
|
|
7620
7818
|
readonly anonymous: false;
|
|
@@ -9479,7 +9677,7 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
9479
9677
|
readonly type: "function";
|
|
9480
9678
|
readonly inputs: readonly [{
|
|
9481
9679
|
readonly name: "_payment";
|
|
9482
|
-
readonly internalType: "struct
|
|
9680
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
9483
9681
|
readonly type: "tuple";
|
|
9484
9682
|
readonly components: readonly [{
|
|
9485
9683
|
readonly name: "merkleProof";
|
|
@@ -9487,7 +9685,7 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
9487
9685
|
readonly type: "bytes32[]";
|
|
9488
9686
|
}, {
|
|
9489
9687
|
readonly name: "data";
|
|
9490
|
-
readonly internalType: "struct
|
|
9688
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
9491
9689
|
readonly type: "tuple";
|
|
9492
9690
|
readonly components: readonly [{
|
|
9493
9691
|
readonly name: "attestationType";
|
|
@@ -9507,24 +9705,20 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
9507
9705
|
readonly type: "uint64";
|
|
9508
9706
|
}, {
|
|
9509
9707
|
readonly name: "requestBody";
|
|
9510
|
-
readonly internalType: "struct
|
|
9708
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
9511
9709
|
readonly type: "tuple";
|
|
9512
9710
|
readonly components: readonly [{
|
|
9513
9711
|
readonly name: "transactionId";
|
|
9514
9712
|
readonly internalType: "bytes32";
|
|
9515
9713
|
readonly type: "bytes32";
|
|
9516
9714
|
}, {
|
|
9517
|
-
readonly name: "
|
|
9518
|
-
readonly internalType: "
|
|
9519
|
-
readonly type: "
|
|
9520
|
-
}, {
|
|
9521
|
-
readonly name: "utxo";
|
|
9522
|
-
readonly internalType: "uint256";
|
|
9523
|
-
readonly type: "uint256";
|
|
9715
|
+
readonly name: "proofOwner";
|
|
9716
|
+
readonly internalType: "address";
|
|
9717
|
+
readonly type: "address";
|
|
9524
9718
|
}];
|
|
9525
9719
|
}, {
|
|
9526
9720
|
readonly name: "responseBody";
|
|
9527
|
-
readonly internalType: "struct
|
|
9721
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
9528
9722
|
readonly type: "tuple";
|
|
9529
9723
|
readonly components: readonly [{
|
|
9530
9724
|
readonly name: "blockNumber";
|
|
@@ -9535,11 +9729,11 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
9535
9729
|
readonly internalType: "uint64";
|
|
9536
9730
|
readonly type: "uint64";
|
|
9537
9731
|
}, {
|
|
9538
|
-
readonly name: "
|
|
9539
|
-
readonly internalType: "
|
|
9540
|
-
readonly type: "
|
|
9732
|
+
readonly name: "sourceAddress";
|
|
9733
|
+
readonly internalType: "string";
|
|
9734
|
+
readonly type: "string";
|
|
9541
9735
|
}, {
|
|
9542
|
-
readonly name: "
|
|
9736
|
+
readonly name: "sourceAddressHash";
|
|
9543
9737
|
readonly internalType: "bytes32";
|
|
9544
9738
|
readonly type: "bytes32";
|
|
9545
9739
|
}, {
|
|
@@ -9567,13 +9761,21 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
9567
9761
|
readonly internalType: "int256";
|
|
9568
9762
|
readonly type: "int256";
|
|
9569
9763
|
}, {
|
|
9570
|
-
readonly name: "
|
|
9571
|
-
readonly internalType: "
|
|
9572
|
-
readonly type: "
|
|
9764
|
+
readonly name: "hasMemoData";
|
|
9765
|
+
readonly internalType: "bool";
|
|
9766
|
+
readonly type: "bool";
|
|
9573
9767
|
}, {
|
|
9574
|
-
readonly name: "
|
|
9768
|
+
readonly name: "firstMemoData";
|
|
9769
|
+
readonly internalType: "bytes";
|
|
9770
|
+
readonly type: "bytes";
|
|
9771
|
+
}, {
|
|
9772
|
+
readonly name: "hasDestinationTag";
|
|
9575
9773
|
readonly internalType: "bool";
|
|
9576
9774
|
readonly type: "bool";
|
|
9775
|
+
}, {
|
|
9776
|
+
readonly name: "destinationTag";
|
|
9777
|
+
readonly internalType: "uint256";
|
|
9778
|
+
readonly type: "uint256";
|
|
9577
9779
|
}, {
|
|
9578
9780
|
readonly name: "status";
|
|
9579
9781
|
readonly internalType: "uint8";
|
|
@@ -9582,34 +9784,148 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
9582
9784
|
}];
|
|
9583
9785
|
}];
|
|
9584
9786
|
}, {
|
|
9585
|
-
readonly name: "
|
|
9586
|
-
readonly internalType: "
|
|
9587
|
-
readonly type: "
|
|
9787
|
+
readonly name: "_data";
|
|
9788
|
+
readonly internalType: "bytes";
|
|
9789
|
+
readonly type: "bytes";
|
|
9588
9790
|
}];
|
|
9589
|
-
readonly name: "
|
|
9791
|
+
readonly name: "executeDirectMintingWithData";
|
|
9590
9792
|
readonly outputs: readonly [];
|
|
9591
|
-
readonly stateMutability: "
|
|
9793
|
+
readonly stateMutability: "payable";
|
|
9592
9794
|
}, {
|
|
9593
9795
|
readonly type: "function";
|
|
9594
9796
|
readonly inputs: readonly [{
|
|
9595
|
-
readonly name: "
|
|
9596
|
-
readonly internalType: "
|
|
9597
|
-
readonly type: "
|
|
9598
|
-
|
|
9599
|
-
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
}, {
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
9607
|
-
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9797
|
+
readonly name: "_payment";
|
|
9798
|
+
readonly internalType: "struct IPayment.Proof";
|
|
9799
|
+
readonly type: "tuple";
|
|
9800
|
+
readonly components: readonly [{
|
|
9801
|
+
readonly name: "merkleProof";
|
|
9802
|
+
readonly internalType: "bytes32[]";
|
|
9803
|
+
readonly type: "bytes32[]";
|
|
9804
|
+
}, {
|
|
9805
|
+
readonly name: "data";
|
|
9806
|
+
readonly internalType: "struct IPayment.Response";
|
|
9807
|
+
readonly type: "tuple";
|
|
9808
|
+
readonly components: readonly [{
|
|
9809
|
+
readonly name: "attestationType";
|
|
9810
|
+
readonly internalType: "bytes32";
|
|
9811
|
+
readonly type: "bytes32";
|
|
9812
|
+
}, {
|
|
9813
|
+
readonly name: "sourceId";
|
|
9814
|
+
readonly internalType: "bytes32";
|
|
9815
|
+
readonly type: "bytes32";
|
|
9816
|
+
}, {
|
|
9817
|
+
readonly name: "votingRound";
|
|
9818
|
+
readonly internalType: "uint64";
|
|
9819
|
+
readonly type: "uint64";
|
|
9820
|
+
}, {
|
|
9821
|
+
readonly name: "lowestUsedTimestamp";
|
|
9822
|
+
readonly internalType: "uint64";
|
|
9823
|
+
readonly type: "uint64";
|
|
9824
|
+
}, {
|
|
9825
|
+
readonly name: "requestBody";
|
|
9826
|
+
readonly internalType: "struct IPayment.RequestBody";
|
|
9827
|
+
readonly type: "tuple";
|
|
9828
|
+
readonly components: readonly [{
|
|
9829
|
+
readonly name: "transactionId";
|
|
9830
|
+
readonly internalType: "bytes32";
|
|
9831
|
+
readonly type: "bytes32";
|
|
9832
|
+
}, {
|
|
9833
|
+
readonly name: "inUtxo";
|
|
9834
|
+
readonly internalType: "uint256";
|
|
9835
|
+
readonly type: "uint256";
|
|
9836
|
+
}, {
|
|
9837
|
+
readonly name: "utxo";
|
|
9838
|
+
readonly internalType: "uint256";
|
|
9839
|
+
readonly type: "uint256";
|
|
9840
|
+
}];
|
|
9841
|
+
}, {
|
|
9842
|
+
readonly name: "responseBody";
|
|
9843
|
+
readonly internalType: "struct IPayment.ResponseBody";
|
|
9844
|
+
readonly type: "tuple";
|
|
9845
|
+
readonly components: readonly [{
|
|
9846
|
+
readonly name: "blockNumber";
|
|
9847
|
+
readonly internalType: "uint64";
|
|
9848
|
+
readonly type: "uint64";
|
|
9849
|
+
}, {
|
|
9850
|
+
readonly name: "blockTimestamp";
|
|
9851
|
+
readonly internalType: "uint64";
|
|
9852
|
+
readonly type: "uint64";
|
|
9853
|
+
}, {
|
|
9854
|
+
readonly name: "sourceAddressHash";
|
|
9855
|
+
readonly internalType: "bytes32";
|
|
9856
|
+
readonly type: "bytes32";
|
|
9857
|
+
}, {
|
|
9858
|
+
readonly name: "sourceAddressesRoot";
|
|
9859
|
+
readonly internalType: "bytes32";
|
|
9860
|
+
readonly type: "bytes32";
|
|
9861
|
+
}, {
|
|
9862
|
+
readonly name: "receivingAddressHash";
|
|
9863
|
+
readonly internalType: "bytes32";
|
|
9864
|
+
readonly type: "bytes32";
|
|
9865
|
+
}, {
|
|
9866
|
+
readonly name: "intendedReceivingAddressHash";
|
|
9867
|
+
readonly internalType: "bytes32";
|
|
9868
|
+
readonly type: "bytes32";
|
|
9869
|
+
}, {
|
|
9870
|
+
readonly name: "spentAmount";
|
|
9871
|
+
readonly internalType: "int256";
|
|
9872
|
+
readonly type: "int256";
|
|
9873
|
+
}, {
|
|
9874
|
+
readonly name: "intendedSpentAmount";
|
|
9875
|
+
readonly internalType: "int256";
|
|
9876
|
+
readonly type: "int256";
|
|
9877
|
+
}, {
|
|
9878
|
+
readonly name: "receivedAmount";
|
|
9879
|
+
readonly internalType: "int256";
|
|
9880
|
+
readonly type: "int256";
|
|
9881
|
+
}, {
|
|
9882
|
+
readonly name: "intendedReceivedAmount";
|
|
9883
|
+
readonly internalType: "int256";
|
|
9884
|
+
readonly type: "int256";
|
|
9885
|
+
}, {
|
|
9886
|
+
readonly name: "standardPaymentReference";
|
|
9887
|
+
readonly internalType: "bytes32";
|
|
9888
|
+
readonly type: "bytes32";
|
|
9889
|
+
}, {
|
|
9890
|
+
readonly name: "oneToOne";
|
|
9891
|
+
readonly internalType: "bool";
|
|
9892
|
+
readonly type: "bool";
|
|
9893
|
+
}, {
|
|
9894
|
+
readonly name: "status";
|
|
9895
|
+
readonly internalType: "uint8";
|
|
9896
|
+
readonly type: "uint8";
|
|
9897
|
+
}];
|
|
9898
|
+
}];
|
|
9899
|
+
}];
|
|
9900
|
+
}, {
|
|
9901
|
+
readonly name: "_collateralReservationId";
|
|
9902
|
+
readonly internalType: "uint256";
|
|
9903
|
+
readonly type: "uint256";
|
|
9904
|
+
}];
|
|
9905
|
+
readonly name: "executeMinting";
|
|
9906
|
+
readonly outputs: readonly [];
|
|
9907
|
+
readonly stateMutability: "nonpayable";
|
|
9908
|
+
}, {
|
|
9909
|
+
readonly type: "function";
|
|
9910
|
+
readonly inputs: readonly [{
|
|
9911
|
+
readonly name: "_agentVault";
|
|
9912
|
+
readonly internalType: "address";
|
|
9913
|
+
readonly type: "address";
|
|
9914
|
+
}];
|
|
9915
|
+
readonly name: "exitAvailableAgentList";
|
|
9916
|
+
readonly outputs: readonly [];
|
|
9917
|
+
readonly stateMutability: "nonpayable";
|
|
9918
|
+
}, {
|
|
9919
|
+
readonly type: "function";
|
|
9920
|
+
readonly inputs: readonly [];
|
|
9921
|
+
readonly name: "fAsset";
|
|
9922
|
+
readonly outputs: readonly [{
|
|
9923
|
+
readonly name: "";
|
|
9924
|
+
readonly internalType: "contract IERC20";
|
|
9925
|
+
readonly type: "address";
|
|
9926
|
+
}];
|
|
9927
|
+
readonly stateMutability: "view";
|
|
9928
|
+
}, {
|
|
9613
9929
|
readonly type: "function";
|
|
9614
9930
|
readonly inputs: readonly [{
|
|
9615
9931
|
readonly name: "_functionSelector";
|
|
@@ -11962,6 +12278,26 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
11962
12278
|
readonly name: "setSmartAccountManager";
|
|
11963
12279
|
readonly outputs: readonly [];
|
|
11964
12280
|
readonly stateMutability: "nonpayable";
|
|
12281
|
+
}, {
|
|
12282
|
+
readonly type: "function";
|
|
12283
|
+
readonly inputs: readonly [{
|
|
12284
|
+
readonly name: "_feeBIPS";
|
|
12285
|
+
readonly internalType: "uint256";
|
|
12286
|
+
readonly type: "uint256";
|
|
12287
|
+
}];
|
|
12288
|
+
readonly name: "setSystemRedemptionFeeBIPS";
|
|
12289
|
+
readonly outputs: readonly [];
|
|
12290
|
+
readonly stateMutability: "nonpayable";
|
|
12291
|
+
}, {
|
|
12292
|
+
readonly type: "function";
|
|
12293
|
+
readonly inputs: readonly [{
|
|
12294
|
+
readonly name: "_receiver";
|
|
12295
|
+
readonly internalType: "address";
|
|
12296
|
+
readonly type: "address";
|
|
12297
|
+
}];
|
|
12298
|
+
readonly name: "setSystemRedemptionFeeReceiver";
|
|
12299
|
+
readonly outputs: readonly [];
|
|
12300
|
+
readonly stateMutability: "nonpayable";
|
|
11965
12301
|
}, {
|
|
11966
12302
|
readonly type: "function";
|
|
11967
12303
|
readonly inputs: readonly [{
|
|
@@ -11990,6 +12326,26 @@ export declare const useReadIAssetManager: import("wagmi/codegen").CreateUseRead
|
|
|
11990
12326
|
readonly type: "bool";
|
|
11991
12327
|
}];
|
|
11992
12328
|
readonly stateMutability: "view";
|
|
12329
|
+
}, {
|
|
12330
|
+
readonly type: "function";
|
|
12331
|
+
readonly inputs: readonly [];
|
|
12332
|
+
readonly name: "systemRedemptionFeeBIPS";
|
|
12333
|
+
readonly outputs: readonly [{
|
|
12334
|
+
readonly name: "";
|
|
12335
|
+
readonly internalType: "uint256";
|
|
12336
|
+
readonly type: "uint256";
|
|
12337
|
+
}];
|
|
12338
|
+
readonly stateMutability: "view";
|
|
12339
|
+
}, {
|
|
12340
|
+
readonly type: "function";
|
|
12341
|
+
readonly inputs: readonly [];
|
|
12342
|
+
readonly name: "systemRedemptionFeeReceiver";
|
|
12343
|
+
readonly outputs: readonly [{
|
|
12344
|
+
readonly name: "";
|
|
12345
|
+
readonly internalType: "address";
|
|
12346
|
+
readonly type: "address";
|
|
12347
|
+
}];
|
|
12348
|
+
readonly stateMutability: "view";
|
|
11993
12349
|
}, {
|
|
11994
12350
|
readonly type: "function";
|
|
11995
12351
|
readonly inputs: readonly [{
|
|
@@ -13753,6 +14109,26 @@ export declare const useWriteIAssetManager: import("wagmi/codegen").CreateUseWri
|
|
|
13753
14109
|
readonly indexed: false;
|
|
13754
14110
|
}];
|
|
13755
14111
|
readonly name: "SettingChanged";
|
|
14112
|
+
}, {
|
|
14113
|
+
readonly type: "event";
|
|
14114
|
+
readonly anonymous: false;
|
|
14115
|
+
readonly inputs: readonly [{
|
|
14116
|
+
readonly name: "agentVault";
|
|
14117
|
+
readonly internalType: "address";
|
|
14118
|
+
readonly type: "address";
|
|
14119
|
+
readonly indexed: true;
|
|
14120
|
+
}, {
|
|
14121
|
+
readonly name: "requestId";
|
|
14122
|
+
readonly internalType: "uint256";
|
|
14123
|
+
readonly type: "uint256";
|
|
14124
|
+
readonly indexed: true;
|
|
14125
|
+
}, {
|
|
14126
|
+
readonly name: "feeUBA";
|
|
14127
|
+
readonly internalType: "uint256";
|
|
14128
|
+
readonly type: "uint256";
|
|
14129
|
+
readonly indexed: false;
|
|
14130
|
+
}];
|
|
14131
|
+
readonly name: "SystemRedemptionFeePaid";
|
|
13756
14132
|
}, {
|
|
13757
14133
|
readonly type: "event";
|
|
13758
14134
|
readonly anonymous: false;
|
|
@@ -15613,6 +15989,124 @@ export declare const useWriteIAssetManager: import("wagmi/codegen").CreateUseWri
|
|
|
15613
15989
|
readonly name: "executeDirectMinting";
|
|
15614
15990
|
readonly outputs: readonly [];
|
|
15615
15991
|
readonly stateMutability: "payable";
|
|
15992
|
+
}, {
|
|
15993
|
+
readonly type: "function";
|
|
15994
|
+
readonly inputs: readonly [{
|
|
15995
|
+
readonly name: "_payment";
|
|
15996
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
15997
|
+
readonly type: "tuple";
|
|
15998
|
+
readonly components: readonly [{
|
|
15999
|
+
readonly name: "merkleProof";
|
|
16000
|
+
readonly internalType: "bytes32[]";
|
|
16001
|
+
readonly type: "bytes32[]";
|
|
16002
|
+
}, {
|
|
16003
|
+
readonly name: "data";
|
|
16004
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
16005
|
+
readonly type: "tuple";
|
|
16006
|
+
readonly components: readonly [{
|
|
16007
|
+
readonly name: "attestationType";
|
|
16008
|
+
readonly internalType: "bytes32";
|
|
16009
|
+
readonly type: "bytes32";
|
|
16010
|
+
}, {
|
|
16011
|
+
readonly name: "sourceId";
|
|
16012
|
+
readonly internalType: "bytes32";
|
|
16013
|
+
readonly type: "bytes32";
|
|
16014
|
+
}, {
|
|
16015
|
+
readonly name: "votingRound";
|
|
16016
|
+
readonly internalType: "uint64";
|
|
16017
|
+
readonly type: "uint64";
|
|
16018
|
+
}, {
|
|
16019
|
+
readonly name: "lowestUsedTimestamp";
|
|
16020
|
+
readonly internalType: "uint64";
|
|
16021
|
+
readonly type: "uint64";
|
|
16022
|
+
}, {
|
|
16023
|
+
readonly name: "requestBody";
|
|
16024
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
16025
|
+
readonly type: "tuple";
|
|
16026
|
+
readonly components: readonly [{
|
|
16027
|
+
readonly name: "transactionId";
|
|
16028
|
+
readonly internalType: "bytes32";
|
|
16029
|
+
readonly type: "bytes32";
|
|
16030
|
+
}, {
|
|
16031
|
+
readonly name: "proofOwner";
|
|
16032
|
+
readonly internalType: "address";
|
|
16033
|
+
readonly type: "address";
|
|
16034
|
+
}];
|
|
16035
|
+
}, {
|
|
16036
|
+
readonly name: "responseBody";
|
|
16037
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
16038
|
+
readonly type: "tuple";
|
|
16039
|
+
readonly components: readonly [{
|
|
16040
|
+
readonly name: "blockNumber";
|
|
16041
|
+
readonly internalType: "uint64";
|
|
16042
|
+
readonly type: "uint64";
|
|
16043
|
+
}, {
|
|
16044
|
+
readonly name: "blockTimestamp";
|
|
16045
|
+
readonly internalType: "uint64";
|
|
16046
|
+
readonly type: "uint64";
|
|
16047
|
+
}, {
|
|
16048
|
+
readonly name: "sourceAddress";
|
|
16049
|
+
readonly internalType: "string";
|
|
16050
|
+
readonly type: "string";
|
|
16051
|
+
}, {
|
|
16052
|
+
readonly name: "sourceAddressHash";
|
|
16053
|
+
readonly internalType: "bytes32";
|
|
16054
|
+
readonly type: "bytes32";
|
|
16055
|
+
}, {
|
|
16056
|
+
readonly name: "receivingAddressHash";
|
|
16057
|
+
readonly internalType: "bytes32";
|
|
16058
|
+
readonly type: "bytes32";
|
|
16059
|
+
}, {
|
|
16060
|
+
readonly name: "intendedReceivingAddressHash";
|
|
16061
|
+
readonly internalType: "bytes32";
|
|
16062
|
+
readonly type: "bytes32";
|
|
16063
|
+
}, {
|
|
16064
|
+
readonly name: "spentAmount";
|
|
16065
|
+
readonly internalType: "int256";
|
|
16066
|
+
readonly type: "int256";
|
|
16067
|
+
}, {
|
|
16068
|
+
readonly name: "intendedSpentAmount";
|
|
16069
|
+
readonly internalType: "int256";
|
|
16070
|
+
readonly type: "int256";
|
|
16071
|
+
}, {
|
|
16072
|
+
readonly name: "receivedAmount";
|
|
16073
|
+
readonly internalType: "int256";
|
|
16074
|
+
readonly type: "int256";
|
|
16075
|
+
}, {
|
|
16076
|
+
readonly name: "intendedReceivedAmount";
|
|
16077
|
+
readonly internalType: "int256";
|
|
16078
|
+
readonly type: "int256";
|
|
16079
|
+
}, {
|
|
16080
|
+
readonly name: "hasMemoData";
|
|
16081
|
+
readonly internalType: "bool";
|
|
16082
|
+
readonly type: "bool";
|
|
16083
|
+
}, {
|
|
16084
|
+
readonly name: "firstMemoData";
|
|
16085
|
+
readonly internalType: "bytes";
|
|
16086
|
+
readonly type: "bytes";
|
|
16087
|
+
}, {
|
|
16088
|
+
readonly name: "hasDestinationTag";
|
|
16089
|
+
readonly internalType: "bool";
|
|
16090
|
+
readonly type: "bool";
|
|
16091
|
+
}, {
|
|
16092
|
+
readonly name: "destinationTag";
|
|
16093
|
+
readonly internalType: "uint256";
|
|
16094
|
+
readonly type: "uint256";
|
|
16095
|
+
}, {
|
|
16096
|
+
readonly name: "status";
|
|
16097
|
+
readonly internalType: "uint8";
|
|
16098
|
+
readonly type: "uint8";
|
|
16099
|
+
}];
|
|
16100
|
+
}];
|
|
16101
|
+
}];
|
|
16102
|
+
}, {
|
|
16103
|
+
readonly name: "_data";
|
|
16104
|
+
readonly internalType: "bytes";
|
|
16105
|
+
readonly type: "bytes";
|
|
16106
|
+
}];
|
|
16107
|
+
readonly name: "executeDirectMintingWithData";
|
|
16108
|
+
readonly outputs: readonly [];
|
|
16109
|
+
readonly stateMutability: "payable";
|
|
15616
16110
|
}, {
|
|
15617
16111
|
readonly type: "function";
|
|
15618
16112
|
readonly inputs: readonly [{
|
|
@@ -18100,6 +18594,26 @@ export declare const useWriteIAssetManager: import("wagmi/codegen").CreateUseWri
|
|
|
18100
18594
|
readonly name: "setSmartAccountManager";
|
|
18101
18595
|
readonly outputs: readonly [];
|
|
18102
18596
|
readonly stateMutability: "nonpayable";
|
|
18597
|
+
}, {
|
|
18598
|
+
readonly type: "function";
|
|
18599
|
+
readonly inputs: readonly [{
|
|
18600
|
+
readonly name: "_feeBIPS";
|
|
18601
|
+
readonly internalType: "uint256";
|
|
18602
|
+
readonly type: "uint256";
|
|
18603
|
+
}];
|
|
18604
|
+
readonly name: "setSystemRedemptionFeeBIPS";
|
|
18605
|
+
readonly outputs: readonly [];
|
|
18606
|
+
readonly stateMutability: "nonpayable";
|
|
18607
|
+
}, {
|
|
18608
|
+
readonly type: "function";
|
|
18609
|
+
readonly inputs: readonly [{
|
|
18610
|
+
readonly name: "_receiver";
|
|
18611
|
+
readonly internalType: "address";
|
|
18612
|
+
readonly type: "address";
|
|
18613
|
+
}];
|
|
18614
|
+
readonly name: "setSystemRedemptionFeeReceiver";
|
|
18615
|
+
readonly outputs: readonly [];
|
|
18616
|
+
readonly stateMutability: "nonpayable";
|
|
18103
18617
|
}, {
|
|
18104
18618
|
readonly type: "function";
|
|
18105
18619
|
readonly inputs: readonly [{
|
|
@@ -18128,6 +18642,26 @@ export declare const useWriteIAssetManager: import("wagmi/codegen").CreateUseWri
|
|
|
18128
18642
|
readonly type: "bool";
|
|
18129
18643
|
}];
|
|
18130
18644
|
readonly stateMutability: "view";
|
|
18645
|
+
}, {
|
|
18646
|
+
readonly type: "function";
|
|
18647
|
+
readonly inputs: readonly [];
|
|
18648
|
+
readonly name: "systemRedemptionFeeBIPS";
|
|
18649
|
+
readonly outputs: readonly [{
|
|
18650
|
+
readonly name: "";
|
|
18651
|
+
readonly internalType: "uint256";
|
|
18652
|
+
readonly type: "uint256";
|
|
18653
|
+
}];
|
|
18654
|
+
readonly stateMutability: "view";
|
|
18655
|
+
}, {
|
|
18656
|
+
readonly type: "function";
|
|
18657
|
+
readonly inputs: readonly [];
|
|
18658
|
+
readonly name: "systemRedemptionFeeReceiver";
|
|
18659
|
+
readonly outputs: readonly [{
|
|
18660
|
+
readonly name: "";
|
|
18661
|
+
readonly internalType: "address";
|
|
18662
|
+
readonly type: "address";
|
|
18663
|
+
}];
|
|
18664
|
+
readonly stateMutability: "view";
|
|
18131
18665
|
}, {
|
|
18132
18666
|
readonly type: "function";
|
|
18133
18667
|
readonly inputs: readonly [{
|
|
@@ -19891,6 +20425,26 @@ export declare const useSimulateIAssetManager: import("wagmi/codegen").CreateUse
|
|
|
19891
20425
|
readonly indexed: false;
|
|
19892
20426
|
}];
|
|
19893
20427
|
readonly name: "SettingChanged";
|
|
20428
|
+
}, {
|
|
20429
|
+
readonly type: "event";
|
|
20430
|
+
readonly anonymous: false;
|
|
20431
|
+
readonly inputs: readonly [{
|
|
20432
|
+
readonly name: "agentVault";
|
|
20433
|
+
readonly internalType: "address";
|
|
20434
|
+
readonly type: "address";
|
|
20435
|
+
readonly indexed: true;
|
|
20436
|
+
}, {
|
|
20437
|
+
readonly name: "requestId";
|
|
20438
|
+
readonly internalType: "uint256";
|
|
20439
|
+
readonly type: "uint256";
|
|
20440
|
+
readonly indexed: true;
|
|
20441
|
+
}, {
|
|
20442
|
+
readonly name: "feeUBA";
|
|
20443
|
+
readonly internalType: "uint256";
|
|
20444
|
+
readonly type: "uint256";
|
|
20445
|
+
readonly indexed: false;
|
|
20446
|
+
}];
|
|
20447
|
+
readonly name: "SystemRedemptionFeePaid";
|
|
19894
20448
|
}, {
|
|
19895
20449
|
readonly type: "event";
|
|
19896
20450
|
readonly anonymous: false;
|
|
@@ -21634,9 +22188,123 @@ export declare const useSimulateIAssetManager: import("wagmi/codegen").CreateUse
|
|
|
21634
22188
|
readonly internalType: "string";
|
|
21635
22189
|
readonly type: "string";
|
|
21636
22190
|
}];
|
|
21637
|
-
readonly name: "executeAgentSettingUpdate";
|
|
22191
|
+
readonly name: "executeAgentSettingUpdate";
|
|
22192
|
+
readonly outputs: readonly [];
|
|
22193
|
+
readonly stateMutability: "nonpayable";
|
|
22194
|
+
}, {
|
|
22195
|
+
readonly type: "function";
|
|
22196
|
+
readonly inputs: readonly [{
|
|
22197
|
+
readonly name: "_payment";
|
|
22198
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
22199
|
+
readonly type: "tuple";
|
|
22200
|
+
readonly components: readonly [{
|
|
22201
|
+
readonly name: "merkleProof";
|
|
22202
|
+
readonly internalType: "bytes32[]";
|
|
22203
|
+
readonly type: "bytes32[]";
|
|
22204
|
+
}, {
|
|
22205
|
+
readonly name: "data";
|
|
22206
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
22207
|
+
readonly type: "tuple";
|
|
22208
|
+
readonly components: readonly [{
|
|
22209
|
+
readonly name: "attestationType";
|
|
22210
|
+
readonly internalType: "bytes32";
|
|
22211
|
+
readonly type: "bytes32";
|
|
22212
|
+
}, {
|
|
22213
|
+
readonly name: "sourceId";
|
|
22214
|
+
readonly internalType: "bytes32";
|
|
22215
|
+
readonly type: "bytes32";
|
|
22216
|
+
}, {
|
|
22217
|
+
readonly name: "votingRound";
|
|
22218
|
+
readonly internalType: "uint64";
|
|
22219
|
+
readonly type: "uint64";
|
|
22220
|
+
}, {
|
|
22221
|
+
readonly name: "lowestUsedTimestamp";
|
|
22222
|
+
readonly internalType: "uint64";
|
|
22223
|
+
readonly type: "uint64";
|
|
22224
|
+
}, {
|
|
22225
|
+
readonly name: "requestBody";
|
|
22226
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
22227
|
+
readonly type: "tuple";
|
|
22228
|
+
readonly components: readonly [{
|
|
22229
|
+
readonly name: "transactionId";
|
|
22230
|
+
readonly internalType: "bytes32";
|
|
22231
|
+
readonly type: "bytes32";
|
|
22232
|
+
}, {
|
|
22233
|
+
readonly name: "proofOwner";
|
|
22234
|
+
readonly internalType: "address";
|
|
22235
|
+
readonly type: "address";
|
|
22236
|
+
}];
|
|
22237
|
+
}, {
|
|
22238
|
+
readonly name: "responseBody";
|
|
22239
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
22240
|
+
readonly type: "tuple";
|
|
22241
|
+
readonly components: readonly [{
|
|
22242
|
+
readonly name: "blockNumber";
|
|
22243
|
+
readonly internalType: "uint64";
|
|
22244
|
+
readonly type: "uint64";
|
|
22245
|
+
}, {
|
|
22246
|
+
readonly name: "blockTimestamp";
|
|
22247
|
+
readonly internalType: "uint64";
|
|
22248
|
+
readonly type: "uint64";
|
|
22249
|
+
}, {
|
|
22250
|
+
readonly name: "sourceAddress";
|
|
22251
|
+
readonly internalType: "string";
|
|
22252
|
+
readonly type: "string";
|
|
22253
|
+
}, {
|
|
22254
|
+
readonly name: "sourceAddressHash";
|
|
22255
|
+
readonly internalType: "bytes32";
|
|
22256
|
+
readonly type: "bytes32";
|
|
22257
|
+
}, {
|
|
22258
|
+
readonly name: "receivingAddressHash";
|
|
22259
|
+
readonly internalType: "bytes32";
|
|
22260
|
+
readonly type: "bytes32";
|
|
22261
|
+
}, {
|
|
22262
|
+
readonly name: "intendedReceivingAddressHash";
|
|
22263
|
+
readonly internalType: "bytes32";
|
|
22264
|
+
readonly type: "bytes32";
|
|
22265
|
+
}, {
|
|
22266
|
+
readonly name: "spentAmount";
|
|
22267
|
+
readonly internalType: "int256";
|
|
22268
|
+
readonly type: "int256";
|
|
22269
|
+
}, {
|
|
22270
|
+
readonly name: "intendedSpentAmount";
|
|
22271
|
+
readonly internalType: "int256";
|
|
22272
|
+
readonly type: "int256";
|
|
22273
|
+
}, {
|
|
22274
|
+
readonly name: "receivedAmount";
|
|
22275
|
+
readonly internalType: "int256";
|
|
22276
|
+
readonly type: "int256";
|
|
22277
|
+
}, {
|
|
22278
|
+
readonly name: "intendedReceivedAmount";
|
|
22279
|
+
readonly internalType: "int256";
|
|
22280
|
+
readonly type: "int256";
|
|
22281
|
+
}, {
|
|
22282
|
+
readonly name: "hasMemoData";
|
|
22283
|
+
readonly internalType: "bool";
|
|
22284
|
+
readonly type: "bool";
|
|
22285
|
+
}, {
|
|
22286
|
+
readonly name: "firstMemoData";
|
|
22287
|
+
readonly internalType: "bytes";
|
|
22288
|
+
readonly type: "bytes";
|
|
22289
|
+
}, {
|
|
22290
|
+
readonly name: "hasDestinationTag";
|
|
22291
|
+
readonly internalType: "bool";
|
|
22292
|
+
readonly type: "bool";
|
|
22293
|
+
}, {
|
|
22294
|
+
readonly name: "destinationTag";
|
|
22295
|
+
readonly internalType: "uint256";
|
|
22296
|
+
readonly type: "uint256";
|
|
22297
|
+
}, {
|
|
22298
|
+
readonly name: "status";
|
|
22299
|
+
readonly internalType: "uint8";
|
|
22300
|
+
readonly type: "uint8";
|
|
22301
|
+
}];
|
|
22302
|
+
}];
|
|
22303
|
+
}];
|
|
22304
|
+
}];
|
|
22305
|
+
readonly name: "executeDirectMinting";
|
|
21638
22306
|
readonly outputs: readonly [];
|
|
21639
|
-
readonly stateMutability: "
|
|
22307
|
+
readonly stateMutability: "payable";
|
|
21640
22308
|
}, {
|
|
21641
22309
|
readonly type: "function";
|
|
21642
22310
|
readonly inputs: readonly [{
|
|
@@ -21747,8 +22415,12 @@ export declare const useSimulateIAssetManager: import("wagmi/codegen").CreateUse
|
|
|
21747
22415
|
}];
|
|
21748
22416
|
}];
|
|
21749
22417
|
}];
|
|
22418
|
+
}, {
|
|
22419
|
+
readonly name: "_data";
|
|
22420
|
+
readonly internalType: "bytes";
|
|
22421
|
+
readonly type: "bytes";
|
|
21750
22422
|
}];
|
|
21751
|
-
readonly name: "
|
|
22423
|
+
readonly name: "executeDirectMintingWithData";
|
|
21752
22424
|
readonly outputs: readonly [];
|
|
21753
22425
|
readonly stateMutability: "payable";
|
|
21754
22426
|
}, {
|
|
@@ -24238,6 +24910,26 @@ export declare const useSimulateIAssetManager: import("wagmi/codegen").CreateUse
|
|
|
24238
24910
|
readonly name: "setSmartAccountManager";
|
|
24239
24911
|
readonly outputs: readonly [];
|
|
24240
24912
|
readonly stateMutability: "nonpayable";
|
|
24913
|
+
}, {
|
|
24914
|
+
readonly type: "function";
|
|
24915
|
+
readonly inputs: readonly [{
|
|
24916
|
+
readonly name: "_feeBIPS";
|
|
24917
|
+
readonly internalType: "uint256";
|
|
24918
|
+
readonly type: "uint256";
|
|
24919
|
+
}];
|
|
24920
|
+
readonly name: "setSystemRedemptionFeeBIPS";
|
|
24921
|
+
readonly outputs: readonly [];
|
|
24922
|
+
readonly stateMutability: "nonpayable";
|
|
24923
|
+
}, {
|
|
24924
|
+
readonly type: "function";
|
|
24925
|
+
readonly inputs: readonly [{
|
|
24926
|
+
readonly name: "_receiver";
|
|
24927
|
+
readonly internalType: "address";
|
|
24928
|
+
readonly type: "address";
|
|
24929
|
+
}];
|
|
24930
|
+
readonly name: "setSystemRedemptionFeeReceiver";
|
|
24931
|
+
readonly outputs: readonly [];
|
|
24932
|
+
readonly stateMutability: "nonpayable";
|
|
24241
24933
|
}, {
|
|
24242
24934
|
readonly type: "function";
|
|
24243
24935
|
readonly inputs: readonly [{
|
|
@@ -24266,6 +24958,26 @@ export declare const useSimulateIAssetManager: import("wagmi/codegen").CreateUse
|
|
|
24266
24958
|
readonly type: "bool";
|
|
24267
24959
|
}];
|
|
24268
24960
|
readonly stateMutability: "view";
|
|
24961
|
+
}, {
|
|
24962
|
+
readonly type: "function";
|
|
24963
|
+
readonly inputs: readonly [];
|
|
24964
|
+
readonly name: "systemRedemptionFeeBIPS";
|
|
24965
|
+
readonly outputs: readonly [{
|
|
24966
|
+
readonly name: "";
|
|
24967
|
+
readonly internalType: "uint256";
|
|
24968
|
+
readonly type: "uint256";
|
|
24969
|
+
}];
|
|
24970
|
+
readonly stateMutability: "view";
|
|
24971
|
+
}, {
|
|
24972
|
+
readonly type: "function";
|
|
24973
|
+
readonly inputs: readonly [];
|
|
24974
|
+
readonly name: "systemRedemptionFeeReceiver";
|
|
24975
|
+
readonly outputs: readonly [{
|
|
24976
|
+
readonly name: "";
|
|
24977
|
+
readonly internalType: "address";
|
|
24978
|
+
readonly type: "address";
|
|
24979
|
+
}];
|
|
24980
|
+
readonly stateMutability: "view";
|
|
24269
24981
|
}, {
|
|
24270
24982
|
readonly type: "function";
|
|
24271
24983
|
readonly inputs: readonly [{
|
|
@@ -26029,6 +26741,26 @@ export declare const useWatchIAssetManagerEvent: import("wagmi/codegen").CreateU
|
|
|
26029
26741
|
readonly indexed: false;
|
|
26030
26742
|
}];
|
|
26031
26743
|
readonly name: "SettingChanged";
|
|
26744
|
+
}, {
|
|
26745
|
+
readonly type: "event";
|
|
26746
|
+
readonly anonymous: false;
|
|
26747
|
+
readonly inputs: readonly [{
|
|
26748
|
+
readonly name: "agentVault";
|
|
26749
|
+
readonly internalType: "address";
|
|
26750
|
+
readonly type: "address";
|
|
26751
|
+
readonly indexed: true;
|
|
26752
|
+
}, {
|
|
26753
|
+
readonly name: "requestId";
|
|
26754
|
+
readonly internalType: "uint256";
|
|
26755
|
+
readonly type: "uint256";
|
|
26756
|
+
readonly indexed: true;
|
|
26757
|
+
}, {
|
|
26758
|
+
readonly name: "feeUBA";
|
|
26759
|
+
readonly internalType: "uint256";
|
|
26760
|
+
readonly type: "uint256";
|
|
26761
|
+
readonly indexed: false;
|
|
26762
|
+
}];
|
|
26763
|
+
readonly name: "SystemRedemptionFeePaid";
|
|
26032
26764
|
}, {
|
|
26033
26765
|
readonly type: "event";
|
|
26034
26766
|
readonly anonymous: false;
|
|
@@ -27889,6 +28621,124 @@ export declare const useWatchIAssetManagerEvent: import("wagmi/codegen").CreateU
|
|
|
27889
28621
|
readonly name: "executeDirectMinting";
|
|
27890
28622
|
readonly outputs: readonly [];
|
|
27891
28623
|
readonly stateMutability: "payable";
|
|
28624
|
+
}, {
|
|
28625
|
+
readonly type: "function";
|
|
28626
|
+
readonly inputs: readonly [{
|
|
28627
|
+
readonly name: "_payment";
|
|
28628
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
28629
|
+
readonly type: "tuple";
|
|
28630
|
+
readonly components: readonly [{
|
|
28631
|
+
readonly name: "merkleProof";
|
|
28632
|
+
readonly internalType: "bytes32[]";
|
|
28633
|
+
readonly type: "bytes32[]";
|
|
28634
|
+
}, {
|
|
28635
|
+
readonly name: "data";
|
|
28636
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
28637
|
+
readonly type: "tuple";
|
|
28638
|
+
readonly components: readonly [{
|
|
28639
|
+
readonly name: "attestationType";
|
|
28640
|
+
readonly internalType: "bytes32";
|
|
28641
|
+
readonly type: "bytes32";
|
|
28642
|
+
}, {
|
|
28643
|
+
readonly name: "sourceId";
|
|
28644
|
+
readonly internalType: "bytes32";
|
|
28645
|
+
readonly type: "bytes32";
|
|
28646
|
+
}, {
|
|
28647
|
+
readonly name: "votingRound";
|
|
28648
|
+
readonly internalType: "uint64";
|
|
28649
|
+
readonly type: "uint64";
|
|
28650
|
+
}, {
|
|
28651
|
+
readonly name: "lowestUsedTimestamp";
|
|
28652
|
+
readonly internalType: "uint64";
|
|
28653
|
+
readonly type: "uint64";
|
|
28654
|
+
}, {
|
|
28655
|
+
readonly name: "requestBody";
|
|
28656
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
28657
|
+
readonly type: "tuple";
|
|
28658
|
+
readonly components: readonly [{
|
|
28659
|
+
readonly name: "transactionId";
|
|
28660
|
+
readonly internalType: "bytes32";
|
|
28661
|
+
readonly type: "bytes32";
|
|
28662
|
+
}, {
|
|
28663
|
+
readonly name: "proofOwner";
|
|
28664
|
+
readonly internalType: "address";
|
|
28665
|
+
readonly type: "address";
|
|
28666
|
+
}];
|
|
28667
|
+
}, {
|
|
28668
|
+
readonly name: "responseBody";
|
|
28669
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
28670
|
+
readonly type: "tuple";
|
|
28671
|
+
readonly components: readonly [{
|
|
28672
|
+
readonly name: "blockNumber";
|
|
28673
|
+
readonly internalType: "uint64";
|
|
28674
|
+
readonly type: "uint64";
|
|
28675
|
+
}, {
|
|
28676
|
+
readonly name: "blockTimestamp";
|
|
28677
|
+
readonly internalType: "uint64";
|
|
28678
|
+
readonly type: "uint64";
|
|
28679
|
+
}, {
|
|
28680
|
+
readonly name: "sourceAddress";
|
|
28681
|
+
readonly internalType: "string";
|
|
28682
|
+
readonly type: "string";
|
|
28683
|
+
}, {
|
|
28684
|
+
readonly name: "sourceAddressHash";
|
|
28685
|
+
readonly internalType: "bytes32";
|
|
28686
|
+
readonly type: "bytes32";
|
|
28687
|
+
}, {
|
|
28688
|
+
readonly name: "receivingAddressHash";
|
|
28689
|
+
readonly internalType: "bytes32";
|
|
28690
|
+
readonly type: "bytes32";
|
|
28691
|
+
}, {
|
|
28692
|
+
readonly name: "intendedReceivingAddressHash";
|
|
28693
|
+
readonly internalType: "bytes32";
|
|
28694
|
+
readonly type: "bytes32";
|
|
28695
|
+
}, {
|
|
28696
|
+
readonly name: "spentAmount";
|
|
28697
|
+
readonly internalType: "int256";
|
|
28698
|
+
readonly type: "int256";
|
|
28699
|
+
}, {
|
|
28700
|
+
readonly name: "intendedSpentAmount";
|
|
28701
|
+
readonly internalType: "int256";
|
|
28702
|
+
readonly type: "int256";
|
|
28703
|
+
}, {
|
|
28704
|
+
readonly name: "receivedAmount";
|
|
28705
|
+
readonly internalType: "int256";
|
|
28706
|
+
readonly type: "int256";
|
|
28707
|
+
}, {
|
|
28708
|
+
readonly name: "intendedReceivedAmount";
|
|
28709
|
+
readonly internalType: "int256";
|
|
28710
|
+
readonly type: "int256";
|
|
28711
|
+
}, {
|
|
28712
|
+
readonly name: "hasMemoData";
|
|
28713
|
+
readonly internalType: "bool";
|
|
28714
|
+
readonly type: "bool";
|
|
28715
|
+
}, {
|
|
28716
|
+
readonly name: "firstMemoData";
|
|
28717
|
+
readonly internalType: "bytes";
|
|
28718
|
+
readonly type: "bytes";
|
|
28719
|
+
}, {
|
|
28720
|
+
readonly name: "hasDestinationTag";
|
|
28721
|
+
readonly internalType: "bool";
|
|
28722
|
+
readonly type: "bool";
|
|
28723
|
+
}, {
|
|
28724
|
+
readonly name: "destinationTag";
|
|
28725
|
+
readonly internalType: "uint256";
|
|
28726
|
+
readonly type: "uint256";
|
|
28727
|
+
}, {
|
|
28728
|
+
readonly name: "status";
|
|
28729
|
+
readonly internalType: "uint8";
|
|
28730
|
+
readonly type: "uint8";
|
|
28731
|
+
}];
|
|
28732
|
+
}];
|
|
28733
|
+
}];
|
|
28734
|
+
}, {
|
|
28735
|
+
readonly name: "_data";
|
|
28736
|
+
readonly internalType: "bytes";
|
|
28737
|
+
readonly type: "bytes";
|
|
28738
|
+
}];
|
|
28739
|
+
readonly name: "executeDirectMintingWithData";
|
|
28740
|
+
readonly outputs: readonly [];
|
|
28741
|
+
readonly stateMutability: "payable";
|
|
27892
28742
|
}, {
|
|
27893
28743
|
readonly type: "function";
|
|
27894
28744
|
readonly inputs: readonly [{
|
|
@@ -30376,6 +31226,26 @@ export declare const useWatchIAssetManagerEvent: import("wagmi/codegen").CreateU
|
|
|
30376
31226
|
readonly name: "setSmartAccountManager";
|
|
30377
31227
|
readonly outputs: readonly [];
|
|
30378
31228
|
readonly stateMutability: "nonpayable";
|
|
31229
|
+
}, {
|
|
31230
|
+
readonly type: "function";
|
|
31231
|
+
readonly inputs: readonly [{
|
|
31232
|
+
readonly name: "_feeBIPS";
|
|
31233
|
+
readonly internalType: "uint256";
|
|
31234
|
+
readonly type: "uint256";
|
|
31235
|
+
}];
|
|
31236
|
+
readonly name: "setSystemRedemptionFeeBIPS";
|
|
31237
|
+
readonly outputs: readonly [];
|
|
31238
|
+
readonly stateMutability: "nonpayable";
|
|
31239
|
+
}, {
|
|
31240
|
+
readonly type: "function";
|
|
31241
|
+
readonly inputs: readonly [{
|
|
31242
|
+
readonly name: "_receiver";
|
|
31243
|
+
readonly internalType: "address";
|
|
31244
|
+
readonly type: "address";
|
|
31245
|
+
}];
|
|
31246
|
+
readonly name: "setSystemRedemptionFeeReceiver";
|
|
31247
|
+
readonly outputs: readonly [];
|
|
31248
|
+
readonly stateMutability: "nonpayable";
|
|
30379
31249
|
}, {
|
|
30380
31250
|
readonly type: "function";
|
|
30381
31251
|
readonly inputs: readonly [{
|
|
@@ -30404,6 +31274,26 @@ export declare const useWatchIAssetManagerEvent: import("wagmi/codegen").CreateU
|
|
|
30404
31274
|
readonly type: "bool";
|
|
30405
31275
|
}];
|
|
30406
31276
|
readonly stateMutability: "view";
|
|
31277
|
+
}, {
|
|
31278
|
+
readonly type: "function";
|
|
31279
|
+
readonly inputs: readonly [];
|
|
31280
|
+
readonly name: "systemRedemptionFeeBIPS";
|
|
31281
|
+
readonly outputs: readonly [{
|
|
31282
|
+
readonly name: "";
|
|
31283
|
+
readonly internalType: "uint256";
|
|
31284
|
+
readonly type: "uint256";
|
|
31285
|
+
}];
|
|
31286
|
+
readonly stateMutability: "view";
|
|
31287
|
+
}, {
|
|
31288
|
+
readonly type: "function";
|
|
31289
|
+
readonly inputs: readonly [];
|
|
31290
|
+
readonly name: "systemRedemptionFeeReceiver";
|
|
31291
|
+
readonly outputs: readonly [{
|
|
31292
|
+
readonly name: "";
|
|
31293
|
+
readonly internalType: "address";
|
|
31294
|
+
readonly type: "address";
|
|
31295
|
+
}];
|
|
31296
|
+
readonly stateMutability: "view";
|
|
30407
31297
|
}, {
|
|
30408
31298
|
readonly type: "function";
|
|
30409
31299
|
readonly inputs: readonly [{
|