@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
|
@@ -284,6 +284,124 @@ export declare const iDirectMintingAbi: readonly [{
|
|
|
284
284
|
readonly name: "executeDirectMinting";
|
|
285
285
|
readonly outputs: readonly [];
|
|
286
286
|
readonly stateMutability: "payable";
|
|
287
|
+
}, {
|
|
288
|
+
readonly type: "function";
|
|
289
|
+
readonly inputs: readonly [{
|
|
290
|
+
readonly name: "_payment";
|
|
291
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
292
|
+
readonly type: "tuple";
|
|
293
|
+
readonly components: readonly [{
|
|
294
|
+
readonly name: "merkleProof";
|
|
295
|
+
readonly internalType: "bytes32[]";
|
|
296
|
+
readonly type: "bytes32[]";
|
|
297
|
+
}, {
|
|
298
|
+
readonly name: "data";
|
|
299
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
300
|
+
readonly type: "tuple";
|
|
301
|
+
readonly components: readonly [{
|
|
302
|
+
readonly name: "attestationType";
|
|
303
|
+
readonly internalType: "bytes32";
|
|
304
|
+
readonly type: "bytes32";
|
|
305
|
+
}, {
|
|
306
|
+
readonly name: "sourceId";
|
|
307
|
+
readonly internalType: "bytes32";
|
|
308
|
+
readonly type: "bytes32";
|
|
309
|
+
}, {
|
|
310
|
+
readonly name: "votingRound";
|
|
311
|
+
readonly internalType: "uint64";
|
|
312
|
+
readonly type: "uint64";
|
|
313
|
+
}, {
|
|
314
|
+
readonly name: "lowestUsedTimestamp";
|
|
315
|
+
readonly internalType: "uint64";
|
|
316
|
+
readonly type: "uint64";
|
|
317
|
+
}, {
|
|
318
|
+
readonly name: "requestBody";
|
|
319
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
320
|
+
readonly type: "tuple";
|
|
321
|
+
readonly components: readonly [{
|
|
322
|
+
readonly name: "transactionId";
|
|
323
|
+
readonly internalType: "bytes32";
|
|
324
|
+
readonly type: "bytes32";
|
|
325
|
+
}, {
|
|
326
|
+
readonly name: "proofOwner";
|
|
327
|
+
readonly internalType: "address";
|
|
328
|
+
readonly type: "address";
|
|
329
|
+
}];
|
|
330
|
+
}, {
|
|
331
|
+
readonly name: "responseBody";
|
|
332
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
333
|
+
readonly type: "tuple";
|
|
334
|
+
readonly components: readonly [{
|
|
335
|
+
readonly name: "blockNumber";
|
|
336
|
+
readonly internalType: "uint64";
|
|
337
|
+
readonly type: "uint64";
|
|
338
|
+
}, {
|
|
339
|
+
readonly name: "blockTimestamp";
|
|
340
|
+
readonly internalType: "uint64";
|
|
341
|
+
readonly type: "uint64";
|
|
342
|
+
}, {
|
|
343
|
+
readonly name: "sourceAddress";
|
|
344
|
+
readonly internalType: "string";
|
|
345
|
+
readonly type: "string";
|
|
346
|
+
}, {
|
|
347
|
+
readonly name: "sourceAddressHash";
|
|
348
|
+
readonly internalType: "bytes32";
|
|
349
|
+
readonly type: "bytes32";
|
|
350
|
+
}, {
|
|
351
|
+
readonly name: "receivingAddressHash";
|
|
352
|
+
readonly internalType: "bytes32";
|
|
353
|
+
readonly type: "bytes32";
|
|
354
|
+
}, {
|
|
355
|
+
readonly name: "intendedReceivingAddressHash";
|
|
356
|
+
readonly internalType: "bytes32";
|
|
357
|
+
readonly type: "bytes32";
|
|
358
|
+
}, {
|
|
359
|
+
readonly name: "spentAmount";
|
|
360
|
+
readonly internalType: "int256";
|
|
361
|
+
readonly type: "int256";
|
|
362
|
+
}, {
|
|
363
|
+
readonly name: "intendedSpentAmount";
|
|
364
|
+
readonly internalType: "int256";
|
|
365
|
+
readonly type: "int256";
|
|
366
|
+
}, {
|
|
367
|
+
readonly name: "receivedAmount";
|
|
368
|
+
readonly internalType: "int256";
|
|
369
|
+
readonly type: "int256";
|
|
370
|
+
}, {
|
|
371
|
+
readonly name: "intendedReceivedAmount";
|
|
372
|
+
readonly internalType: "int256";
|
|
373
|
+
readonly type: "int256";
|
|
374
|
+
}, {
|
|
375
|
+
readonly name: "hasMemoData";
|
|
376
|
+
readonly internalType: "bool";
|
|
377
|
+
readonly type: "bool";
|
|
378
|
+
}, {
|
|
379
|
+
readonly name: "firstMemoData";
|
|
380
|
+
readonly internalType: "bytes";
|
|
381
|
+
readonly type: "bytes";
|
|
382
|
+
}, {
|
|
383
|
+
readonly name: "hasDestinationTag";
|
|
384
|
+
readonly internalType: "bool";
|
|
385
|
+
readonly type: "bool";
|
|
386
|
+
}, {
|
|
387
|
+
readonly name: "destinationTag";
|
|
388
|
+
readonly internalType: "uint256";
|
|
389
|
+
readonly type: "uint256";
|
|
390
|
+
}, {
|
|
391
|
+
readonly name: "status";
|
|
392
|
+
readonly internalType: "uint8";
|
|
393
|
+
readonly type: "uint8";
|
|
394
|
+
}];
|
|
395
|
+
}];
|
|
396
|
+
}];
|
|
397
|
+
}, {
|
|
398
|
+
readonly name: "_data";
|
|
399
|
+
readonly internalType: "bytes";
|
|
400
|
+
readonly type: "bytes";
|
|
401
|
+
}];
|
|
402
|
+
readonly name: "executeDirectMintingWithData";
|
|
403
|
+
readonly outputs: readonly [];
|
|
404
|
+
readonly stateMutability: "payable";
|
|
287
405
|
}, {
|
|
288
406
|
readonly type: "function";
|
|
289
407
|
readonly inputs: readonly [{
|
|
@@ -584,6 +702,124 @@ export declare const useReadIDirectMinting: import("wagmi/codegen").CreateUseRea
|
|
|
584
702
|
readonly name: "executeDirectMinting";
|
|
585
703
|
readonly outputs: readonly [];
|
|
586
704
|
readonly stateMutability: "payable";
|
|
705
|
+
}, {
|
|
706
|
+
readonly type: "function";
|
|
707
|
+
readonly inputs: readonly [{
|
|
708
|
+
readonly name: "_payment";
|
|
709
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
710
|
+
readonly type: "tuple";
|
|
711
|
+
readonly components: readonly [{
|
|
712
|
+
readonly name: "merkleProof";
|
|
713
|
+
readonly internalType: "bytes32[]";
|
|
714
|
+
readonly type: "bytes32[]";
|
|
715
|
+
}, {
|
|
716
|
+
readonly name: "data";
|
|
717
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
718
|
+
readonly type: "tuple";
|
|
719
|
+
readonly components: readonly [{
|
|
720
|
+
readonly name: "attestationType";
|
|
721
|
+
readonly internalType: "bytes32";
|
|
722
|
+
readonly type: "bytes32";
|
|
723
|
+
}, {
|
|
724
|
+
readonly name: "sourceId";
|
|
725
|
+
readonly internalType: "bytes32";
|
|
726
|
+
readonly type: "bytes32";
|
|
727
|
+
}, {
|
|
728
|
+
readonly name: "votingRound";
|
|
729
|
+
readonly internalType: "uint64";
|
|
730
|
+
readonly type: "uint64";
|
|
731
|
+
}, {
|
|
732
|
+
readonly name: "lowestUsedTimestamp";
|
|
733
|
+
readonly internalType: "uint64";
|
|
734
|
+
readonly type: "uint64";
|
|
735
|
+
}, {
|
|
736
|
+
readonly name: "requestBody";
|
|
737
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
738
|
+
readonly type: "tuple";
|
|
739
|
+
readonly components: readonly [{
|
|
740
|
+
readonly name: "transactionId";
|
|
741
|
+
readonly internalType: "bytes32";
|
|
742
|
+
readonly type: "bytes32";
|
|
743
|
+
}, {
|
|
744
|
+
readonly name: "proofOwner";
|
|
745
|
+
readonly internalType: "address";
|
|
746
|
+
readonly type: "address";
|
|
747
|
+
}];
|
|
748
|
+
}, {
|
|
749
|
+
readonly name: "responseBody";
|
|
750
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
751
|
+
readonly type: "tuple";
|
|
752
|
+
readonly components: readonly [{
|
|
753
|
+
readonly name: "blockNumber";
|
|
754
|
+
readonly internalType: "uint64";
|
|
755
|
+
readonly type: "uint64";
|
|
756
|
+
}, {
|
|
757
|
+
readonly name: "blockTimestamp";
|
|
758
|
+
readonly internalType: "uint64";
|
|
759
|
+
readonly type: "uint64";
|
|
760
|
+
}, {
|
|
761
|
+
readonly name: "sourceAddress";
|
|
762
|
+
readonly internalType: "string";
|
|
763
|
+
readonly type: "string";
|
|
764
|
+
}, {
|
|
765
|
+
readonly name: "sourceAddressHash";
|
|
766
|
+
readonly internalType: "bytes32";
|
|
767
|
+
readonly type: "bytes32";
|
|
768
|
+
}, {
|
|
769
|
+
readonly name: "receivingAddressHash";
|
|
770
|
+
readonly internalType: "bytes32";
|
|
771
|
+
readonly type: "bytes32";
|
|
772
|
+
}, {
|
|
773
|
+
readonly name: "intendedReceivingAddressHash";
|
|
774
|
+
readonly internalType: "bytes32";
|
|
775
|
+
readonly type: "bytes32";
|
|
776
|
+
}, {
|
|
777
|
+
readonly name: "spentAmount";
|
|
778
|
+
readonly internalType: "int256";
|
|
779
|
+
readonly type: "int256";
|
|
780
|
+
}, {
|
|
781
|
+
readonly name: "intendedSpentAmount";
|
|
782
|
+
readonly internalType: "int256";
|
|
783
|
+
readonly type: "int256";
|
|
784
|
+
}, {
|
|
785
|
+
readonly name: "receivedAmount";
|
|
786
|
+
readonly internalType: "int256";
|
|
787
|
+
readonly type: "int256";
|
|
788
|
+
}, {
|
|
789
|
+
readonly name: "intendedReceivedAmount";
|
|
790
|
+
readonly internalType: "int256";
|
|
791
|
+
readonly type: "int256";
|
|
792
|
+
}, {
|
|
793
|
+
readonly name: "hasMemoData";
|
|
794
|
+
readonly internalType: "bool";
|
|
795
|
+
readonly type: "bool";
|
|
796
|
+
}, {
|
|
797
|
+
readonly name: "firstMemoData";
|
|
798
|
+
readonly internalType: "bytes";
|
|
799
|
+
readonly type: "bytes";
|
|
800
|
+
}, {
|
|
801
|
+
readonly name: "hasDestinationTag";
|
|
802
|
+
readonly internalType: "bool";
|
|
803
|
+
readonly type: "bool";
|
|
804
|
+
}, {
|
|
805
|
+
readonly name: "destinationTag";
|
|
806
|
+
readonly internalType: "uint256";
|
|
807
|
+
readonly type: "uint256";
|
|
808
|
+
}, {
|
|
809
|
+
readonly name: "status";
|
|
810
|
+
readonly internalType: "uint8";
|
|
811
|
+
readonly type: "uint8";
|
|
812
|
+
}];
|
|
813
|
+
}];
|
|
814
|
+
}];
|
|
815
|
+
}, {
|
|
816
|
+
readonly name: "_data";
|
|
817
|
+
readonly internalType: "bytes";
|
|
818
|
+
readonly type: "bytes";
|
|
819
|
+
}];
|
|
820
|
+
readonly name: "executeDirectMintingWithData";
|
|
821
|
+
readonly outputs: readonly [];
|
|
822
|
+
readonly stateMutability: "payable";
|
|
587
823
|
}, {
|
|
588
824
|
readonly type: "function";
|
|
589
825
|
readonly inputs: readonly [{
|
|
@@ -769,7 +1005,121 @@ export declare const useWriteIDirectMinting: import("wagmi/codegen").CreateUseWr
|
|
|
769
1005
|
readonly internalType: "string";
|
|
770
1006
|
readonly type: "string";
|
|
771
1007
|
}];
|
|
772
|
-
readonly stateMutability: "view";
|
|
1008
|
+
readonly stateMutability: "view";
|
|
1009
|
+
}, {
|
|
1010
|
+
readonly type: "function";
|
|
1011
|
+
readonly inputs: readonly [{
|
|
1012
|
+
readonly name: "_payment";
|
|
1013
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
1014
|
+
readonly type: "tuple";
|
|
1015
|
+
readonly components: readonly [{
|
|
1016
|
+
readonly name: "merkleProof";
|
|
1017
|
+
readonly internalType: "bytes32[]";
|
|
1018
|
+
readonly type: "bytes32[]";
|
|
1019
|
+
}, {
|
|
1020
|
+
readonly name: "data";
|
|
1021
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
1022
|
+
readonly type: "tuple";
|
|
1023
|
+
readonly components: readonly [{
|
|
1024
|
+
readonly name: "attestationType";
|
|
1025
|
+
readonly internalType: "bytes32";
|
|
1026
|
+
readonly type: "bytes32";
|
|
1027
|
+
}, {
|
|
1028
|
+
readonly name: "sourceId";
|
|
1029
|
+
readonly internalType: "bytes32";
|
|
1030
|
+
readonly type: "bytes32";
|
|
1031
|
+
}, {
|
|
1032
|
+
readonly name: "votingRound";
|
|
1033
|
+
readonly internalType: "uint64";
|
|
1034
|
+
readonly type: "uint64";
|
|
1035
|
+
}, {
|
|
1036
|
+
readonly name: "lowestUsedTimestamp";
|
|
1037
|
+
readonly internalType: "uint64";
|
|
1038
|
+
readonly type: "uint64";
|
|
1039
|
+
}, {
|
|
1040
|
+
readonly name: "requestBody";
|
|
1041
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
1042
|
+
readonly type: "tuple";
|
|
1043
|
+
readonly components: readonly [{
|
|
1044
|
+
readonly name: "transactionId";
|
|
1045
|
+
readonly internalType: "bytes32";
|
|
1046
|
+
readonly type: "bytes32";
|
|
1047
|
+
}, {
|
|
1048
|
+
readonly name: "proofOwner";
|
|
1049
|
+
readonly internalType: "address";
|
|
1050
|
+
readonly type: "address";
|
|
1051
|
+
}];
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly name: "responseBody";
|
|
1054
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
1055
|
+
readonly type: "tuple";
|
|
1056
|
+
readonly components: readonly [{
|
|
1057
|
+
readonly name: "blockNumber";
|
|
1058
|
+
readonly internalType: "uint64";
|
|
1059
|
+
readonly type: "uint64";
|
|
1060
|
+
}, {
|
|
1061
|
+
readonly name: "blockTimestamp";
|
|
1062
|
+
readonly internalType: "uint64";
|
|
1063
|
+
readonly type: "uint64";
|
|
1064
|
+
}, {
|
|
1065
|
+
readonly name: "sourceAddress";
|
|
1066
|
+
readonly internalType: "string";
|
|
1067
|
+
readonly type: "string";
|
|
1068
|
+
}, {
|
|
1069
|
+
readonly name: "sourceAddressHash";
|
|
1070
|
+
readonly internalType: "bytes32";
|
|
1071
|
+
readonly type: "bytes32";
|
|
1072
|
+
}, {
|
|
1073
|
+
readonly name: "receivingAddressHash";
|
|
1074
|
+
readonly internalType: "bytes32";
|
|
1075
|
+
readonly type: "bytes32";
|
|
1076
|
+
}, {
|
|
1077
|
+
readonly name: "intendedReceivingAddressHash";
|
|
1078
|
+
readonly internalType: "bytes32";
|
|
1079
|
+
readonly type: "bytes32";
|
|
1080
|
+
}, {
|
|
1081
|
+
readonly name: "spentAmount";
|
|
1082
|
+
readonly internalType: "int256";
|
|
1083
|
+
readonly type: "int256";
|
|
1084
|
+
}, {
|
|
1085
|
+
readonly name: "intendedSpentAmount";
|
|
1086
|
+
readonly internalType: "int256";
|
|
1087
|
+
readonly type: "int256";
|
|
1088
|
+
}, {
|
|
1089
|
+
readonly name: "receivedAmount";
|
|
1090
|
+
readonly internalType: "int256";
|
|
1091
|
+
readonly type: "int256";
|
|
1092
|
+
}, {
|
|
1093
|
+
readonly name: "intendedReceivedAmount";
|
|
1094
|
+
readonly internalType: "int256";
|
|
1095
|
+
readonly type: "int256";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly name: "hasMemoData";
|
|
1098
|
+
readonly internalType: "bool";
|
|
1099
|
+
readonly type: "bool";
|
|
1100
|
+
}, {
|
|
1101
|
+
readonly name: "firstMemoData";
|
|
1102
|
+
readonly internalType: "bytes";
|
|
1103
|
+
readonly type: "bytes";
|
|
1104
|
+
}, {
|
|
1105
|
+
readonly name: "hasDestinationTag";
|
|
1106
|
+
readonly internalType: "bool";
|
|
1107
|
+
readonly type: "bool";
|
|
1108
|
+
}, {
|
|
1109
|
+
readonly name: "destinationTag";
|
|
1110
|
+
readonly internalType: "uint256";
|
|
1111
|
+
readonly type: "uint256";
|
|
1112
|
+
}, {
|
|
1113
|
+
readonly name: "status";
|
|
1114
|
+
readonly internalType: "uint8";
|
|
1115
|
+
readonly type: "uint8";
|
|
1116
|
+
}];
|
|
1117
|
+
}];
|
|
1118
|
+
}];
|
|
1119
|
+
}];
|
|
1120
|
+
readonly name: "executeDirectMinting";
|
|
1121
|
+
readonly outputs: readonly [];
|
|
1122
|
+
readonly stateMutability: "payable";
|
|
773
1123
|
}, {
|
|
774
1124
|
readonly type: "function";
|
|
775
1125
|
readonly inputs: readonly [{
|
|
@@ -880,8 +1230,12 @@ export declare const useWriteIDirectMinting: import("wagmi/codegen").CreateUseWr
|
|
|
880
1230
|
}];
|
|
881
1231
|
}];
|
|
882
1232
|
}];
|
|
1233
|
+
}, {
|
|
1234
|
+
readonly name: "_data";
|
|
1235
|
+
readonly internalType: "bytes";
|
|
1236
|
+
readonly type: "bytes";
|
|
883
1237
|
}];
|
|
884
|
-
readonly name: "
|
|
1238
|
+
readonly name: "executeDirectMintingWithData";
|
|
885
1239
|
readonly outputs: readonly [];
|
|
886
1240
|
readonly stateMutability: "payable";
|
|
887
1241
|
}, {
|
|
@@ -1184,6 +1538,124 @@ export declare const useSimulateIDirectMinting: import("wagmi/codegen").CreateUs
|
|
|
1184
1538
|
readonly name: "executeDirectMinting";
|
|
1185
1539
|
readonly outputs: readonly [];
|
|
1186
1540
|
readonly stateMutability: "payable";
|
|
1541
|
+
}, {
|
|
1542
|
+
readonly type: "function";
|
|
1543
|
+
readonly inputs: readonly [{
|
|
1544
|
+
readonly name: "_payment";
|
|
1545
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
1546
|
+
readonly type: "tuple";
|
|
1547
|
+
readonly components: readonly [{
|
|
1548
|
+
readonly name: "merkleProof";
|
|
1549
|
+
readonly internalType: "bytes32[]";
|
|
1550
|
+
readonly type: "bytes32[]";
|
|
1551
|
+
}, {
|
|
1552
|
+
readonly name: "data";
|
|
1553
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
1554
|
+
readonly type: "tuple";
|
|
1555
|
+
readonly components: readonly [{
|
|
1556
|
+
readonly name: "attestationType";
|
|
1557
|
+
readonly internalType: "bytes32";
|
|
1558
|
+
readonly type: "bytes32";
|
|
1559
|
+
}, {
|
|
1560
|
+
readonly name: "sourceId";
|
|
1561
|
+
readonly internalType: "bytes32";
|
|
1562
|
+
readonly type: "bytes32";
|
|
1563
|
+
}, {
|
|
1564
|
+
readonly name: "votingRound";
|
|
1565
|
+
readonly internalType: "uint64";
|
|
1566
|
+
readonly type: "uint64";
|
|
1567
|
+
}, {
|
|
1568
|
+
readonly name: "lowestUsedTimestamp";
|
|
1569
|
+
readonly internalType: "uint64";
|
|
1570
|
+
readonly type: "uint64";
|
|
1571
|
+
}, {
|
|
1572
|
+
readonly name: "requestBody";
|
|
1573
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
1574
|
+
readonly type: "tuple";
|
|
1575
|
+
readonly components: readonly [{
|
|
1576
|
+
readonly name: "transactionId";
|
|
1577
|
+
readonly internalType: "bytes32";
|
|
1578
|
+
readonly type: "bytes32";
|
|
1579
|
+
}, {
|
|
1580
|
+
readonly name: "proofOwner";
|
|
1581
|
+
readonly internalType: "address";
|
|
1582
|
+
readonly type: "address";
|
|
1583
|
+
}];
|
|
1584
|
+
}, {
|
|
1585
|
+
readonly name: "responseBody";
|
|
1586
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
1587
|
+
readonly type: "tuple";
|
|
1588
|
+
readonly components: readonly [{
|
|
1589
|
+
readonly name: "blockNumber";
|
|
1590
|
+
readonly internalType: "uint64";
|
|
1591
|
+
readonly type: "uint64";
|
|
1592
|
+
}, {
|
|
1593
|
+
readonly name: "blockTimestamp";
|
|
1594
|
+
readonly internalType: "uint64";
|
|
1595
|
+
readonly type: "uint64";
|
|
1596
|
+
}, {
|
|
1597
|
+
readonly name: "sourceAddress";
|
|
1598
|
+
readonly internalType: "string";
|
|
1599
|
+
readonly type: "string";
|
|
1600
|
+
}, {
|
|
1601
|
+
readonly name: "sourceAddressHash";
|
|
1602
|
+
readonly internalType: "bytes32";
|
|
1603
|
+
readonly type: "bytes32";
|
|
1604
|
+
}, {
|
|
1605
|
+
readonly name: "receivingAddressHash";
|
|
1606
|
+
readonly internalType: "bytes32";
|
|
1607
|
+
readonly type: "bytes32";
|
|
1608
|
+
}, {
|
|
1609
|
+
readonly name: "intendedReceivingAddressHash";
|
|
1610
|
+
readonly internalType: "bytes32";
|
|
1611
|
+
readonly type: "bytes32";
|
|
1612
|
+
}, {
|
|
1613
|
+
readonly name: "spentAmount";
|
|
1614
|
+
readonly internalType: "int256";
|
|
1615
|
+
readonly type: "int256";
|
|
1616
|
+
}, {
|
|
1617
|
+
readonly name: "intendedSpentAmount";
|
|
1618
|
+
readonly internalType: "int256";
|
|
1619
|
+
readonly type: "int256";
|
|
1620
|
+
}, {
|
|
1621
|
+
readonly name: "receivedAmount";
|
|
1622
|
+
readonly internalType: "int256";
|
|
1623
|
+
readonly type: "int256";
|
|
1624
|
+
}, {
|
|
1625
|
+
readonly name: "intendedReceivedAmount";
|
|
1626
|
+
readonly internalType: "int256";
|
|
1627
|
+
readonly type: "int256";
|
|
1628
|
+
}, {
|
|
1629
|
+
readonly name: "hasMemoData";
|
|
1630
|
+
readonly internalType: "bool";
|
|
1631
|
+
readonly type: "bool";
|
|
1632
|
+
}, {
|
|
1633
|
+
readonly name: "firstMemoData";
|
|
1634
|
+
readonly internalType: "bytes";
|
|
1635
|
+
readonly type: "bytes";
|
|
1636
|
+
}, {
|
|
1637
|
+
readonly name: "hasDestinationTag";
|
|
1638
|
+
readonly internalType: "bool";
|
|
1639
|
+
readonly type: "bool";
|
|
1640
|
+
}, {
|
|
1641
|
+
readonly name: "destinationTag";
|
|
1642
|
+
readonly internalType: "uint256";
|
|
1643
|
+
readonly type: "uint256";
|
|
1644
|
+
}, {
|
|
1645
|
+
readonly name: "status";
|
|
1646
|
+
readonly internalType: "uint8";
|
|
1647
|
+
readonly type: "uint8";
|
|
1648
|
+
}];
|
|
1649
|
+
}];
|
|
1650
|
+
}];
|
|
1651
|
+
}, {
|
|
1652
|
+
readonly name: "_data";
|
|
1653
|
+
readonly internalType: "bytes";
|
|
1654
|
+
readonly type: "bytes";
|
|
1655
|
+
}];
|
|
1656
|
+
readonly name: "executeDirectMintingWithData";
|
|
1657
|
+
readonly outputs: readonly [];
|
|
1658
|
+
readonly stateMutability: "payable";
|
|
1187
1659
|
}, {
|
|
1188
1660
|
readonly type: "function";
|
|
1189
1661
|
readonly inputs: readonly [{
|
|
@@ -1484,6 +1956,124 @@ export declare const useWatchIDirectMintingEvent: import("wagmi/codegen").Create
|
|
|
1484
1956
|
readonly name: "executeDirectMinting";
|
|
1485
1957
|
readonly outputs: readonly [];
|
|
1486
1958
|
readonly stateMutability: "payable";
|
|
1959
|
+
}, {
|
|
1960
|
+
readonly type: "function";
|
|
1961
|
+
readonly inputs: readonly [{
|
|
1962
|
+
readonly name: "_payment";
|
|
1963
|
+
readonly internalType: "struct IXRPPayment.Proof";
|
|
1964
|
+
readonly type: "tuple";
|
|
1965
|
+
readonly components: readonly [{
|
|
1966
|
+
readonly name: "merkleProof";
|
|
1967
|
+
readonly internalType: "bytes32[]";
|
|
1968
|
+
readonly type: "bytes32[]";
|
|
1969
|
+
}, {
|
|
1970
|
+
readonly name: "data";
|
|
1971
|
+
readonly internalType: "struct IXRPPayment.Response";
|
|
1972
|
+
readonly type: "tuple";
|
|
1973
|
+
readonly components: readonly [{
|
|
1974
|
+
readonly name: "attestationType";
|
|
1975
|
+
readonly internalType: "bytes32";
|
|
1976
|
+
readonly type: "bytes32";
|
|
1977
|
+
}, {
|
|
1978
|
+
readonly name: "sourceId";
|
|
1979
|
+
readonly internalType: "bytes32";
|
|
1980
|
+
readonly type: "bytes32";
|
|
1981
|
+
}, {
|
|
1982
|
+
readonly name: "votingRound";
|
|
1983
|
+
readonly internalType: "uint64";
|
|
1984
|
+
readonly type: "uint64";
|
|
1985
|
+
}, {
|
|
1986
|
+
readonly name: "lowestUsedTimestamp";
|
|
1987
|
+
readonly internalType: "uint64";
|
|
1988
|
+
readonly type: "uint64";
|
|
1989
|
+
}, {
|
|
1990
|
+
readonly name: "requestBody";
|
|
1991
|
+
readonly internalType: "struct IXRPPayment.RequestBody";
|
|
1992
|
+
readonly type: "tuple";
|
|
1993
|
+
readonly components: readonly [{
|
|
1994
|
+
readonly name: "transactionId";
|
|
1995
|
+
readonly internalType: "bytes32";
|
|
1996
|
+
readonly type: "bytes32";
|
|
1997
|
+
}, {
|
|
1998
|
+
readonly name: "proofOwner";
|
|
1999
|
+
readonly internalType: "address";
|
|
2000
|
+
readonly type: "address";
|
|
2001
|
+
}];
|
|
2002
|
+
}, {
|
|
2003
|
+
readonly name: "responseBody";
|
|
2004
|
+
readonly internalType: "struct IXRPPayment.ResponseBody";
|
|
2005
|
+
readonly type: "tuple";
|
|
2006
|
+
readonly components: readonly [{
|
|
2007
|
+
readonly name: "blockNumber";
|
|
2008
|
+
readonly internalType: "uint64";
|
|
2009
|
+
readonly type: "uint64";
|
|
2010
|
+
}, {
|
|
2011
|
+
readonly name: "blockTimestamp";
|
|
2012
|
+
readonly internalType: "uint64";
|
|
2013
|
+
readonly type: "uint64";
|
|
2014
|
+
}, {
|
|
2015
|
+
readonly name: "sourceAddress";
|
|
2016
|
+
readonly internalType: "string";
|
|
2017
|
+
readonly type: "string";
|
|
2018
|
+
}, {
|
|
2019
|
+
readonly name: "sourceAddressHash";
|
|
2020
|
+
readonly internalType: "bytes32";
|
|
2021
|
+
readonly type: "bytes32";
|
|
2022
|
+
}, {
|
|
2023
|
+
readonly name: "receivingAddressHash";
|
|
2024
|
+
readonly internalType: "bytes32";
|
|
2025
|
+
readonly type: "bytes32";
|
|
2026
|
+
}, {
|
|
2027
|
+
readonly name: "intendedReceivingAddressHash";
|
|
2028
|
+
readonly internalType: "bytes32";
|
|
2029
|
+
readonly type: "bytes32";
|
|
2030
|
+
}, {
|
|
2031
|
+
readonly name: "spentAmount";
|
|
2032
|
+
readonly internalType: "int256";
|
|
2033
|
+
readonly type: "int256";
|
|
2034
|
+
}, {
|
|
2035
|
+
readonly name: "intendedSpentAmount";
|
|
2036
|
+
readonly internalType: "int256";
|
|
2037
|
+
readonly type: "int256";
|
|
2038
|
+
}, {
|
|
2039
|
+
readonly name: "receivedAmount";
|
|
2040
|
+
readonly internalType: "int256";
|
|
2041
|
+
readonly type: "int256";
|
|
2042
|
+
}, {
|
|
2043
|
+
readonly name: "intendedReceivedAmount";
|
|
2044
|
+
readonly internalType: "int256";
|
|
2045
|
+
readonly type: "int256";
|
|
2046
|
+
}, {
|
|
2047
|
+
readonly name: "hasMemoData";
|
|
2048
|
+
readonly internalType: "bool";
|
|
2049
|
+
readonly type: "bool";
|
|
2050
|
+
}, {
|
|
2051
|
+
readonly name: "firstMemoData";
|
|
2052
|
+
readonly internalType: "bytes";
|
|
2053
|
+
readonly type: "bytes";
|
|
2054
|
+
}, {
|
|
2055
|
+
readonly name: "hasDestinationTag";
|
|
2056
|
+
readonly internalType: "bool";
|
|
2057
|
+
readonly type: "bool";
|
|
2058
|
+
}, {
|
|
2059
|
+
readonly name: "destinationTag";
|
|
2060
|
+
readonly internalType: "uint256";
|
|
2061
|
+
readonly type: "uint256";
|
|
2062
|
+
}, {
|
|
2063
|
+
readonly name: "status";
|
|
2064
|
+
readonly internalType: "uint8";
|
|
2065
|
+
readonly type: "uint8";
|
|
2066
|
+
}];
|
|
2067
|
+
}];
|
|
2068
|
+
}];
|
|
2069
|
+
}, {
|
|
2070
|
+
readonly name: "_data";
|
|
2071
|
+
readonly internalType: "bytes";
|
|
2072
|
+
readonly type: "bytes";
|
|
2073
|
+
}];
|
|
2074
|
+
readonly name: "executeDirectMintingWithData";
|
|
2075
|
+
readonly outputs: readonly [];
|
|
2076
|
+
readonly stateMutability: "payable";
|
|
1487
2077
|
}, {
|
|
1488
2078
|
readonly type: "function";
|
|
1489
2079
|
readonly inputs: readonly [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IDirectMinting.d.ts","sourceRoot":"","sources":["../../../contracts/songbird/IDirectMinting.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"IDirectMinting.d.ts","sourceRoot":"","sources":["../../../contracts/songbird/IDirectMinting.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6MpB,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAkE,CAAC;AAErG;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAmE,CAAC;AAEvG;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAsE,CAAC;AAE7G;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAwE,CAAC"}
|