@flarenetwork/flare-wagmi-periphery-package 2.7.0 → 3.1.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/AggregatorV3Interface.d.ts +178 -0
- package/dist/contracts/coston/AggregatorV3Interface.d.ts.map +1 -0
- package/dist/contracts/coston/AggregatorV3Interface.js +64 -0
- package/dist/contracts/coston/AggregatorV3Interface.js.map +1 -0
- package/dist/contracts/coston/FtsoV2Interface.d.ts +1 -1
- package/dist/contracts/coston/FtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston/IAddressValidityVerification.d.ts +1 -1
- package/dist/contracts/coston/IAddressValidityVerification.d.ts.map +1 -1
- package/dist/contracts/coston/IAgentAlwaysAllowedMinters.d.ts +1 -1
- package/dist/contracts/coston/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
- package/dist/contracts/coston/IAgentOwnerRegistry.d.ts +1 -1
- package/dist/contracts/coston/IAgentOwnerRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IAgentVaultsFacet.d.ts +298 -0
- package/dist/contracts/coston/IAgentVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IAgentVaultsFacet.js +76 -0
- package/dist/contracts/coston/IAgentVaultsFacet.js.map +1 -0
- package/dist/contracts/coston/IAssetManager.d.ts +6132 -332
- package/dist/contracts/coston/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/coston/IAssetManager.js +617 -0
- package/dist/contracts/coston/IAssetManager.js.map +1 -1
- package/dist/contracts/coston/IAssetManagerController.d.ts +1 -1
- package/dist/contracts/coston/IAssetManagerController.d.ts.map +1 -1
- package/dist/contracts/coston/IBalanceDecreasingTransactionVerification.d.ts +1 -1
- package/dist/contracts/coston/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/coston/ICChainStake.d.ts +1 -1
- package/dist/contracts/coston/ICChainStake.d.ts.map +1 -1
- package/dist/contracts/coston/ICChainVotePower.d.ts +1 -1
- package/dist/contracts/coston/ICChainVotePower.d.ts.map +1 -1
- package/dist/contracts/coston/IClaimSetupManager.d.ts +1 -1
- package/dist/contracts/coston/IClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/coston/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
- package/dist/contracts/coston/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
- package/dist/contracts/coston/ICoreVaultClient.d.ts +650 -30
- package/dist/contracts/coston/ICoreVaultClient.d.ts.map +1 -1
- package/dist/contracts/coston/ICoreVaultClient.js +64 -0
- package/dist/contracts/coston/ICoreVaultClient.js.map +1 -1
- package/dist/contracts/coston/ICoreVaultClientSettings.d.ts +41 -1
- package/dist/contracts/coston/ICoreVaultClientSettings.d.ts.map +1 -1
- package/dist/contracts/coston/ICoreVaultClientSettings.js +7 -0
- package/dist/contracts/coston/ICoreVaultClientSettings.js.map +1 -1
- package/dist/contracts/coston/IDiamond.d.ts +72 -0
- package/dist/contracts/coston/IDiamond.d.ts.map +1 -0
- package/dist/contracts/coston/IDiamond.js +37 -0
- package/dist/contracts/coston/IDiamond.js.map +1 -0
- package/dist/contracts/coston/IDiamondCut.d.ts +270 -0
- package/dist/contracts/coston/IDiamondCut.d.ts.map +1 -0
- package/dist/contracts/coston/IDiamondCut.js +65 -0
- package/dist/contracts/coston/IDiamondCut.js.map +1 -0
- package/dist/contracts/coston/IDiamondLoupe.d.ts +1 -1
- package/dist/contracts/coston/IDiamondLoupe.d.ts.map +1 -1
- package/dist/contracts/coston/IDirectMinting.d.ts +1498 -0
- package/dist/contracts/coston/IDirectMinting.d.ts.map +1 -0
- package/dist/contracts/coston/IDirectMinting.js +174 -0
- package/dist/contracts/coston/IDirectMinting.js.map +1 -0
- package/dist/contracts/coston/IDirectMintingSettings.d.ts +1038 -0
- package/dist/contracts/coston/IDirectMintingSettings.d.ts.map +1 -0
- package/dist/contracts/coston/IDirectMintingSettings.js +207 -0
- package/dist/contracts/coston/IDirectMintingSettings.js.map +1 -0
- package/dist/contracts/coston/IERC165.d.ts +34 -0
- package/dist/contracts/coston/IERC165.d.ts.map +1 -0
- package/dist/contracts/coston/IERC165.js +24 -0
- package/dist/contracts/coston/IERC165.js.map +1 -0
- package/dist/contracts/coston/IERC173.d.ts +193 -0
- package/dist/contracts/coston/IERC173.d.ts.map +1 -0
- package/dist/contracts/coston/IERC173.js +52 -0
- package/dist/contracts/coston/IERC173.js.map +1 -0
- package/dist/contracts/coston/IEVMTransactionVerification.d.ts +1 -1
- package/dist/contracts/coston/IEVMTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/coston/IEntityManager.d.ts +1 -1
- package/dist/contracts/coston/IEntityManager.d.ts.map +1 -1
- package/dist/contracts/coston/IExecutorsFacet.d.ts +136 -0
- package/dist/contracts/coston/IExecutorsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IExecutorsFacet.js +45 -0
- package/dist/contracts/coston/IExecutorsFacet.js.map +1 -0
- package/dist/contracts/coston/IFAsset.d.ts +1 -1
- package/dist/contracts/coston/IFAsset.d.ts.map +1 -1
- package/dist/contracts/coston/IFAssetRedeemComposer.d.ts +3138 -0
- package/dist/contracts/coston/IFAssetRedeemComposer.d.ts.map +1 -0
- package/dist/contracts/coston/IFAssetRedeemComposer.js +371 -0
- package/dist/contracts/coston/IFAssetRedeemComposer.js.map +1 -0
- package/dist/contracts/coston/IFAssetRedeemerAccount.d.ts +1623 -0
- package/dist/contracts/coston/IFAssetRedeemerAccount.d.ts.map +1 -0
- package/dist/contracts/coston/IFAssetRedeemerAccount.js +197 -0
- package/dist/contracts/coston/IFAssetRedeemerAccount.js.map +1 -0
- package/dist/contracts/coston/IFastUpdateIncentiveManager.d.ts +1 -1
- package/dist/contracts/coston/IFastUpdateIncentiveManager.d.ts.map +1 -1
- package/dist/contracts/coston/IFastUpdater.d.ts +1 -1
- package/dist/contracts/coston/IFastUpdater.d.ts.map +1 -1
- package/dist/contracts/coston/IFastUpdatesConfiguration.d.ts +1 -1
- package/dist/contracts/coston/IFastUpdatesConfiguration.d.ts.map +1 -1
- package/dist/contracts/coston/IFdcHub.d.ts +1 -1
- package/dist/contracts/coston/IFdcHub.d.ts.map +1 -1
- package/dist/contracts/coston/IFdcInflationConfigurations.d.ts +1 -1
- package/dist/contracts/coston/IFdcInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/coston/IFdcRequestFeeConfigurations.d.ts +1 -1
- package/dist/contracts/coston/IFdcRequestFeeConfigurations.d.ts.map +1 -1
- package/dist/contracts/coston/IFdcVerification.d.ts +441 -1
- package/dist/contracts/coston/IFdcVerification.d.ts.map +1 -1
- package/dist/contracts/coston/IFdcVerification.js +112 -0
- package/dist/contracts/coston/IFdcVerification.js.map +1 -1
- package/dist/contracts/coston/IFeeCalculator.d.ts +1 -1
- package/dist/contracts/coston/IFeeCalculator.d.ts.map +1 -1
- package/dist/contracts/coston/IFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/coston/IFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IFlareContractRegistry.d.ts +1 -1
- package/dist/contracts/coston/IFlareContractRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/coston/IFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/coston/IFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/coston/IFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/coston/IFtso.d.ts +1 -1
- package/dist/contracts/coston/IFtso.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoFeedDecimals.d.ts +1 -1
- package/dist/contracts/coston/IFtsoFeedDecimals.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoFeedIdConverter.d.ts +1 -1
- package/dist/contracts/coston/IFtsoFeedIdConverter.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/coston/IFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoInflationConfigurations.d.ts +1 -1
- package/dist/contracts/coston/IFtsoInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoManager.d.ts +1 -1
- package/dist/contracts/coston/IFtsoManager.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoManagerGenesis.d.ts +1 -1
- package/dist/contracts/coston/IFtsoManagerGenesis.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoRegistry.d.ts +1 -1
- package/dist/contracts/coston/IFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoRegistryGenesis.d.ts +1 -1
- package/dist/contracts/coston/IFtsoRegistryGenesis.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/coston/IFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston/IFtsoRewardOffersManager.d.ts +1 -1
- package/dist/contracts/coston/IFtsoRewardOffersManager.d.ts.map +1 -1
- package/dist/contracts/coston/IGenericRewardManager.d.ts +1 -1
- package/dist/contracts/coston/IGenericRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston/IGovernanceSettings.d.ts +1 -1
- package/dist/contracts/coston/IGovernanceSettings.d.ts.map +1 -1
- package/dist/contracts/coston/IGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/coston/IGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/coston/IGovernor.d.ts +1 -1
- package/dist/contracts/coston/IGovernor.d.ts.map +1 -1
- package/dist/contracts/coston/IIAddressUpdater.d.ts +1 -1
- package/dist/contracts/coston/IIAddressUpdater.d.ts.map +1 -1
- package/dist/contracts/coston/IIClaimSetupManager.d.ts +1 -1
- package/dist/contracts/coston/IIClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/coston/IICleanable.d.ts +1 -1
- package/dist/contracts/coston/IICleanable.d.ts.map +1 -1
- package/dist/contracts/coston/IICustomFeed.d.ts +1 -1
- package/dist/contracts/coston/IICustomFeed.d.ts.map +1 -1
- package/dist/contracts/coston/IIERC20WithMetadata.d.ts +1 -1
- package/dist/contracts/coston/IIERC20WithMetadata.d.ts.map +1 -1
- package/dist/contracts/coston/IIEntityManager.d.ts +1 -1
- package/dist/contracts/coston/IIEntityManager.d.ts.map +1 -1
- package/dist/contracts/coston/IIFastUpdaterView.d.ts +1 -1
- package/dist/contracts/coston/IIFastUpdaterView.d.ts.map +1 -1
- package/dist/contracts/coston/IIFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/coston/IIFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IIFlareAssetRegistryProvider.d.ts +1 -1
- package/dist/contracts/coston/IIFlareAssetRegistryProvider.d.ts.map +1 -1
- package/dist/contracts/coston/IIFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/coston/IIFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/coston/IIFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/coston/IIFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtso.d.ts +1 -1
- package/dist/contracts/coston/IIFtso.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/coston/IIFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtsoManager.d.ts +1 -1
- package/dist/contracts/coston/IIFtsoManager.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtsoManagerProxy.d.ts +1 -1
- package/dist/contracts/coston/IIFtsoManagerProxy.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtsoManagerV1.d.ts +1 -1
- package/dist/contracts/coston/IIFtsoManagerV1.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtsoRegistry.d.ts +1 -1
- package/dist/contracts/coston/IIFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtsoRegistryV1.d.ts +1 -1
- package/dist/contracts/coston/IIFtsoRegistryV1.d.ts.map +1 -1
- package/dist/contracts/coston/IIFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/coston/IIFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston/IIGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/coston/IIGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/coston/IIGovernorProposer.d.ts +1 -1
- package/dist/contracts/coston/IIGovernorProposer.d.ts.map +1 -1
- package/dist/contracts/coston/IIInflationReceiver.d.ts +1 -1
- package/dist/contracts/coston/IIInflationReceiver.d.ts.map +1 -1
- package/dist/contracts/coston/IIInflationReceiverV1.d.ts +1 -1
- package/dist/contracts/coston/IIInflationReceiverV1.d.ts.map +1 -1
- package/dist/contracts/coston/IIInflationV1.d.ts +1 -1
- package/dist/contracts/coston/IIInflationV1.d.ts.map +1 -1
- package/dist/contracts/coston/IINodePossessionVerifier.d.ts +1 -1
- package/dist/contracts/coston/IINodePossessionVerifier.d.ts.map +1 -1
- package/dist/contracts/coston/IIPollingFoundation.d.ts +1 -1
- package/dist/contracts/coston/IIPollingFoundation.d.ts.map +1 -1
- package/dist/contracts/coston/IIPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/coston/IIPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/coston/IIPriceSubmitter.d.ts +1 -1
- package/dist/contracts/coston/IIPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/coston/IIPublicKeyVerifier.d.ts +1 -1
- package/dist/contracts/coston/IIPublicKeyVerifier.d.ts.map +1 -1
- package/dist/contracts/coston/IIRNat.d.ts +1 -1
- package/dist/contracts/coston/IIRNat.d.ts.map +1 -1
- package/dist/contracts/coston/IIRNatAccount.d.ts +1 -1
- package/dist/contracts/coston/IIRNatAccount.d.ts.map +1 -1
- package/dist/contracts/coston/IIRandomProvider.d.ts +1 -1
- package/dist/contracts/coston/IIRandomProvider.d.ts.map +1 -1
- package/dist/contracts/coston/IIRelay.d.ts +301 -1
- package/dist/contracts/coston/IIRelay.d.ts.map +1 -1
- package/dist/contracts/coston/IIRelay.js +26 -0
- package/dist/contracts/coston/IIRelay.js.map +1 -1
- package/dist/contracts/coston/IIRewardManager.d.ts +1 -1
- package/dist/contracts/coston/IIRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston/IISubmission.d.ts +1 -1
- package/dist/contracts/coston/IISubmission.d.ts.map +1 -1
- package/dist/contracts/coston/IISupply.d.ts +1 -1
- package/dist/contracts/coston/IISupply.d.ts.map +1 -1
- package/dist/contracts/coston/IITokenPool.d.ts +1 -1
- package/dist/contracts/coston/IITokenPool.d.ts.map +1 -1
- package/dist/contracts/coston/IIVPContract.d.ts +1 -1
- package/dist/contracts/coston/IIVPContract.d.ts.map +1 -1
- package/dist/contracts/coston/IIVPToken.d.ts +1 -1
- package/dist/contracts/coston/IIVPToken.d.ts.map +1 -1
- package/dist/contracts/coston/IIVoterRegistry.d.ts +1 -1
- package/dist/contracts/coston/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IIVoterWhitelister.d.ts +1 -1
- package/dist/contracts/coston/IIVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/coston/IIncreaseManager.d.ts +1 -1
- package/dist/contracts/coston/IIncreaseManager.d.ts.map +1 -1
- package/dist/contracts/coston/IInstructionFeesFacet.d.ts +247 -0
- package/dist/contracts/coston/IInstructionFeesFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IInstructionFeesFacet.js +69 -0
- package/dist/contracts/coston/IInstructionFeesFacet.js.map +1 -0
- package/dist/contracts/coston/IInstructionsFacet.d.ts +3148 -0
- package/dist/contracts/coston/IInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IInstructionsFacet.js +311 -0
- package/dist/contracts/coston/IInstructionsFacet.js.map +1 -0
- package/dist/contracts/coston/IMasterAccountController.d.ts +10173 -0
- package/dist/contracts/coston/IMasterAccountController.d.ts.map +1 -0
- package/dist/contracts/coston/IMasterAccountController.js +1114 -0
- package/dist/contracts/coston/IMasterAccountController.js.map +1 -0
- package/dist/contracts/coston/IMemoInstructionsFacet.d.ts +1483 -0
- package/dist/contracts/coston/IMemoInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IMemoInstructionsFacet.js +184 -0
- package/dist/contracts/coston/IMemoInstructionsFacet.js.map +1 -0
- package/dist/contracts/coston/IMintingTagManager.d.ts +2263 -0
- package/dist/contracts/coston/IMintingTagManager.d.ts.map +1 -0
- package/dist/contracts/coston/IMintingTagManager.js +287 -0
- package/dist/contracts/coston/IMintingTagManager.js.map +1 -0
- package/dist/contracts/coston/IOwnableWithTimelock.d.ts +598 -0
- package/dist/contracts/coston/IOwnableWithTimelock.d.ts.map +1 -0
- package/dist/contracts/coston/IOwnableWithTimelock.js +99 -0
- package/dist/contracts/coston/IOwnableWithTimelock.js.map +1 -0
- package/dist/contracts/coston/IPauseFacet.d.ts +848 -0
- package/dist/contracts/coston/IPauseFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IPauseFacet.js +115 -0
- package/dist/contracts/coston/IPauseFacet.js.map +1 -0
- package/dist/contracts/coston/IPaymentProofsFacet.d.ts +184 -0
- package/dist/contracts/coston/IPaymentProofsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IPaymentProofsFacet.js +52 -0
- package/dist/contracts/coston/IPaymentProofsFacet.js.map +1 -0
- package/dist/contracts/coston/IPaymentVerification.d.ts +1 -1
- package/dist/contracts/coston/IPaymentVerification.d.ts.map +1 -1
- package/dist/contracts/coston/IPersonalAccount.d.ts +928 -0
- package/dist/contracts/coston/IPersonalAccount.d.ts.map +1 -0
- package/dist/contracts/coston/IPersonalAccount.js +167 -0
- package/dist/contracts/coston/IPersonalAccount.js.map +1 -0
- package/dist/contracts/coston/IPersonalAccountsFacet.d.ts +193 -0
- package/dist/contracts/coston/IPersonalAccountsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IPersonalAccountsFacet.js +58 -0
- package/dist/contracts/coston/IPersonalAccountsFacet.js.map +1 -0
- package/dist/contracts/coston/IPollingFtso.d.ts +1 -1
- package/dist/contracts/coston/IPollingFtso.d.ts.map +1 -1
- package/dist/contracts/coston/IPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/coston/IPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/coston/IPriceSubmitter.d.ts +1 -1
- package/dist/contracts/coston/IPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/coston/IRNat.d.ts +1 -1
- package/dist/contracts/coston/IRNat.d.ts.map +1 -1
- package/dist/contracts/coston/IRNatAccount.d.ts +1 -1
- package/dist/contracts/coston/IRNatAccount.d.ts.map +1 -1
- package/dist/contracts/coston/IRandomProvider.d.ts +1 -1
- package/dist/contracts/coston/IRandomProvider.d.ts.map +1 -1
- package/dist/contracts/coston/IReaderFacet.d.ts +422 -0
- package/dist/contracts/coston/IReaderFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IReaderFacet.js +159 -0
- package/dist/contracts/coston/IReaderFacet.js.map +1 -0
- package/dist/contracts/coston/IRedeemExtended.d.ts +2288 -0
- package/dist/contracts/coston/IRedeemExtended.d.ts.map +1 -0
- package/dist/contracts/coston/IRedeemExtended.js +236 -0
- package/dist/contracts/coston/IRedeemExtended.js.map +1 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.d.ts +94 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.d.ts.map +1 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.js +43 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.js.map +1 -0
- package/dist/contracts/coston/IRedemptionTimeExtension.d.ts +1 -1
- package/dist/contracts/coston/IRedemptionTimeExtension.d.ts.map +1 -1
- package/dist/contracts/coston/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
- package/dist/contracts/coston/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
- package/dist/contracts/coston/IRelay.d.ts +301 -1
- package/dist/contracts/coston/IRelay.d.ts.map +1 -1
- package/dist/contracts/coston/IRelay.js +26 -0
- package/dist/contracts/coston/IRelay.js.map +1 -1
- package/dist/contracts/coston/IRewardManager.d.ts +1 -1
- package/dist/contracts/coston/IRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston/ISubmission.d.ts +1 -1
- package/dist/contracts/coston/ISubmission.d.ts.map +1 -1
- package/dist/contracts/coston/ITimelockFacet.d.ts +498 -0
- package/dist/contracts/coston/ITimelockFacet.d.ts.map +1 -0
- package/dist/contracts/coston/ITimelockFacet.js +81 -0
- package/dist/contracts/coston/ITimelockFacet.js.map +1 -0
- package/dist/contracts/coston/ITypeTemplateVerification.d.ts +1 -1
- package/dist/contracts/coston/ITypeTemplateVerification.d.ts.map +1 -1
- package/dist/contracts/coston/IVPToken.d.ts +1 -1
- package/dist/contracts/coston/IVPToken.d.ts.map +1 -1
- package/dist/contracts/coston/IVaultsFacet.d.ts +280 -0
- package/dist/contracts/coston/IVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IVaultsFacet.js +61 -0
- package/dist/contracts/coston/IVaultsFacet.js.map +1 -0
- package/dist/contracts/coston/IVoterPreRegistry.d.ts +1 -1
- package/dist/contracts/coston/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IVoterRegistry.d.ts +1 -1
- package/dist/contracts/coston/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IVoterWhitelister.d.ts +1 -1
- package/dist/contracts/coston/IVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/coston/IWNatDelegationFee.d.ts +1 -1
- package/dist/contracts/coston/IWNatDelegationFee.d.ts.map +1 -1
- package/dist/contracts/coston/IWeb2JsonVerification.d.ts +1 -1
- package/dist/contracts/coston/IWeb2JsonVerification.d.ts.map +1 -1
- package/dist/contracts/coston/IXRPPayment.d.ts +2 -0
- package/dist/contracts/coston/IXRPPayment.d.ts.map +1 -0
- package/dist/contracts/{coston2/IJsonApi.js → coston/IXRPPayment.js} +4 -4
- package/dist/contracts/coston/IXRPPayment.js.map +1 -0
- package/dist/contracts/coston/IXRPPaymentNonexistence.d.ts +2 -0
- package/dist/contracts/coston/IXRPPaymentNonexistence.d.ts.map +1 -0
- package/dist/contracts/coston/IXRPPaymentNonexistence.js +7 -0
- package/dist/contracts/coston/IXRPPaymentNonexistence.js.map +1 -0
- package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.d.ts +210 -0
- package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
- package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.js +73 -0
- package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.js.map +1 -0
- package/dist/contracts/coston/IXRPPaymentVerification.d.ts +242 -0
- package/dist/contracts/coston/IXRPPaymentVerification.d.ts.map +1 -0
- package/dist/contracts/coston/IXRPPaymentVerification.js +75 -0
- package/dist/contracts/coston/IXRPPaymentVerification.js.map +1 -0
- package/dist/contracts/coston/IXrplProviderWalletsFacet.d.ts +148 -0
- package/dist/contracts/coston/IXrplProviderWalletsFacet.d.ts.map +1 -0
- package/dist/contracts/coston/IXrplProviderWalletsFacet.js +54 -0
- package/dist/contracts/coston/IXrplProviderWalletsFacet.js.map +1 -0
- package/dist/contracts/coston/ProtocolsV2Interface.d.ts +1 -1
- package/dist/contracts/coston/ProtocolsV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston/RandomNumberV2Interface.d.ts +1 -1
- package/dist/contracts/coston/RandomNumberV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston/RewardsV2Interface.d.ts +1 -1
- package/dist/contracts/coston/RewardsV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston/TestFtsoV2Interface.d.ts +1 -1
- package/dist/contracts/coston/TestFtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston/index.d.ts +31 -2
- package/dist/contracts/coston/index.d.ts.map +1 -1
- package/dist/contracts/coston/index.js +31 -2
- package/dist/contracts/coston/index.js.map +1 -1
- package/dist/contracts/coston2/AggregatorV3Interface.d.ts +178 -0
- package/dist/contracts/coston2/AggregatorV3Interface.d.ts.map +1 -0
- package/dist/contracts/coston2/AggregatorV3Interface.js +64 -0
- package/dist/contracts/coston2/AggregatorV3Interface.js.map +1 -0
- package/dist/contracts/coston2/FtsoV2Interface.d.ts +1 -1
- package/dist/contracts/coston2/FtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston2/IAddressBinder.d.ts +1 -1
- package/dist/contracts/coston2/IAddressBinder.d.ts.map +1 -1
- package/dist/contracts/coston2/IAddressValidityVerification.d.ts +1 -1
- package/dist/contracts/coston2/IAddressValidityVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/IAgentAlwaysAllowedMinters.d.ts +1 -1
- package/dist/contracts/coston2/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
- package/dist/contracts/coston2/IAgentOwnerRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IAgentOwnerRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IAgentVaultsFacet.d.ts +1 -1
- package/dist/contracts/coston2/IAgentVaultsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IAssetManager.d.ts +6132 -332
- package/dist/contracts/coston2/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IAssetManager.js +617 -0
- package/dist/contracts/coston2/IAssetManager.js.map +1 -1
- package/dist/contracts/coston2/IAssetManagerController.d.ts +1 -1
- package/dist/contracts/coston2/IAssetManagerController.d.ts.map +1 -1
- package/dist/contracts/coston2/IBalanceDecreasingTransactionVerification.d.ts +1 -1
- package/dist/contracts/coston2/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/ICChainStake.d.ts +1 -1
- package/dist/contracts/coston2/ICChainStake.d.ts.map +1 -1
- package/dist/contracts/coston2/ICChainVotePower.d.ts +1 -1
- package/dist/contracts/coston2/ICChainVotePower.d.ts.map +1 -1
- package/dist/contracts/coston2/IClaimSetupManager.d.ts +1 -1
- package/dist/contracts/coston2/IClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
- package/dist/contracts/coston2/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/ICoreVaultClient.d.ts +650 -30
- package/dist/contracts/coston2/ICoreVaultClient.d.ts.map +1 -1
- package/dist/contracts/coston2/ICoreVaultClient.js +64 -0
- package/dist/contracts/coston2/ICoreVaultClient.js.map +1 -1
- package/dist/contracts/coston2/ICoreVaultClientSettings.d.ts +41 -1
- package/dist/contracts/coston2/ICoreVaultClientSettings.d.ts.map +1 -1
- package/dist/contracts/coston2/ICoreVaultClientSettings.js +7 -0
- package/dist/contracts/coston2/ICoreVaultClientSettings.js.map +1 -1
- package/dist/contracts/coston2/IDiamondLoupe.d.ts +1 -1
- package/dist/contracts/coston2/IDiamondLoupe.d.ts.map +1 -1
- package/dist/contracts/coston2/IDirectMinting.d.ts +1498 -0
- package/dist/contracts/coston2/IDirectMinting.d.ts.map +1 -0
- package/dist/contracts/coston2/IDirectMinting.js +174 -0
- package/dist/contracts/coston2/IDirectMinting.js.map +1 -0
- package/dist/contracts/coston2/IDirectMintingSettings.d.ts +1038 -0
- package/dist/contracts/coston2/IDirectMintingSettings.d.ts.map +1 -0
- package/dist/contracts/coston2/IDirectMintingSettings.js +207 -0
- package/dist/contracts/coston2/IDirectMintingSettings.js.map +1 -0
- package/dist/contracts/coston2/IDistributionToDelegators.d.ts +1 -1
- package/dist/contracts/coston2/IDistributionToDelegators.d.ts.map +1 -1
- package/dist/contracts/coston2/IERC165.d.ts +1 -1
- package/dist/contracts/coston2/IERC165.d.ts.map +1 -1
- package/dist/contracts/coston2/IERC173.d.ts +1 -1
- package/dist/contracts/coston2/IERC173.d.ts.map +1 -1
- package/dist/contracts/coston2/IEVMTransactionVerification.d.ts +1 -1
- package/dist/contracts/coston2/IEVMTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/IEntityManager.d.ts +1 -1
- package/dist/contracts/coston2/IEntityManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IExecutorsFacet.d.ts +1 -1
- package/dist/contracts/coston2/IExecutorsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IFAsset.d.ts +1 -1
- package/dist/contracts/coston2/IFAsset.d.ts.map +1 -1
- package/dist/contracts/coston2/IFAssetRedeemComposer.d.ts +3138 -0
- package/dist/contracts/coston2/IFAssetRedeemComposer.d.ts.map +1 -0
- package/dist/contracts/coston2/IFAssetRedeemComposer.js +371 -0
- package/dist/contracts/coston2/IFAssetRedeemComposer.js.map +1 -0
- package/dist/contracts/coston2/IFAssetRedeemerAccount.d.ts +1623 -0
- package/dist/contracts/coston2/IFAssetRedeemerAccount.d.ts.map +1 -0
- package/dist/contracts/coston2/IFAssetRedeemerAccount.js +197 -0
- package/dist/contracts/coston2/IFAssetRedeemerAccount.js.map +1 -0
- package/dist/contracts/coston2/IFastUpdateIncentiveManager.d.ts +1 -1
- package/dist/contracts/coston2/IFastUpdateIncentiveManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IFastUpdater.d.ts +1 -1
- package/dist/contracts/coston2/IFastUpdater.d.ts.map +1 -1
- package/dist/contracts/coston2/IFastUpdatesConfiguration.d.ts +1 -1
- package/dist/contracts/coston2/IFastUpdatesConfiguration.d.ts.map +1 -1
- package/dist/contracts/coston2/IFdcHub.d.ts +1 -1
- package/dist/contracts/coston2/IFdcHub.d.ts.map +1 -1
- package/dist/contracts/coston2/IFdcInflationConfigurations.d.ts +1 -1
- package/dist/contracts/coston2/IFdcInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/coston2/IFdcRequestFeeConfigurations.d.ts +1 -1
- package/dist/contracts/coston2/IFdcRequestFeeConfigurations.d.ts.map +1 -1
- package/dist/contracts/coston2/IFdcVerification.d.ts +441 -1
- package/dist/contracts/coston2/IFdcVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/IFdcVerification.js +112 -0
- package/dist/contracts/coston2/IFdcVerification.js.map +1 -1
- package/dist/contracts/coston2/IFeeCalculator.d.ts +1 -1
- package/dist/contracts/coston2/IFeeCalculator.d.ts.map +1 -1
- package/dist/contracts/coston2/IFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IFlareContractRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IFlareContractRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IFlareDaemonize.d.ts +1 -1
- package/dist/contracts/coston2/IFlareDaemonize.d.ts.map +1 -1
- package/dist/contracts/coston2/IFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/coston2/IFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/coston2/IFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/coston2/IFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtso.d.ts +1 -1
- package/dist/contracts/coston2/IFtso.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoFeedDecimals.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoFeedDecimals.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoFeedIdConverter.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoFeedIdConverter.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoInflationConfigurations.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoManager.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoManagerGenesis.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoManagerGenesis.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoRegistryGenesis.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoRegistryGenesis.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IFtsoRewardOffersManager.d.ts +1 -1
- package/dist/contracts/coston2/IFtsoRewardOffersManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IGenericRewardManager.d.ts +1 -1
- package/dist/contracts/coston2/IGenericRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IGovernanceSettings.d.ts +1 -1
- package/dist/contracts/coston2/IGovernanceSettings.d.ts.map +1 -1
- package/dist/contracts/coston2/IGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/coston2/IGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/coston2/IGovernor.d.ts +1 -1
- package/dist/contracts/coston2/IGovernor.d.ts.map +1 -1
- package/dist/contracts/coston2/IIAddressUpdater.d.ts +1 -1
- package/dist/contracts/coston2/IIAddressUpdater.d.ts.map +1 -1
- package/dist/contracts/coston2/IIClaimSetupManager.d.ts +1 -1
- package/dist/contracts/coston2/IIClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IICleanable.d.ts +1 -1
- package/dist/contracts/coston2/IICleanable.d.ts.map +1 -1
- package/dist/contracts/coston2/IICombinedNatBalance.d.ts +1 -1
- package/dist/contracts/coston2/IICombinedNatBalance.d.ts.map +1 -1
- package/dist/contracts/coston2/IICustomFeed.d.ts +1 -1
- package/dist/contracts/coston2/IICustomFeed.d.ts.map +1 -1
- package/dist/contracts/coston2/IIERC20WithMetadata.d.ts +1 -1
- package/dist/contracts/coston2/IIERC20WithMetadata.d.ts.map +1 -1
- package/dist/contracts/coston2/IIEntityManager.d.ts +1 -1
- package/dist/contracts/coston2/IIEntityManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFastUpdaterView.d.ts +1 -1
- package/dist/contracts/coston2/IIFastUpdaterView.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IIFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFlareAssetRegistryProvider.d.ts +1 -1
- package/dist/contracts/coston2/IIFlareAssetRegistryProvider.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/coston2/IIFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/coston2/IIFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFtso.d.ts +1 -1
- package/dist/contracts/coston2/IIFtso.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/coston2/IIFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFtsoManager.d.ts +1 -1
- package/dist/contracts/coston2/IIFtsoManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFtsoManagerProxy.d.ts +1 -1
- package/dist/contracts/coston2/IIFtsoManagerProxy.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFtsoManagerV1.d.ts +1 -1
- package/dist/contracts/coston2/IIFtsoManagerV1.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFtsoRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IIFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IIFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/coston2/IIFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IIGenericRewardManager.d.ts +1 -1
- package/dist/contracts/coston2/IIGenericRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IIGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/coston2/IIGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/coston2/IIGovernorProposer.d.ts +1 -1
- package/dist/contracts/coston2/IIGovernorProposer.d.ts.map +1 -1
- package/dist/contracts/coston2/IIIncentivePoolReceiver.d.ts +1 -1
- package/dist/contracts/coston2/IIIncentivePoolReceiver.d.ts.map +1 -1
- package/dist/contracts/coston2/IIInflationReceiver.d.ts +1 -1
- package/dist/contracts/coston2/IIInflationReceiver.d.ts.map +1 -1
- package/dist/contracts/coston2/IIInflationReceiverV1.d.ts +1 -1
- package/dist/contracts/coston2/IIInflationReceiverV1.d.ts.map +1 -1
- package/dist/contracts/coston2/IIInflationV1.d.ts +1 -1
- package/dist/contracts/coston2/IIInflationV1.d.ts.map +1 -1
- package/dist/contracts/coston2/IINodePossessionVerifier.d.ts +1 -1
- package/dist/contracts/coston2/IINodePossessionVerifier.d.ts.map +1 -1
- package/dist/contracts/coston2/IIPChainStakeMirrorVerifier.d.ts +1 -1
- package/dist/contracts/coston2/IIPChainStakeMirrorVerifier.d.ts.map +1 -1
- package/dist/contracts/coston2/IIPollingFoundation.d.ts +1 -1
- package/dist/contracts/coston2/IIPollingFoundation.d.ts.map +1 -1
- package/dist/contracts/coston2/IIPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/coston2/IIPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/coston2/IIPriceSubmitter.d.ts +1 -1
- package/dist/contracts/coston2/IIPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/coston2/IIPublicKeyVerifier.d.ts +1 -1
- package/dist/contracts/coston2/IIPublicKeyVerifier.d.ts.map +1 -1
- package/dist/contracts/coston2/IIRNat.d.ts +1 -1
- package/dist/contracts/coston2/IIRNat.d.ts.map +1 -1
- package/dist/contracts/coston2/IIRNatAccount.d.ts +1 -1
- package/dist/contracts/coston2/IIRNatAccount.d.ts.map +1 -1
- package/dist/contracts/coston2/IIRandomProvider.d.ts +1 -1
- package/dist/contracts/coston2/IIRandomProvider.d.ts.map +1 -1
- package/dist/contracts/coston2/IIRelay.d.ts +301 -1
- package/dist/contracts/coston2/IIRelay.d.ts.map +1 -1
- package/dist/contracts/coston2/IIRelay.js +26 -0
- package/dist/contracts/coston2/IIRelay.js.map +1 -1
- package/dist/contracts/coston2/IIRewardManager.d.ts +1 -1
- package/dist/contracts/coston2/IIRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IISubmission.d.ts +1 -1
- package/dist/contracts/coston2/IISubmission.d.ts.map +1 -1
- package/dist/contracts/coston2/IISupply.d.ts +1 -1
- package/dist/contracts/coston2/IISupply.d.ts.map +1 -1
- package/dist/contracts/coston2/IIVPContract.d.ts +1 -1
- package/dist/contracts/coston2/IIVPContract.d.ts.map +1 -1
- package/dist/contracts/coston2/IIVPToken.d.ts +1 -1
- package/dist/contracts/coston2/IIVPToken.d.ts.map +1 -1
- package/dist/contracts/coston2/IIVoterRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IIVoterWhitelister.d.ts +1 -1
- package/dist/contracts/coston2/IIVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/coston2/IIncreaseManager.d.ts +1 -1
- package/dist/contracts/coston2/IIncreaseManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IInstructionFeesFacet.d.ts +1 -1
- package/dist/contracts/coston2/IInstructionFeesFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IInstructionsFacet.d.ts +1 -316
- package/dist/contracts/coston2/IInstructionsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IInstructionsFacet.js +0 -31
- package/dist/contracts/coston2/IInstructionsFacet.js.map +1 -1
- package/dist/contracts/coston2/IMasterAccountController.d.ts +2963 -1483
- package/dist/contracts/coston2/IMasterAccountController.d.ts.map +1 -1
- package/dist/contracts/coston2/IMasterAccountController.js +345 -150
- package/dist/contracts/coston2/IMasterAccountController.js.map +1 -1
- package/dist/contracts/coston2/IMemoInstructionsFacet.d.ts +1483 -0
- package/dist/contracts/coston2/IMemoInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/coston2/IMemoInstructionsFacet.js +184 -0
- package/dist/contracts/coston2/IMemoInstructionsFacet.js.map +1 -0
- package/dist/contracts/coston2/IMintingTagManager.d.ts +2263 -0
- package/dist/contracts/coston2/IMintingTagManager.d.ts.map +1 -0
- package/dist/contracts/coston2/IMintingTagManager.js +287 -0
- package/dist/contracts/coston2/IMintingTagManager.js.map +1 -0
- package/dist/contracts/coston2/IOwnableWithTimelock.d.ts +598 -0
- package/dist/contracts/coston2/IOwnableWithTimelock.d.ts.map +1 -0
- package/dist/contracts/coston2/IOwnableWithTimelock.js +99 -0
- package/dist/contracts/coston2/IOwnableWithTimelock.js.map +1 -0
- package/dist/contracts/coston2/IPChainStakeMirror.d.ts +1 -1
- package/dist/contracts/coston2/IPChainStakeMirror.d.ts.map +1 -1
- package/dist/contracts/coston2/IPChainStakeMirrorMultiSigVoting.d.ts +1 -1
- package/dist/contracts/coston2/IPChainStakeMirrorMultiSigVoting.d.ts.map +1 -1
- package/dist/contracts/coston2/IPChainVotePower.d.ts +1 -1
- package/dist/contracts/coston2/IPChainVotePower.d.ts.map +1 -1
- package/dist/contracts/coston2/IPauseFacet.d.ts +848 -0
- package/dist/contracts/coston2/IPauseFacet.d.ts.map +1 -0
- package/dist/contracts/coston2/IPauseFacet.js +115 -0
- package/dist/contracts/coston2/IPauseFacet.js.map +1 -0
- package/dist/contracts/coston2/IPaymentProofsFacet.d.ts +1 -1
- package/dist/contracts/coston2/IPaymentProofsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IPaymentVerification.d.ts +1 -1
- package/dist/contracts/coston2/IPaymentVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/IPersonalAccount.d.ts +25 -196
- package/dist/contracts/coston2/IPersonalAccount.d.ts.map +1 -1
- package/dist/contracts/coston2/IPersonalAccount.js +3 -40
- package/dist/contracts/coston2/IPersonalAccount.js.map +1 -1
- package/dist/contracts/coston2/IPersonalAccountsFacet.d.ts +1 -1
- package/dist/contracts/coston2/IPersonalAccountsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IPollingFtso.d.ts +1 -1
- package/dist/contracts/coston2/IPollingFtso.d.ts.map +1 -1
- package/dist/contracts/coston2/IPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/coston2/IPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/coston2/IPriceSubmitter.d.ts +1 -1
- package/dist/contracts/coston2/IPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/coston2/IRNat.d.ts +1 -1
- package/dist/contracts/coston2/IRNat.d.ts.map +1 -1
- package/dist/contracts/coston2/IRNatAccount.d.ts +1 -1
- package/dist/contracts/coston2/IRNatAccount.d.ts.map +1 -1
- package/dist/contracts/coston2/IRandomProvider.d.ts +1 -1
- package/dist/contracts/coston2/IRandomProvider.d.ts.map +1 -1
- package/dist/contracts/coston2/IReaderFacet.d.ts +422 -0
- package/dist/contracts/coston2/IReaderFacet.d.ts.map +1 -0
- package/dist/contracts/coston2/IReaderFacet.js +159 -0
- package/dist/contracts/coston2/IReaderFacet.js.map +1 -0
- package/dist/contracts/coston2/IRedeemExtended.d.ts +2288 -0
- package/dist/contracts/coston2/IRedeemExtended.d.ts.map +1 -0
- package/dist/contracts/coston2/IRedeemExtended.js +236 -0
- package/dist/contracts/coston2/IRedeemExtended.js.map +1 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts +94 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts.map +1 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.js +43 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.js.map +1 -0
- package/dist/contracts/coston2/IRedemptionTimeExtension.d.ts +1 -1
- package/dist/contracts/coston2/IRedemptionTimeExtension.d.ts.map +1 -1
- package/dist/contracts/coston2/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
- package/dist/contracts/coston2/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/IRelay.d.ts +301 -1
- package/dist/contracts/coston2/IRelay.d.ts.map +1 -1
- package/dist/contracts/coston2/IRelay.js +26 -0
- package/dist/contracts/coston2/IRelay.js.map +1 -1
- package/dist/contracts/coston2/IRewardManager.d.ts +1 -1
- package/dist/contracts/coston2/IRewardManager.d.ts.map +1 -1
- package/dist/contracts/coston2/ISubmission.d.ts +1 -1
- package/dist/contracts/coston2/ISubmission.d.ts.map +1 -1
- package/dist/contracts/coston2/ITimelockFacet.d.ts +1 -1
- package/dist/contracts/coston2/ITimelockFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/ITypeTemplateVerification.d.ts +1 -1
- package/dist/contracts/coston2/ITypeTemplateVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/IVPToken.d.ts +1 -1
- package/dist/contracts/coston2/IVPToken.d.ts.map +1 -1
- package/dist/contracts/coston2/IValidatorRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IValidatorRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IVaultsFacet.d.ts +10 -70
- package/dist/contracts/coston2/IVaultsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IVaultsFacet.js +7 -13
- package/dist/contracts/coston2/IVaultsFacet.js.map +1 -1
- package/dist/contracts/coston2/IVoterPreRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IVoterRegistry.d.ts +1 -1
- package/dist/contracts/coston2/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IVoterWhitelister.d.ts +1 -1
- package/dist/contracts/coston2/IVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/coston2/IWNatDelegationFee.d.ts +1 -1
- package/dist/contracts/coston2/IWNatDelegationFee.d.ts.map +1 -1
- package/dist/contracts/coston2/IWeb2JsonVerification.d.ts +1 -1
- package/dist/contracts/coston2/IWeb2JsonVerification.d.ts.map +1 -1
- package/dist/contracts/coston2/IXRPPayment.d.ts +2 -0
- package/dist/contracts/coston2/IXRPPayment.d.ts.map +1 -0
- package/dist/contracts/{flare/IJsonApi.js → coston2/IXRPPayment.js} +4 -4
- package/dist/contracts/coston2/IXRPPayment.js.map +1 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistence.d.ts +2 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistence.d.ts.map +1 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistence.js +7 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistence.js.map +1 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.d.ts +210 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.js +73 -0
- package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.js.map +1 -0
- package/dist/contracts/coston2/IXRPPaymentVerification.d.ts +242 -0
- package/dist/contracts/coston2/IXRPPaymentVerification.d.ts.map +1 -0
- package/dist/contracts/coston2/IXRPPaymentVerification.js +75 -0
- package/dist/contracts/coston2/IXRPPaymentVerification.js.map +1 -0
- package/dist/contracts/coston2/IXrplProviderWalletsFacet.d.ts +1 -1
- package/dist/contracts/coston2/IXrplProviderWalletsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/ProtocolsV2Interface.d.ts +1 -1
- package/dist/contracts/coston2/ProtocolsV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston2/RandomNumberV2Interface.d.ts +1 -1
- package/dist/contracts/coston2/RandomNumberV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston2/RewardsV2Interface.d.ts +1 -1
- package/dist/contracts/coston2/RewardsV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston2/TestFtsoV2Interface.d.ts +1 -1
- package/dist/contracts/coston2/TestFtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/coston2/index.d.ts +16 -4
- package/dist/contracts/coston2/index.d.ts.map +1 -1
- package/dist/contracts/coston2/index.js +16 -4
- package/dist/contracts/coston2/index.js.map +1 -1
- package/dist/contracts/flare/AggregatorV3Interface.d.ts +178 -0
- package/dist/contracts/flare/AggregatorV3Interface.d.ts.map +1 -0
- package/dist/contracts/flare/AggregatorV3Interface.js +64 -0
- package/dist/contracts/flare/AggregatorV3Interface.js.map +1 -0
- package/dist/contracts/flare/FtsoV2Interface.d.ts +1 -1
- package/dist/contracts/flare/FtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/flare/IAddressBinder.d.ts +1 -1
- package/dist/contracts/flare/IAddressBinder.d.ts.map +1 -1
- package/dist/contracts/flare/IAddressValidityVerification.d.ts +1 -1
- package/dist/contracts/flare/IAddressValidityVerification.d.ts.map +1 -1
- package/dist/contracts/flare/IAgentAlwaysAllowedMinters.d.ts +1 -1
- package/dist/contracts/flare/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
- package/dist/contracts/flare/IAgentOwnerRegistry.d.ts +1 -1
- package/dist/contracts/flare/IAgentOwnerRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IAgentVaultsFacet.d.ts +1 -1
- package/dist/contracts/flare/IAgentVaultsFacet.d.ts.map +1 -1
- package/dist/contracts/flare/IAssetManager.d.ts +6132 -332
- package/dist/contracts/flare/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/flare/IAssetManager.js +617 -0
- package/dist/contracts/flare/IAssetManager.js.map +1 -1
- package/dist/contracts/flare/IAssetManagerController.d.ts +1 -1
- package/dist/contracts/flare/IAssetManagerController.d.ts.map +1 -1
- package/dist/contracts/flare/IBalanceDecreasingTransactionVerification.d.ts +1 -1
- package/dist/contracts/flare/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/flare/ICChainStake.d.ts +1 -1
- package/dist/contracts/flare/ICChainStake.d.ts.map +1 -1
- package/dist/contracts/flare/ICChainVotePower.d.ts +1 -1
- package/dist/contracts/flare/ICChainVotePower.d.ts.map +1 -1
- package/dist/contracts/flare/IClaimSetupManager.d.ts +1 -1
- package/dist/contracts/flare/IClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/flare/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
- package/dist/contracts/flare/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
- package/dist/contracts/flare/ICoreVaultClient.d.ts +650 -30
- package/dist/contracts/flare/ICoreVaultClient.d.ts.map +1 -1
- package/dist/contracts/flare/ICoreVaultClient.js +64 -0
- package/dist/contracts/flare/ICoreVaultClient.js.map +1 -1
- package/dist/contracts/flare/ICoreVaultClientSettings.d.ts +41 -1
- package/dist/contracts/flare/ICoreVaultClientSettings.d.ts.map +1 -1
- package/dist/contracts/flare/ICoreVaultClientSettings.js +7 -0
- package/dist/contracts/flare/ICoreVaultClientSettings.js.map +1 -1
- package/dist/contracts/flare/IDiamondLoupe.d.ts +1 -1
- package/dist/contracts/flare/IDiamondLoupe.d.ts.map +1 -1
- package/dist/contracts/flare/IDirectMinting.d.ts +1498 -0
- package/dist/contracts/flare/IDirectMinting.d.ts.map +1 -0
- package/dist/contracts/flare/IDirectMinting.js +174 -0
- package/dist/contracts/flare/IDirectMinting.js.map +1 -0
- package/dist/contracts/flare/IDirectMintingSettings.d.ts +1038 -0
- package/dist/contracts/flare/IDirectMintingSettings.d.ts.map +1 -0
- package/dist/contracts/flare/IDirectMintingSettings.js +207 -0
- package/dist/contracts/flare/IDirectMintingSettings.js.map +1 -0
- package/dist/contracts/flare/IDistributionToDelegators.d.ts +1 -1
- package/dist/contracts/flare/IDistributionToDelegators.d.ts.map +1 -1
- package/dist/contracts/flare/IERC165.d.ts +1 -1
- package/dist/contracts/flare/IERC165.d.ts.map +1 -1
- package/dist/contracts/flare/IERC173.d.ts +1 -1
- package/dist/contracts/flare/IERC173.d.ts.map +1 -1
- package/dist/contracts/flare/IEVMTransactionVerification.d.ts +1 -1
- package/dist/contracts/flare/IEVMTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/flare/IEntityManager.d.ts +1 -1
- package/dist/contracts/flare/IEntityManager.d.ts.map +1 -1
- package/dist/contracts/flare/IExecutorsFacet.d.ts +1 -1
- package/dist/contracts/flare/IExecutorsFacet.d.ts.map +1 -1
- package/dist/contracts/flare/IFAsset.d.ts +1 -1
- package/dist/contracts/flare/IFAsset.d.ts.map +1 -1
- package/dist/contracts/flare/IFAssetRedeemComposer.d.ts +3138 -0
- package/dist/contracts/flare/IFAssetRedeemComposer.d.ts.map +1 -0
- package/dist/contracts/flare/IFAssetRedeemComposer.js +371 -0
- package/dist/contracts/flare/IFAssetRedeemComposer.js.map +1 -0
- package/dist/contracts/flare/IFAssetRedeemerAccount.d.ts +1623 -0
- package/dist/contracts/flare/IFAssetRedeemerAccount.d.ts.map +1 -0
- package/dist/contracts/flare/IFAssetRedeemerAccount.js +197 -0
- package/dist/contracts/flare/IFAssetRedeemerAccount.js.map +1 -0
- package/dist/contracts/flare/IFastUpdateIncentiveManager.d.ts +1 -1
- package/dist/contracts/flare/IFastUpdateIncentiveManager.d.ts.map +1 -1
- package/dist/contracts/flare/IFastUpdater.d.ts +1 -1
- package/dist/contracts/flare/IFastUpdater.d.ts.map +1 -1
- package/dist/contracts/flare/IFastUpdatesConfiguration.d.ts +1 -1
- package/dist/contracts/flare/IFastUpdatesConfiguration.d.ts.map +1 -1
- package/dist/contracts/flare/IFdcHub.d.ts +1 -1
- package/dist/contracts/flare/IFdcHub.d.ts.map +1 -1
- package/dist/contracts/flare/IFdcInflationConfigurations.d.ts +1 -1
- package/dist/contracts/flare/IFdcInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/flare/IFdcRequestFeeConfigurations.d.ts +1 -1
- package/dist/contracts/flare/IFdcRequestFeeConfigurations.d.ts.map +1 -1
- package/dist/contracts/flare/IFdcVerification.d.ts +441 -1
- package/dist/contracts/flare/IFdcVerification.d.ts.map +1 -1
- package/dist/contracts/flare/IFdcVerification.js +112 -0
- package/dist/contracts/flare/IFdcVerification.js.map +1 -1
- package/dist/contracts/flare/IFeeCalculator.d.ts +1 -1
- package/dist/contracts/flare/IFeeCalculator.d.ts.map +1 -1
- package/dist/contracts/flare/IFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/flare/IFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IFlareContractRegistry.d.ts +1 -1
- package/dist/contracts/flare/IFlareContractRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IFlareDaemonize.d.ts +1 -1
- package/dist/contracts/flare/IFlareDaemonize.d.ts.map +1 -1
- package/dist/contracts/flare/IFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/flare/IFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/flare/IFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/flare/IFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/flare/IFtso.d.ts +1 -1
- package/dist/contracts/flare/IFtso.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoFeedDecimals.d.ts +1 -1
- package/dist/contracts/flare/IFtsoFeedDecimals.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoFeedIdConverter.d.ts +1 -1
- package/dist/contracts/flare/IFtsoFeedIdConverter.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/flare/IFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoInflationConfigurations.d.ts +1 -1
- package/dist/contracts/flare/IFtsoInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoManager.d.ts +1 -1
- package/dist/contracts/flare/IFtsoManager.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoManagerGenesis.d.ts +1 -1
- package/dist/contracts/flare/IFtsoManagerGenesis.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoRegistry.d.ts +1 -1
- package/dist/contracts/flare/IFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoRegistryGenesis.d.ts +1 -1
- package/dist/contracts/flare/IFtsoRegistryGenesis.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/flare/IFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/flare/IFtsoRewardOffersManager.d.ts +1 -1
- package/dist/contracts/flare/IFtsoRewardOffersManager.d.ts.map +1 -1
- package/dist/contracts/flare/IGenericRewardManager.d.ts +1 -1
- package/dist/contracts/flare/IGenericRewardManager.d.ts.map +1 -1
- package/dist/contracts/flare/IGovernanceSettings.d.ts +1 -1
- package/dist/contracts/flare/IGovernanceSettings.d.ts.map +1 -1
- package/dist/contracts/flare/IGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/flare/IGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/flare/IGovernor.d.ts +1 -1
- package/dist/contracts/flare/IGovernor.d.ts.map +1 -1
- package/dist/contracts/flare/IIAddressUpdater.d.ts +1 -1
- package/dist/contracts/flare/IIAddressUpdater.d.ts.map +1 -1
- package/dist/contracts/flare/IIClaimSetupManager.d.ts +1 -1
- package/dist/contracts/flare/IIClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/flare/IICleanable.d.ts +1 -1
- package/dist/contracts/flare/IICleanable.d.ts.map +1 -1
- package/dist/contracts/flare/IICombinedNatBalance.d.ts +1 -1
- package/dist/contracts/flare/IICombinedNatBalance.d.ts.map +1 -1
- package/dist/contracts/flare/IICustomFeed.d.ts +1 -1
- package/dist/contracts/flare/IICustomFeed.d.ts.map +1 -1
- package/dist/contracts/flare/IIERC20WithMetadata.d.ts +1 -1
- package/dist/contracts/flare/IIERC20WithMetadata.d.ts.map +1 -1
- package/dist/contracts/flare/IIEntityManager.d.ts +1 -1
- package/dist/contracts/flare/IIEntityManager.d.ts.map +1 -1
- package/dist/contracts/flare/IIFastUpdaterView.d.ts +1 -1
- package/dist/contracts/flare/IIFastUpdaterView.d.ts.map +1 -1
- package/dist/contracts/flare/IIFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/flare/IIFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IIFlareAssetRegistryProvider.d.ts +1 -1
- package/dist/contracts/flare/IIFlareAssetRegistryProvider.d.ts.map +1 -1
- package/dist/contracts/flare/IIFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/flare/IIFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/flare/IIFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/flare/IIFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/flare/IIFtso.d.ts +1 -1
- package/dist/contracts/flare/IIFtso.d.ts.map +1 -1
- package/dist/contracts/flare/IIFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/flare/IIFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/flare/IIFtsoManager.d.ts +1 -1
- package/dist/contracts/flare/IIFtsoManager.d.ts.map +1 -1
- package/dist/contracts/flare/IIFtsoManagerProxy.d.ts +1 -1
- package/dist/contracts/flare/IIFtsoManagerProxy.d.ts.map +1 -1
- package/dist/contracts/flare/IIFtsoManagerV1.d.ts +1 -1
- package/dist/contracts/flare/IIFtsoManagerV1.d.ts.map +1 -1
- package/dist/contracts/flare/IIFtsoRegistry.d.ts +1 -1
- package/dist/contracts/flare/IIFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IIFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/flare/IIFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/flare/IIGenericRewardManager.d.ts +1 -1
- package/dist/contracts/flare/IIGenericRewardManager.d.ts.map +1 -1
- package/dist/contracts/flare/IIGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/flare/IIGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/flare/IIGovernorProposer.d.ts +1 -1
- package/dist/contracts/flare/IIGovernorProposer.d.ts.map +1 -1
- package/dist/contracts/flare/IIIncentivePoolReceiver.d.ts +1 -1
- package/dist/contracts/flare/IIIncentivePoolReceiver.d.ts.map +1 -1
- package/dist/contracts/flare/IIInflationReceiver.d.ts +1 -1
- package/dist/contracts/flare/IIInflationReceiver.d.ts.map +1 -1
- package/dist/contracts/flare/IIInflationReceiverV1.d.ts +1 -1
- package/dist/contracts/flare/IIInflationReceiverV1.d.ts.map +1 -1
- package/dist/contracts/flare/IIInflationV1.d.ts +1 -1
- package/dist/contracts/flare/IIInflationV1.d.ts.map +1 -1
- package/dist/contracts/flare/IINodePossessionVerifier.d.ts +1 -1
- package/dist/contracts/flare/IINodePossessionVerifier.d.ts.map +1 -1
- package/dist/contracts/flare/IIPChainStakeMirrorVerifier.d.ts +1 -1
- package/dist/contracts/flare/IIPChainStakeMirrorVerifier.d.ts.map +1 -1
- package/dist/contracts/flare/IIPollingFoundation.d.ts +1 -1
- package/dist/contracts/flare/IIPollingFoundation.d.ts.map +1 -1
- package/dist/contracts/flare/IIPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/flare/IIPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/flare/IIPriceSubmitter.d.ts +1 -1
- package/dist/contracts/flare/IIPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/flare/IIPublicKeyVerifier.d.ts +1 -1
- package/dist/contracts/flare/IIPublicKeyVerifier.d.ts.map +1 -1
- package/dist/contracts/flare/IIRNat.d.ts +1 -1
- package/dist/contracts/flare/IIRNat.d.ts.map +1 -1
- package/dist/contracts/flare/IIRNatAccount.d.ts +1 -1
- package/dist/contracts/flare/IIRNatAccount.d.ts.map +1 -1
- package/dist/contracts/flare/IIRandomProvider.d.ts +1 -1
- package/dist/contracts/flare/IIRandomProvider.d.ts.map +1 -1
- package/dist/contracts/flare/IIRelay.d.ts +301 -1
- package/dist/contracts/flare/IIRelay.d.ts.map +1 -1
- package/dist/contracts/flare/IIRelay.js +26 -0
- package/dist/contracts/flare/IIRelay.js.map +1 -1
- package/dist/contracts/flare/IIRewardManager.d.ts +1 -1
- package/dist/contracts/flare/IIRewardManager.d.ts.map +1 -1
- package/dist/contracts/flare/IISubmission.d.ts +1 -1
- package/dist/contracts/flare/IISubmission.d.ts.map +1 -1
- package/dist/contracts/flare/IISupply.d.ts +1 -1
- package/dist/contracts/flare/IISupply.d.ts.map +1 -1
- package/dist/contracts/flare/IIVPContract.d.ts +1 -1
- package/dist/contracts/flare/IIVPContract.d.ts.map +1 -1
- package/dist/contracts/flare/IIVPToken.d.ts +1 -1
- package/dist/contracts/flare/IIVPToken.d.ts.map +1 -1
- package/dist/contracts/flare/IIVoterRegistry.d.ts +1 -1
- package/dist/contracts/flare/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IIVoterWhitelister.d.ts +1 -1
- package/dist/contracts/flare/IIVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/flare/IIncreaseManager.d.ts +1 -1
- package/dist/contracts/flare/IIncreaseManager.d.ts.map +1 -1
- package/dist/contracts/flare/IInstructionFeesFacet.d.ts +1 -1
- package/dist/contracts/flare/IInstructionFeesFacet.d.ts.map +1 -1
- package/dist/contracts/flare/IInstructionsFacet.d.ts +1 -131
- package/dist/contracts/flare/IInstructionsFacet.d.ts.map +1 -1
- package/dist/contracts/flare/IInstructionsFacet.js +0 -10
- package/dist/contracts/flare/IInstructionsFacet.js.map +1 -1
- package/dist/contracts/flare/IMasterAccountController.d.ts +3178 -718
- package/dist/contracts/flare/IMasterAccountController.d.ts.map +1 -1
- package/dist/contracts/flare/IMasterAccountController.js +368 -56
- package/dist/contracts/flare/IMasterAccountController.js.map +1 -1
- package/dist/contracts/flare/IMemoInstructionsFacet.d.ts +1483 -0
- package/dist/contracts/flare/IMemoInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IMemoInstructionsFacet.js +184 -0
- package/dist/contracts/flare/IMemoInstructionsFacet.js.map +1 -0
- package/dist/contracts/flare/IMintingTagManager.d.ts +2263 -0
- package/dist/contracts/flare/IMintingTagManager.d.ts.map +1 -0
- package/dist/contracts/flare/IMintingTagManager.js +287 -0
- package/dist/contracts/flare/IMintingTagManager.js.map +1 -0
- package/dist/contracts/flare/IOwnableWithTimelock.d.ts +598 -0
- package/dist/contracts/flare/IOwnableWithTimelock.d.ts.map +1 -0
- package/dist/contracts/flare/IOwnableWithTimelock.js +99 -0
- package/dist/contracts/flare/IOwnableWithTimelock.js.map +1 -0
- package/dist/contracts/flare/IPChainStakeMirror.d.ts +1 -1
- package/dist/contracts/flare/IPChainStakeMirror.d.ts.map +1 -1
- package/dist/contracts/flare/IPChainStakeMirrorMultiSigVoting.d.ts +1 -1
- package/dist/contracts/flare/IPChainStakeMirrorMultiSigVoting.d.ts.map +1 -1
- package/dist/contracts/flare/IPChainVotePower.d.ts +1 -1
- package/dist/contracts/flare/IPChainVotePower.d.ts.map +1 -1
- package/dist/contracts/flare/IPauseFacet.d.ts +848 -0
- package/dist/contracts/flare/IPauseFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IPauseFacet.js +115 -0
- package/dist/contracts/flare/IPauseFacet.js.map +1 -0
- package/dist/contracts/flare/IPaymentProofsFacet.d.ts +1 -1
- package/dist/contracts/flare/IPaymentProofsFacet.d.ts.map +1 -1
- package/dist/contracts/flare/IPaymentVerification.d.ts +1 -1
- package/dist/contracts/flare/IPaymentVerification.d.ts.map +1 -1
- package/dist/contracts/flare/IPersonalAccount.d.ts +37 -76
- package/dist/contracts/flare/IPersonalAccount.d.ts.map +1 -1
- package/dist/contracts/flare/IPersonalAccount.js +8 -11
- package/dist/contracts/flare/IPersonalAccount.js.map +1 -1
- package/dist/contracts/flare/IPersonalAccountsFacet.d.ts +1 -1
- package/dist/contracts/flare/IPersonalAccountsFacet.d.ts.map +1 -1
- package/dist/contracts/flare/IPollingFtso.d.ts +1 -1
- package/dist/contracts/flare/IPollingFtso.d.ts.map +1 -1
- package/dist/contracts/flare/IPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/flare/IPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/flare/IPriceSubmitter.d.ts +1 -1
- package/dist/contracts/flare/IPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/flare/IRNat.d.ts +1 -1
- package/dist/contracts/flare/IRNat.d.ts.map +1 -1
- package/dist/contracts/flare/IRNatAccount.d.ts +1 -1
- package/dist/contracts/flare/IRNatAccount.d.ts.map +1 -1
- package/dist/contracts/flare/IRandomProvider.d.ts +1 -1
- package/dist/contracts/flare/IRandomProvider.d.ts.map +1 -1
- package/dist/contracts/flare/IReaderFacet.d.ts +422 -0
- package/dist/contracts/flare/IReaderFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IReaderFacet.js +159 -0
- package/dist/contracts/flare/IReaderFacet.js.map +1 -0
- package/dist/contracts/flare/IRedeemExtended.d.ts +2288 -0
- package/dist/contracts/flare/IRedeemExtended.d.ts.map +1 -0
- package/dist/contracts/flare/IRedeemExtended.js +236 -0
- package/dist/contracts/flare/IRedeemExtended.js.map +1 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.d.ts +94 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.d.ts.map +1 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.js +43 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.js.map +1 -0
- package/dist/contracts/flare/IRedemptionTimeExtension.d.ts +1 -1
- package/dist/contracts/flare/IRedemptionTimeExtension.d.ts.map +1 -1
- package/dist/contracts/flare/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
- package/dist/contracts/flare/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
- package/dist/contracts/flare/IRelay.d.ts +301 -1
- package/dist/contracts/flare/IRelay.d.ts.map +1 -1
- package/dist/contracts/flare/IRelay.js +26 -0
- package/dist/contracts/flare/IRelay.js.map +1 -1
- package/dist/contracts/flare/IRewardManager.d.ts +1 -1
- package/dist/contracts/flare/IRewardManager.d.ts.map +1 -1
- package/dist/contracts/flare/ISubmission.d.ts +1 -1
- package/dist/contracts/flare/ISubmission.d.ts.map +1 -1
- package/dist/contracts/flare/ITimelockFacet.d.ts +1 -1
- package/dist/contracts/flare/ITimelockFacet.d.ts.map +1 -1
- package/dist/contracts/flare/ITypeTemplateVerification.d.ts +1 -1
- package/dist/contracts/flare/ITypeTemplateVerification.d.ts.map +1 -1
- package/dist/contracts/flare/IVPToken.d.ts +1 -1
- package/dist/contracts/flare/IVPToken.d.ts.map +1 -1
- package/dist/contracts/flare/IValidatorRegistry.d.ts +1 -1
- package/dist/contracts/flare/IValidatorRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IVaultsFacet.d.ts +10 -10
- package/dist/contracts/flare/IVaultsFacet.d.ts.map +1 -1
- package/dist/contracts/flare/IVaultsFacet.js +7 -3
- package/dist/contracts/flare/IVaultsFacet.js.map +1 -1
- package/dist/contracts/flare/IVoterPreRegistry.d.ts +1 -1
- package/dist/contracts/flare/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IVoterRegistry.d.ts +1 -1
- package/dist/contracts/flare/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IVoterWhitelister.d.ts +1 -1
- package/dist/contracts/flare/IVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/flare/IWNatDelegationFee.d.ts +1 -1
- package/dist/contracts/flare/IWNatDelegationFee.d.ts.map +1 -1
- package/dist/contracts/flare/IWeb2JsonVerification.d.ts +1 -1
- package/dist/contracts/flare/IWeb2JsonVerification.d.ts.map +1 -1
- package/dist/contracts/flare/IXRPPayment.d.ts +2 -0
- package/dist/contracts/flare/IXRPPayment.d.ts.map +1 -0
- package/dist/contracts/{coston/IJsonApi.js → flare/IXRPPayment.js} +4 -4
- package/dist/contracts/flare/IXRPPayment.js.map +1 -0
- package/dist/contracts/flare/IXRPPaymentNonexistence.d.ts +2 -0
- package/dist/contracts/flare/IXRPPaymentNonexistence.d.ts.map +1 -0
- package/dist/contracts/flare/IXRPPaymentNonexistence.js +7 -0
- package/dist/contracts/flare/IXRPPaymentNonexistence.js.map +1 -0
- package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.d.ts +210 -0
- package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
- package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.js +73 -0
- package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.js.map +1 -0
- package/dist/contracts/flare/IXRPPaymentVerification.d.ts +242 -0
- package/dist/contracts/flare/IXRPPaymentVerification.d.ts.map +1 -0
- package/dist/contracts/flare/IXRPPaymentVerification.js +75 -0
- package/dist/contracts/flare/IXRPPaymentVerification.js.map +1 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts +1 -1
- package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts.map +1 -1
- package/dist/contracts/flare/ProtocolsV2Interface.d.ts +1 -1
- package/dist/contracts/flare/ProtocolsV2Interface.d.ts.map +1 -1
- package/dist/contracts/flare/RandomNumberV2Interface.d.ts +1 -1
- package/dist/contracts/flare/RandomNumberV2Interface.d.ts.map +1 -1
- package/dist/contracts/flare/RewardsV2Interface.d.ts +1 -1
- package/dist/contracts/flare/RewardsV2Interface.d.ts.map +1 -1
- package/dist/contracts/flare/TestFtsoV2Interface.d.ts +1 -1
- package/dist/contracts/flare/TestFtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/flare/index.d.ts +16 -3
- package/dist/contracts/flare/index.d.ts.map +1 -1
- package/dist/contracts/flare/index.js +16 -3
- package/dist/contracts/flare/index.js.map +1 -1
- package/dist/contracts/songbird/AggregatorV3Interface.d.ts +178 -0
- package/dist/contracts/songbird/AggregatorV3Interface.d.ts.map +1 -0
- package/dist/contracts/songbird/AggregatorV3Interface.js +64 -0
- package/dist/contracts/songbird/AggregatorV3Interface.js.map +1 -0
- package/dist/contracts/songbird/FtsoV2Interface.d.ts +1 -1
- package/dist/contracts/songbird/FtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/songbird/IAddressValidityVerification.d.ts +1 -1
- package/dist/contracts/songbird/IAddressValidityVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/IAgentAlwaysAllowedMinters.d.ts +1 -1
- package/dist/contracts/songbird/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
- package/dist/contracts/songbird/IAgentOwnerRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IAgentOwnerRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IAgentVaultsFacet.d.ts +298 -0
- package/dist/contracts/songbird/IAgentVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IAgentVaultsFacet.js +76 -0
- package/dist/contracts/songbird/IAgentVaultsFacet.js.map +1 -0
- package/dist/contracts/songbird/IAssetManager.d.ts +6132 -332
- package/dist/contracts/songbird/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IAssetManager.js +617 -0
- package/dist/contracts/songbird/IAssetManager.js.map +1 -1
- package/dist/contracts/songbird/IAssetManagerController.d.ts +1 -1
- package/dist/contracts/songbird/IAssetManagerController.d.ts.map +1 -1
- package/dist/contracts/songbird/IBalanceDecreasingTransactionVerification.d.ts +1 -1
- package/dist/contracts/songbird/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/ICChainStake.d.ts +1 -1
- package/dist/contracts/songbird/ICChainStake.d.ts.map +1 -1
- package/dist/contracts/songbird/ICChainVotePower.d.ts +1 -1
- package/dist/contracts/songbird/ICChainVotePower.d.ts.map +1 -1
- package/dist/contracts/songbird/IClaimSetupManager.d.ts +1 -1
- package/dist/contracts/songbird/IClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
- package/dist/contracts/songbird/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/ICoreVaultClient.d.ts +650 -30
- package/dist/contracts/songbird/ICoreVaultClient.d.ts.map +1 -1
- package/dist/contracts/songbird/ICoreVaultClient.js +64 -0
- package/dist/contracts/songbird/ICoreVaultClient.js.map +1 -1
- package/dist/contracts/songbird/ICoreVaultClientSettings.d.ts +41 -1
- package/dist/contracts/songbird/ICoreVaultClientSettings.d.ts.map +1 -1
- package/dist/contracts/songbird/ICoreVaultClientSettings.js +7 -0
- package/dist/contracts/songbird/ICoreVaultClientSettings.js.map +1 -1
- package/dist/contracts/songbird/IDiamond.d.ts +72 -0
- package/dist/contracts/songbird/IDiamond.d.ts.map +1 -0
- package/dist/contracts/songbird/IDiamond.js +37 -0
- package/dist/contracts/songbird/IDiamond.js.map +1 -0
- package/dist/contracts/songbird/IDiamondCut.d.ts +270 -0
- package/dist/contracts/songbird/IDiamondCut.d.ts.map +1 -0
- package/dist/contracts/songbird/IDiamondCut.js +65 -0
- package/dist/contracts/songbird/IDiamondCut.js.map +1 -0
- package/dist/contracts/songbird/IDiamondLoupe.d.ts +1 -1
- package/dist/contracts/songbird/IDiamondLoupe.d.ts.map +1 -1
- package/dist/contracts/songbird/IDirectMinting.d.ts +1498 -0
- package/dist/contracts/songbird/IDirectMinting.d.ts.map +1 -0
- package/dist/contracts/songbird/IDirectMinting.js +174 -0
- package/dist/contracts/songbird/IDirectMinting.js.map +1 -0
- package/dist/contracts/songbird/IDirectMintingSettings.d.ts +1038 -0
- package/dist/contracts/songbird/IDirectMintingSettings.d.ts.map +1 -0
- package/dist/contracts/songbird/IDirectMintingSettings.js +207 -0
- package/dist/contracts/songbird/IDirectMintingSettings.js.map +1 -0
- package/dist/contracts/songbird/IERC165.d.ts +34 -0
- package/dist/contracts/songbird/IERC165.d.ts.map +1 -0
- package/dist/contracts/songbird/IERC165.js +24 -0
- package/dist/contracts/songbird/IERC165.js.map +1 -0
- package/dist/contracts/songbird/IERC173.d.ts +193 -0
- package/dist/contracts/songbird/IERC173.d.ts.map +1 -0
- package/dist/contracts/songbird/IERC173.js +52 -0
- package/dist/contracts/songbird/IERC173.js.map +1 -0
- package/dist/contracts/songbird/IEVMTransactionVerification.d.ts +1 -1
- package/dist/contracts/songbird/IEVMTransactionVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/IEntityManager.d.ts +1 -1
- package/dist/contracts/songbird/IEntityManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IExecutorsFacet.d.ts +136 -0
- package/dist/contracts/songbird/IExecutorsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IExecutorsFacet.js +45 -0
- package/dist/contracts/songbird/IExecutorsFacet.js.map +1 -0
- package/dist/contracts/songbird/IFAsset.d.ts +1 -1
- package/dist/contracts/songbird/IFAsset.d.ts.map +1 -1
- package/dist/contracts/songbird/IFAssetRedeemComposer.d.ts +3138 -0
- package/dist/contracts/songbird/IFAssetRedeemComposer.d.ts.map +1 -0
- package/dist/contracts/songbird/IFAssetRedeemComposer.js +371 -0
- package/dist/contracts/songbird/IFAssetRedeemComposer.js.map +1 -0
- package/dist/contracts/songbird/IFAssetRedeemerAccount.d.ts +1623 -0
- package/dist/contracts/songbird/IFAssetRedeemerAccount.d.ts.map +1 -0
- package/dist/contracts/songbird/IFAssetRedeemerAccount.js +197 -0
- package/dist/contracts/songbird/IFAssetRedeemerAccount.js.map +1 -0
- package/dist/contracts/songbird/IFastUpdateIncentiveManager.d.ts +1 -1
- package/dist/contracts/songbird/IFastUpdateIncentiveManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IFastUpdater.d.ts +1 -1
- package/dist/contracts/songbird/IFastUpdater.d.ts.map +1 -1
- package/dist/contracts/songbird/IFastUpdatesConfiguration.d.ts +1 -1
- package/dist/contracts/songbird/IFastUpdatesConfiguration.d.ts.map +1 -1
- package/dist/contracts/songbird/IFdcHub.d.ts +1 -1
- package/dist/contracts/songbird/IFdcHub.d.ts.map +1 -1
- package/dist/contracts/songbird/IFdcInflationConfigurations.d.ts +1 -1
- package/dist/contracts/songbird/IFdcInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/songbird/IFdcRequestFeeConfigurations.d.ts +1 -1
- package/dist/contracts/songbird/IFdcRequestFeeConfigurations.d.ts.map +1 -1
- package/dist/contracts/songbird/IFdcVerification.d.ts +441 -1
- package/dist/contracts/songbird/IFdcVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/IFdcVerification.js +112 -0
- package/dist/contracts/songbird/IFdcVerification.js.map +1 -1
- package/dist/contracts/songbird/IFeeCalculator.d.ts +1 -1
- package/dist/contracts/songbird/IFeeCalculator.d.ts.map +1 -1
- package/dist/contracts/songbird/IFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IFlareContractRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IFlareContractRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/songbird/IFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/songbird/IFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/songbird/IFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtso.d.ts +1 -1
- package/dist/contracts/songbird/IFtso.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoFeedDecimals.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoFeedDecimals.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoFeedIdConverter.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoFeedIdConverter.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoInflationConfigurations.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoInflationConfigurations.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoManager.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoManagerGenesis.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoManagerGenesis.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoRegistryGenesis.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoRegistryGenesis.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IFtsoRewardOffersManager.d.ts +1 -1
- package/dist/contracts/songbird/IFtsoRewardOffersManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IGenericRewardManager.d.ts +1 -1
- package/dist/contracts/songbird/IGenericRewardManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IGovernanceSettings.d.ts +1 -1
- package/dist/contracts/songbird/IGovernanceSettings.d.ts.map +1 -1
- package/dist/contracts/songbird/IGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/songbird/IGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/songbird/IGovernor.d.ts +1 -1
- package/dist/contracts/songbird/IGovernor.d.ts.map +1 -1
- package/dist/contracts/songbird/IIAddressUpdater.d.ts +1 -1
- package/dist/contracts/songbird/IIAddressUpdater.d.ts.map +1 -1
- package/dist/contracts/songbird/IIClaimSetupManager.d.ts +1 -1
- package/dist/contracts/songbird/IIClaimSetupManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IICleanable.d.ts +1 -1
- package/dist/contracts/songbird/IICleanable.d.ts.map +1 -1
- package/dist/contracts/songbird/IICustomFeed.d.ts +1 -1
- package/dist/contracts/songbird/IICustomFeed.d.ts.map +1 -1
- package/dist/contracts/songbird/IIERC20WithMetadata.d.ts +1 -1
- package/dist/contracts/songbird/IIERC20WithMetadata.d.ts.map +1 -1
- package/dist/contracts/songbird/IIEntityManager.d.ts +1 -1
- package/dist/contracts/songbird/IIEntityManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFastUpdaterView.d.ts +1 -1
- package/dist/contracts/songbird/IIFastUpdaterView.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFlareAssetRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IIFlareAssetRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFlareAssetRegistryProvider.d.ts +1 -1
- package/dist/contracts/songbird/IIFlareAssetRegistryProvider.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFlareSystemsCalculator.d.ts +1 -1
- package/dist/contracts/songbird/IIFlareSystemsCalculator.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFlareSystemsManager.d.ts +1 -1
- package/dist/contracts/songbird/IIFlareSystemsManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtso.d.ts +1 -1
- package/dist/contracts/songbird/IIFtso.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtsoFeedPublisher.d.ts +1 -1
- package/dist/contracts/songbird/IIFtsoFeedPublisher.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtsoManager.d.ts +1 -1
- package/dist/contracts/songbird/IIFtsoManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtsoManagerProxy.d.ts +1 -1
- package/dist/contracts/songbird/IIFtsoManagerProxy.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtsoManagerV1.d.ts +1 -1
- package/dist/contracts/songbird/IIFtsoManagerV1.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtsoRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IIFtsoRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtsoRegistryV1.d.ts +1 -1
- package/dist/contracts/songbird/IIFtsoRegistryV1.d.ts.map +1 -1
- package/dist/contracts/songbird/IIFtsoRewardManager.d.ts +1 -1
- package/dist/contracts/songbird/IIFtsoRewardManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IIGovernanceVotePower.d.ts +1 -1
- package/dist/contracts/songbird/IIGovernanceVotePower.d.ts.map +1 -1
- package/dist/contracts/songbird/IIGovernorProposer.d.ts +1 -1
- package/dist/contracts/songbird/IIGovernorProposer.d.ts.map +1 -1
- package/dist/contracts/songbird/IIInflationReceiver.d.ts +1 -1
- package/dist/contracts/songbird/IIInflationReceiver.d.ts.map +1 -1
- package/dist/contracts/songbird/IIInflationReceiverV1.d.ts +1 -1
- package/dist/contracts/songbird/IIInflationReceiverV1.d.ts.map +1 -1
- package/dist/contracts/songbird/IIInflationV1.d.ts +1 -1
- package/dist/contracts/songbird/IIInflationV1.d.ts.map +1 -1
- package/dist/contracts/songbird/IINodePossessionVerifier.d.ts +1 -1
- package/dist/contracts/songbird/IINodePossessionVerifier.d.ts.map +1 -1
- package/dist/contracts/songbird/IIPollingFoundation.d.ts +1 -1
- package/dist/contracts/songbird/IIPollingFoundation.d.ts.map +1 -1
- package/dist/contracts/songbird/IIPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/songbird/IIPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/songbird/IIPriceSubmitter.d.ts +1 -1
- package/dist/contracts/songbird/IIPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/songbird/IIPublicKeyVerifier.d.ts +1 -1
- package/dist/contracts/songbird/IIPublicKeyVerifier.d.ts.map +1 -1
- package/dist/contracts/songbird/IIRNat.d.ts +1 -1
- package/dist/contracts/songbird/IIRNat.d.ts.map +1 -1
- package/dist/contracts/songbird/IIRNatAccount.d.ts +1 -1
- package/dist/contracts/songbird/IIRNatAccount.d.ts.map +1 -1
- package/dist/contracts/songbird/IIRandomProvider.d.ts +1 -1
- package/dist/contracts/songbird/IIRandomProvider.d.ts.map +1 -1
- package/dist/contracts/songbird/IIRelay.d.ts +301 -1
- package/dist/contracts/songbird/IIRelay.d.ts.map +1 -1
- package/dist/contracts/songbird/IIRelay.js +26 -0
- package/dist/contracts/songbird/IIRelay.js.map +1 -1
- package/dist/contracts/songbird/IIRewardManager.d.ts +1 -1
- package/dist/contracts/songbird/IIRewardManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IISubmission.d.ts +1 -1
- package/dist/contracts/songbird/IISubmission.d.ts.map +1 -1
- package/dist/contracts/songbird/IISupply.d.ts +1 -1
- package/dist/contracts/songbird/IISupply.d.ts.map +1 -1
- package/dist/contracts/songbird/IITokenPool.d.ts +1 -1
- package/dist/contracts/songbird/IITokenPool.d.ts.map +1 -1
- package/dist/contracts/songbird/IIVPContract.d.ts +1 -1
- package/dist/contracts/songbird/IIVPContract.d.ts.map +1 -1
- package/dist/contracts/songbird/IIVPToken.d.ts +1 -1
- package/dist/contracts/songbird/IIVPToken.d.ts.map +1 -1
- package/dist/contracts/songbird/IIVoterRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IIVoterWhitelister.d.ts +1 -1
- package/dist/contracts/songbird/IIVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/songbird/IIncreaseManager.d.ts +1 -1
- package/dist/contracts/songbird/IIncreaseManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IInstructionFeesFacet.d.ts +247 -0
- package/dist/contracts/songbird/IInstructionFeesFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IInstructionFeesFacet.js +69 -0
- package/dist/contracts/songbird/IInstructionFeesFacet.js.map +1 -0
- package/dist/contracts/songbird/IInstructionsFacet.d.ts +3148 -0
- package/dist/contracts/songbird/IInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IInstructionsFacet.js +311 -0
- package/dist/contracts/songbird/IInstructionsFacet.js.map +1 -0
- package/dist/contracts/songbird/IMasterAccountController.d.ts +10173 -0
- package/dist/contracts/songbird/IMasterAccountController.d.ts.map +1 -0
- package/dist/contracts/songbird/IMasterAccountController.js +1114 -0
- package/dist/contracts/songbird/IMasterAccountController.js.map +1 -0
- package/dist/contracts/songbird/IMemoInstructionsFacet.d.ts +1483 -0
- package/dist/contracts/songbird/IMemoInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IMemoInstructionsFacet.js +184 -0
- package/dist/contracts/songbird/IMemoInstructionsFacet.js.map +1 -0
- package/dist/contracts/songbird/IMintingTagManager.d.ts +2263 -0
- package/dist/contracts/songbird/IMintingTagManager.d.ts.map +1 -0
- package/dist/contracts/songbird/IMintingTagManager.js +287 -0
- package/dist/contracts/songbird/IMintingTagManager.js.map +1 -0
- package/dist/contracts/songbird/IOwnableWithTimelock.d.ts +598 -0
- package/dist/contracts/songbird/IOwnableWithTimelock.d.ts.map +1 -0
- package/dist/contracts/songbird/IOwnableWithTimelock.js +99 -0
- package/dist/contracts/songbird/IOwnableWithTimelock.js.map +1 -0
- package/dist/contracts/songbird/IPauseFacet.d.ts +848 -0
- package/dist/contracts/songbird/IPauseFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IPauseFacet.js +115 -0
- package/dist/contracts/songbird/IPauseFacet.js.map +1 -0
- package/dist/contracts/songbird/IPaymentProofsFacet.d.ts +184 -0
- package/dist/contracts/songbird/IPaymentProofsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IPaymentProofsFacet.js +52 -0
- package/dist/contracts/songbird/IPaymentProofsFacet.js.map +1 -0
- package/dist/contracts/songbird/IPaymentVerification.d.ts +1 -1
- package/dist/contracts/songbird/IPaymentVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/IPersonalAccount.d.ts +928 -0
- package/dist/contracts/songbird/IPersonalAccount.d.ts.map +1 -0
- package/dist/contracts/songbird/IPersonalAccount.js +167 -0
- package/dist/contracts/songbird/IPersonalAccount.js.map +1 -0
- package/dist/contracts/songbird/IPersonalAccountsFacet.d.ts +193 -0
- package/dist/contracts/songbird/IPersonalAccountsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IPersonalAccountsFacet.js +58 -0
- package/dist/contracts/songbird/IPersonalAccountsFacet.js.map +1 -0
- package/dist/contracts/songbird/IPollingFtso.d.ts +1 -1
- package/dist/contracts/songbird/IPollingFtso.d.ts.map +1 -1
- package/dist/contracts/songbird/IPollingManagementGroup.d.ts +1 -1
- package/dist/contracts/songbird/IPollingManagementGroup.d.ts.map +1 -1
- package/dist/contracts/songbird/IPriceSubmitter.d.ts +1 -1
- package/dist/contracts/songbird/IPriceSubmitter.d.ts.map +1 -1
- package/dist/contracts/songbird/IRNat.d.ts +1 -1
- package/dist/contracts/songbird/IRNat.d.ts.map +1 -1
- package/dist/contracts/songbird/IRNatAccount.d.ts +1 -1
- package/dist/contracts/songbird/IRNatAccount.d.ts.map +1 -1
- package/dist/contracts/songbird/IRandomProvider.d.ts +1 -1
- package/dist/contracts/songbird/IRandomProvider.d.ts.map +1 -1
- package/dist/contracts/songbird/IReaderFacet.d.ts +422 -0
- package/dist/contracts/songbird/IReaderFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IReaderFacet.js +159 -0
- package/dist/contracts/songbird/IReaderFacet.js.map +1 -0
- package/dist/contracts/songbird/IRedeemExtended.d.ts +2288 -0
- package/dist/contracts/songbird/IRedeemExtended.d.ts.map +1 -0
- package/dist/contracts/songbird/IRedeemExtended.js +236 -0
- package/dist/contracts/songbird/IRedeemExtended.js.map +1 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts +94 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts.map +1 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.js +43 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.js.map +1 -0
- package/dist/contracts/songbird/IRedemptionTimeExtension.d.ts +1 -1
- package/dist/contracts/songbird/IRedemptionTimeExtension.d.ts.map +1 -1
- package/dist/contracts/songbird/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
- package/dist/contracts/songbird/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/IRelay.d.ts +301 -1
- package/dist/contracts/songbird/IRelay.d.ts.map +1 -1
- package/dist/contracts/songbird/IRelay.js +26 -0
- package/dist/contracts/songbird/IRelay.js.map +1 -1
- package/dist/contracts/songbird/IRewardManager.d.ts +1 -1
- package/dist/contracts/songbird/IRewardManager.d.ts.map +1 -1
- package/dist/contracts/songbird/ISubmission.d.ts +1 -1
- package/dist/contracts/songbird/ISubmission.d.ts.map +1 -1
- package/dist/contracts/songbird/ITimelockFacet.d.ts +498 -0
- package/dist/contracts/songbird/ITimelockFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/ITimelockFacet.js +81 -0
- package/dist/contracts/songbird/ITimelockFacet.js.map +1 -0
- package/dist/contracts/songbird/ITypeTemplateVerification.d.ts +1 -1
- package/dist/contracts/songbird/ITypeTemplateVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/IVPToken.d.ts +1 -1
- package/dist/contracts/songbird/IVPToken.d.ts.map +1 -1
- package/dist/contracts/songbird/IVaultsFacet.d.ts +280 -0
- package/dist/contracts/songbird/IVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IVaultsFacet.js +61 -0
- package/dist/contracts/songbird/IVaultsFacet.js.map +1 -0
- package/dist/contracts/songbird/IVoterPreRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IVoterRegistry.d.ts +1 -1
- package/dist/contracts/songbird/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IVoterWhitelister.d.ts +1 -1
- package/dist/contracts/songbird/IVoterWhitelister.d.ts.map +1 -1
- package/dist/contracts/songbird/IWNatDelegationFee.d.ts +1 -1
- package/dist/contracts/songbird/IWNatDelegationFee.d.ts.map +1 -1
- package/dist/contracts/songbird/IWeb2JsonVerification.d.ts +1 -1
- package/dist/contracts/songbird/IWeb2JsonVerification.d.ts.map +1 -1
- package/dist/contracts/songbird/IXRPPayment.d.ts +2 -0
- package/dist/contracts/songbird/IXRPPayment.d.ts.map +1 -0
- package/dist/contracts/songbird/{IJsonApi.js → IXRPPayment.js} +4 -4
- package/dist/contracts/songbird/IXRPPayment.js.map +1 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistence.d.ts +2 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistence.d.ts.map +1 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistence.js +7 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistence.js.map +1 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.d.ts +210 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.js +73 -0
- package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.js.map +1 -0
- package/dist/contracts/songbird/IXRPPaymentVerification.d.ts +242 -0
- package/dist/contracts/songbird/IXRPPaymentVerification.d.ts.map +1 -0
- package/dist/contracts/songbird/IXRPPaymentVerification.js +75 -0
- package/dist/contracts/songbird/IXRPPaymentVerification.js.map +1 -0
- package/dist/contracts/songbird/IXrplProviderWalletsFacet.d.ts +148 -0
- package/dist/contracts/songbird/IXrplProviderWalletsFacet.d.ts.map +1 -0
- package/dist/contracts/songbird/IXrplProviderWalletsFacet.js +54 -0
- package/dist/contracts/songbird/IXrplProviderWalletsFacet.js.map +1 -0
- package/dist/contracts/songbird/ProtocolsV2Interface.d.ts +1 -1
- package/dist/contracts/songbird/ProtocolsV2Interface.d.ts.map +1 -1
- package/dist/contracts/songbird/RandomNumberV2Interface.d.ts +1 -1
- package/dist/contracts/songbird/RandomNumberV2Interface.d.ts.map +1 -1
- package/dist/contracts/songbird/RewardsV2Interface.d.ts +1 -1
- package/dist/contracts/songbird/RewardsV2Interface.d.ts.map +1 -1
- package/dist/contracts/songbird/TestFtsoV2Interface.d.ts +1 -1
- package/dist/contracts/songbird/TestFtsoV2Interface.d.ts.map +1 -1
- package/dist/contracts/songbird/index.d.ts +31 -2
- package/dist/contracts/songbird/index.d.ts.map +1 -1
- package/dist/contracts/songbird/index.js +31 -2
- package/dist/contracts/songbird/index.js.map +1 -1
- package/package.json +4 -3
- package/dist/contracts/coston/IJsonApi.d.ts +0 -2
- package/dist/contracts/coston/IJsonApi.d.ts.map +0 -1
- package/dist/contracts/coston/IJsonApi.js.map +0 -1
- package/dist/contracts/coston/IJsonApiVerification.d.ts +0 -138
- package/dist/contracts/coston/IJsonApiVerification.d.ts.map +0 -1
- package/dist/contracts/coston/IJsonApiVerification.js +0 -60
- package/dist/contracts/coston/IJsonApiVerification.js.map +0 -1
- package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts +0 -713
- package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts.map +0 -1
- package/dist/contracts/coston2/ICustomInstructionsFacet.js +0 -123
- package/dist/contracts/coston2/ICustomInstructionsFacet.js.map +0 -1
- package/dist/contracts/coston2/IJsonApi.d.ts +0 -2
- package/dist/contracts/coston2/IJsonApi.d.ts.map +0 -1
- package/dist/contracts/coston2/IJsonApi.js.map +0 -1
- package/dist/contracts/coston2/IJsonApiVerification.d.ts +0 -138
- package/dist/contracts/coston2/IJsonApiVerification.d.ts.map +0 -1
- package/dist/contracts/coston2/IJsonApiVerification.js +0 -60
- package/dist/contracts/coston2/IJsonApiVerification.js.map +0 -1
- package/dist/contracts/coston2/ISwapFacet.d.ts +0 -763
- package/dist/contracts/coston2/ISwapFacet.d.ts.map +0 -1
- package/dist/contracts/coston2/ISwapFacet.js +0 -90
- package/dist/contracts/coston2/ISwapFacet.js.map +0 -1
- package/dist/contracts/flare/IJsonApi.d.ts +0 -2
- package/dist/contracts/flare/IJsonApi.d.ts.map +0 -1
- package/dist/contracts/flare/IJsonApi.js.map +0 -1
- package/dist/contracts/flare/IJsonApiVerification.d.ts +0 -138
- package/dist/contracts/flare/IJsonApiVerification.d.ts.map +0 -1
- package/dist/contracts/flare/IJsonApiVerification.js +0 -60
- package/dist/contracts/flare/IJsonApiVerification.js.map +0 -1
- package/dist/contracts/flare/ISwapFacet.d.ts +0 -763
- package/dist/contracts/flare/ISwapFacet.d.ts.map +0 -1
- package/dist/contracts/flare/ISwapFacet.js +0 -90
- package/dist/contracts/flare/ISwapFacet.js.map +0 -1
- package/dist/contracts/songbird/IJsonApi.d.ts +0 -2
- package/dist/contracts/songbird/IJsonApi.d.ts.map +0 -1
- package/dist/contracts/songbird/IJsonApi.js.map +0 -1
- package/dist/contracts/songbird/IJsonApiVerification.d.ts +0 -138
- package/dist/contracts/songbird/IJsonApiVerification.d.ts.map +0 -1
- package/dist/contracts/songbird/IJsonApiVerification.js +0 -60
- package/dist/contracts/songbird/IJsonApiVerification.js.map +0 -1
|
@@ -0,0 +1,3138 @@
|
|
|
1
|
+
export declare const ifAssetRedeemComposerAbi: readonly [{
|
|
2
|
+
readonly type: "error";
|
|
3
|
+
readonly inputs: readonly [{
|
|
4
|
+
readonly name: "srcEid";
|
|
5
|
+
readonly internalType: "uint32";
|
|
6
|
+
readonly type: "uint32";
|
|
7
|
+
}];
|
|
8
|
+
readonly name: "ComposerFeeNotSet";
|
|
9
|
+
}, {
|
|
10
|
+
readonly type: "error";
|
|
11
|
+
readonly inputs: readonly [{
|
|
12
|
+
readonly name: "providedFee";
|
|
13
|
+
readonly internalType: "uint256";
|
|
14
|
+
readonly type: "uint256";
|
|
15
|
+
}, {
|
|
16
|
+
readonly name: "requiredFee";
|
|
17
|
+
readonly internalType: "uint256";
|
|
18
|
+
readonly type: "uint256";
|
|
19
|
+
}];
|
|
20
|
+
readonly name: "InsufficientExecutorFee";
|
|
21
|
+
}, {
|
|
22
|
+
readonly type: "error";
|
|
23
|
+
readonly inputs: readonly [];
|
|
24
|
+
readonly name: "InvalidAddress";
|
|
25
|
+
}, {
|
|
26
|
+
readonly type: "error";
|
|
27
|
+
readonly inputs: readonly [];
|
|
28
|
+
readonly name: "InvalidComposerFeePPM";
|
|
29
|
+
}, {
|
|
30
|
+
readonly type: "error";
|
|
31
|
+
readonly inputs: readonly [];
|
|
32
|
+
readonly name: "InvalidComposerFeeRecipient";
|
|
33
|
+
}, {
|
|
34
|
+
readonly type: "error";
|
|
35
|
+
readonly inputs: readonly [];
|
|
36
|
+
readonly name: "InvalidRedeemerAccountImplementation";
|
|
37
|
+
}, {
|
|
38
|
+
readonly type: "error";
|
|
39
|
+
readonly inputs: readonly [{
|
|
40
|
+
readonly name: "from";
|
|
41
|
+
readonly internalType: "address";
|
|
42
|
+
readonly type: "address";
|
|
43
|
+
}];
|
|
44
|
+
readonly name: "InvalidSourceOApp";
|
|
45
|
+
}, {
|
|
46
|
+
readonly type: "error";
|
|
47
|
+
readonly inputs: readonly [];
|
|
48
|
+
readonly name: "LengthMismatch";
|
|
49
|
+
}, {
|
|
50
|
+
readonly type: "error";
|
|
51
|
+
readonly inputs: readonly [];
|
|
52
|
+
readonly name: "OnlyEndpoint";
|
|
53
|
+
}, {
|
|
54
|
+
readonly type: "error";
|
|
55
|
+
readonly inputs: readonly [];
|
|
56
|
+
readonly name: "TimelockDurationTooLong";
|
|
57
|
+
}, {
|
|
58
|
+
readonly type: "error";
|
|
59
|
+
readonly inputs: readonly [];
|
|
60
|
+
readonly name: "TimelockInvalidSelector";
|
|
61
|
+
}, {
|
|
62
|
+
readonly type: "error";
|
|
63
|
+
readonly inputs: readonly [];
|
|
64
|
+
readonly name: "TimelockNotAllowedYet";
|
|
65
|
+
}, {
|
|
66
|
+
readonly type: "event";
|
|
67
|
+
readonly anonymous: false;
|
|
68
|
+
readonly inputs: readonly [{
|
|
69
|
+
readonly name: "encodedCall";
|
|
70
|
+
readonly internalType: "bytes";
|
|
71
|
+
readonly type: "bytes";
|
|
72
|
+
readonly indexed: false;
|
|
73
|
+
}, {
|
|
74
|
+
readonly name: "encodedCallHash";
|
|
75
|
+
readonly internalType: "bytes32";
|
|
76
|
+
readonly type: "bytes32";
|
|
77
|
+
readonly indexed: false;
|
|
78
|
+
}, {
|
|
79
|
+
readonly name: "allowedAfterTimestamp";
|
|
80
|
+
readonly internalType: "uint256";
|
|
81
|
+
readonly type: "uint256";
|
|
82
|
+
readonly indexed: false;
|
|
83
|
+
}];
|
|
84
|
+
readonly name: "CallTimelocked";
|
|
85
|
+
}, {
|
|
86
|
+
readonly type: "event";
|
|
87
|
+
readonly anonymous: false;
|
|
88
|
+
readonly inputs: readonly [{
|
|
89
|
+
readonly name: "guid";
|
|
90
|
+
readonly internalType: "bytes32";
|
|
91
|
+
readonly type: "bytes32";
|
|
92
|
+
readonly indexed: true;
|
|
93
|
+
}, {
|
|
94
|
+
readonly name: "srcEid";
|
|
95
|
+
readonly internalType: "uint32";
|
|
96
|
+
readonly type: "uint32";
|
|
97
|
+
readonly indexed: true;
|
|
98
|
+
}, {
|
|
99
|
+
readonly name: "composerFeeRecipient";
|
|
100
|
+
readonly internalType: "address";
|
|
101
|
+
readonly type: "address";
|
|
102
|
+
readonly indexed: true;
|
|
103
|
+
}, {
|
|
104
|
+
readonly name: "composerFee";
|
|
105
|
+
readonly internalType: "uint256";
|
|
106
|
+
readonly type: "uint256";
|
|
107
|
+
readonly indexed: false;
|
|
108
|
+
}];
|
|
109
|
+
readonly name: "ComposerFeeCollected";
|
|
110
|
+
}, {
|
|
111
|
+
readonly type: "event";
|
|
112
|
+
readonly anonymous: false;
|
|
113
|
+
readonly inputs: readonly [{
|
|
114
|
+
readonly name: "composerFeeRecipient";
|
|
115
|
+
readonly internalType: "address";
|
|
116
|
+
readonly type: "address";
|
|
117
|
+
readonly indexed: true;
|
|
118
|
+
}];
|
|
119
|
+
readonly name: "ComposerFeeRecipientSet";
|
|
120
|
+
}, {
|
|
121
|
+
readonly type: "event";
|
|
122
|
+
readonly anonymous: false;
|
|
123
|
+
readonly inputs: readonly [{
|
|
124
|
+
readonly name: "srcEid";
|
|
125
|
+
readonly internalType: "uint32";
|
|
126
|
+
readonly type: "uint32";
|
|
127
|
+
readonly indexed: true;
|
|
128
|
+
}];
|
|
129
|
+
readonly name: "ComposerFeeRemoved";
|
|
130
|
+
}, {
|
|
131
|
+
readonly type: "event";
|
|
132
|
+
readonly anonymous: false;
|
|
133
|
+
readonly inputs: readonly [{
|
|
134
|
+
readonly name: "srcEid";
|
|
135
|
+
readonly internalType: "uint32";
|
|
136
|
+
readonly type: "uint32";
|
|
137
|
+
readonly indexed: true;
|
|
138
|
+
}, {
|
|
139
|
+
readonly name: "composerFeePPM";
|
|
140
|
+
readonly internalType: "uint256";
|
|
141
|
+
readonly type: "uint256";
|
|
142
|
+
readonly indexed: false;
|
|
143
|
+
}];
|
|
144
|
+
readonly name: "ComposerFeeSet";
|
|
145
|
+
}, {
|
|
146
|
+
readonly type: "event";
|
|
147
|
+
readonly anonymous: false;
|
|
148
|
+
readonly inputs: readonly [{
|
|
149
|
+
readonly name: "defaultComposerFeePPM";
|
|
150
|
+
readonly internalType: "uint256";
|
|
151
|
+
readonly type: "uint256";
|
|
152
|
+
readonly indexed: false;
|
|
153
|
+
}];
|
|
154
|
+
readonly name: "DefaultComposerFeeSet";
|
|
155
|
+
}, {
|
|
156
|
+
readonly type: "event";
|
|
157
|
+
readonly anonymous: false;
|
|
158
|
+
readonly inputs: readonly [{
|
|
159
|
+
readonly name: "executor";
|
|
160
|
+
readonly internalType: "address";
|
|
161
|
+
readonly type: "address";
|
|
162
|
+
readonly indexed: false;
|
|
163
|
+
}];
|
|
164
|
+
readonly name: "DefaultExecutorSet";
|
|
165
|
+
}, {
|
|
166
|
+
readonly type: "event";
|
|
167
|
+
readonly anonymous: false;
|
|
168
|
+
readonly inputs: readonly [{
|
|
169
|
+
readonly name: "guid";
|
|
170
|
+
readonly internalType: "bytes32";
|
|
171
|
+
readonly type: "bytes32";
|
|
172
|
+
readonly indexed: true;
|
|
173
|
+
}, {
|
|
174
|
+
readonly name: "srcEid";
|
|
175
|
+
readonly internalType: "uint32";
|
|
176
|
+
readonly type: "uint32";
|
|
177
|
+
readonly indexed: true;
|
|
178
|
+
}, {
|
|
179
|
+
readonly name: "redeemer";
|
|
180
|
+
readonly internalType: "address";
|
|
181
|
+
readonly type: "address";
|
|
182
|
+
readonly indexed: true;
|
|
183
|
+
}, {
|
|
184
|
+
readonly name: "redeemerAccount";
|
|
185
|
+
readonly internalType: "address";
|
|
186
|
+
readonly type: "address";
|
|
187
|
+
readonly indexed: false;
|
|
188
|
+
}, {
|
|
189
|
+
readonly name: "amountToRedeemUBA";
|
|
190
|
+
readonly internalType: "uint256";
|
|
191
|
+
readonly type: "uint256";
|
|
192
|
+
readonly indexed: false;
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: "wrappedAmount";
|
|
195
|
+
readonly internalType: "uint256";
|
|
196
|
+
readonly type: "uint256";
|
|
197
|
+
readonly indexed: false;
|
|
198
|
+
}];
|
|
199
|
+
readonly name: "FAssetRedeemFailed";
|
|
200
|
+
}, {
|
|
201
|
+
readonly type: "event";
|
|
202
|
+
readonly anonymous: false;
|
|
203
|
+
readonly inputs: readonly [{
|
|
204
|
+
readonly name: "guid";
|
|
205
|
+
readonly internalType: "bytes32";
|
|
206
|
+
readonly type: "bytes32";
|
|
207
|
+
readonly indexed: true;
|
|
208
|
+
}, {
|
|
209
|
+
readonly name: "srcEid";
|
|
210
|
+
readonly internalType: "uint32";
|
|
211
|
+
readonly type: "uint32";
|
|
212
|
+
readonly indexed: true;
|
|
213
|
+
}, {
|
|
214
|
+
readonly name: "redeemer";
|
|
215
|
+
readonly internalType: "address";
|
|
216
|
+
readonly type: "address";
|
|
217
|
+
readonly indexed: true;
|
|
218
|
+
}, {
|
|
219
|
+
readonly name: "redeemerAccount";
|
|
220
|
+
readonly internalType: "address";
|
|
221
|
+
readonly type: "address";
|
|
222
|
+
readonly indexed: false;
|
|
223
|
+
}, {
|
|
224
|
+
readonly name: "amountToRedeemUBA";
|
|
225
|
+
readonly internalType: "uint256";
|
|
226
|
+
readonly type: "uint256";
|
|
227
|
+
readonly indexed: false;
|
|
228
|
+
}, {
|
|
229
|
+
readonly name: "redeemerUnderlyingAddress";
|
|
230
|
+
readonly internalType: "string";
|
|
231
|
+
readonly type: "string";
|
|
232
|
+
readonly indexed: false;
|
|
233
|
+
}, {
|
|
234
|
+
readonly name: "redeemWithTag";
|
|
235
|
+
readonly internalType: "bool";
|
|
236
|
+
readonly type: "bool";
|
|
237
|
+
readonly indexed: false;
|
|
238
|
+
}, {
|
|
239
|
+
readonly name: "destinationTag";
|
|
240
|
+
readonly internalType: "uint256";
|
|
241
|
+
readonly type: "uint256";
|
|
242
|
+
readonly indexed: false;
|
|
243
|
+
}, {
|
|
244
|
+
readonly name: "executor";
|
|
245
|
+
readonly internalType: "address";
|
|
246
|
+
readonly type: "address";
|
|
247
|
+
readonly indexed: false;
|
|
248
|
+
}, {
|
|
249
|
+
readonly name: "executorFee";
|
|
250
|
+
readonly internalType: "uint256";
|
|
251
|
+
readonly type: "uint256";
|
|
252
|
+
readonly indexed: false;
|
|
253
|
+
}, {
|
|
254
|
+
readonly name: "redeemedAmountUBA";
|
|
255
|
+
readonly internalType: "uint256";
|
|
256
|
+
readonly type: "uint256";
|
|
257
|
+
readonly indexed: false;
|
|
258
|
+
}, {
|
|
259
|
+
readonly name: "wrappedAmount";
|
|
260
|
+
readonly internalType: "uint256";
|
|
261
|
+
readonly type: "uint256";
|
|
262
|
+
readonly indexed: false;
|
|
263
|
+
}];
|
|
264
|
+
readonly name: "FAssetRedeemed";
|
|
265
|
+
}, {
|
|
266
|
+
readonly type: "event";
|
|
267
|
+
readonly anonymous: false;
|
|
268
|
+
readonly inputs: readonly [{
|
|
269
|
+
readonly name: "to";
|
|
270
|
+
readonly internalType: "address";
|
|
271
|
+
readonly type: "address";
|
|
272
|
+
readonly indexed: true;
|
|
273
|
+
}, {
|
|
274
|
+
readonly name: "amount";
|
|
275
|
+
readonly internalType: "uint256";
|
|
276
|
+
readonly type: "uint256";
|
|
277
|
+
readonly indexed: false;
|
|
278
|
+
}];
|
|
279
|
+
readonly name: "FAssetTransferred";
|
|
280
|
+
}, {
|
|
281
|
+
readonly type: "event";
|
|
282
|
+
readonly anonymous: false;
|
|
283
|
+
readonly inputs: readonly [{
|
|
284
|
+
readonly name: "redeemer";
|
|
285
|
+
readonly internalType: "address";
|
|
286
|
+
readonly type: "address";
|
|
287
|
+
readonly indexed: true;
|
|
288
|
+
}, {
|
|
289
|
+
readonly name: "account";
|
|
290
|
+
readonly internalType: "address";
|
|
291
|
+
readonly type: "address";
|
|
292
|
+
readonly indexed: true;
|
|
293
|
+
}];
|
|
294
|
+
readonly name: "RedeemerAccountCreated";
|
|
295
|
+
}, {
|
|
296
|
+
readonly type: "event";
|
|
297
|
+
readonly anonymous: false;
|
|
298
|
+
readonly inputs: readonly [{
|
|
299
|
+
readonly name: "implementation";
|
|
300
|
+
readonly internalType: "address";
|
|
301
|
+
readonly type: "address";
|
|
302
|
+
readonly indexed: true;
|
|
303
|
+
}];
|
|
304
|
+
readonly name: "RedeemerAccountImplementationSet";
|
|
305
|
+
}, {
|
|
306
|
+
readonly type: "event";
|
|
307
|
+
readonly anonymous: false;
|
|
308
|
+
readonly inputs: readonly [{
|
|
309
|
+
readonly name: "timelockDurationSeconds";
|
|
310
|
+
readonly internalType: "uint256";
|
|
311
|
+
readonly type: "uint256";
|
|
312
|
+
readonly indexed: false;
|
|
313
|
+
}];
|
|
314
|
+
readonly name: "TimelockDurationSet";
|
|
315
|
+
}, {
|
|
316
|
+
readonly type: "event";
|
|
317
|
+
readonly anonymous: false;
|
|
318
|
+
readonly inputs: readonly [{
|
|
319
|
+
readonly name: "encodedCallHash";
|
|
320
|
+
readonly internalType: "bytes32";
|
|
321
|
+
readonly type: "bytes32";
|
|
322
|
+
readonly indexed: false;
|
|
323
|
+
}];
|
|
324
|
+
readonly name: "TimelockedCallCanceled";
|
|
325
|
+
}, {
|
|
326
|
+
readonly type: "event";
|
|
327
|
+
readonly anonymous: false;
|
|
328
|
+
readonly inputs: readonly [{
|
|
329
|
+
readonly name: "encodedCallHash";
|
|
330
|
+
readonly internalType: "bytes32";
|
|
331
|
+
readonly type: "bytes32";
|
|
332
|
+
readonly indexed: false;
|
|
333
|
+
}];
|
|
334
|
+
readonly name: "TimelockedCallExecuted";
|
|
335
|
+
}, {
|
|
336
|
+
readonly type: "function";
|
|
337
|
+
readonly inputs: readonly [];
|
|
338
|
+
readonly name: "assetManager";
|
|
339
|
+
readonly outputs: readonly [{
|
|
340
|
+
readonly name: "";
|
|
341
|
+
readonly internalType: "contract IAssetManager";
|
|
342
|
+
readonly type: "address";
|
|
343
|
+
}];
|
|
344
|
+
readonly stateMutability: "view";
|
|
345
|
+
}, {
|
|
346
|
+
readonly type: "function";
|
|
347
|
+
readonly inputs: readonly [{
|
|
348
|
+
readonly name: "_encodedCall";
|
|
349
|
+
readonly internalType: "bytes";
|
|
350
|
+
readonly type: "bytes";
|
|
351
|
+
}];
|
|
352
|
+
readonly name: "cancelTimelockedCall";
|
|
353
|
+
readonly outputs: readonly [];
|
|
354
|
+
readonly stateMutability: "nonpayable";
|
|
355
|
+
}, {
|
|
356
|
+
readonly type: "function";
|
|
357
|
+
readonly inputs: readonly [];
|
|
358
|
+
readonly name: "composerFeeRecipient";
|
|
359
|
+
readonly outputs: readonly [{
|
|
360
|
+
readonly name: "";
|
|
361
|
+
readonly internalType: "address";
|
|
362
|
+
readonly type: "address";
|
|
363
|
+
}];
|
|
364
|
+
readonly stateMutability: "view";
|
|
365
|
+
}, {
|
|
366
|
+
readonly type: "function";
|
|
367
|
+
readonly inputs: readonly [];
|
|
368
|
+
readonly name: "defaultComposerFeePPM";
|
|
369
|
+
readonly outputs: readonly [{
|
|
370
|
+
readonly name: "";
|
|
371
|
+
readonly internalType: "uint256";
|
|
372
|
+
readonly type: "uint256";
|
|
373
|
+
}];
|
|
374
|
+
readonly stateMutability: "view";
|
|
375
|
+
}, {
|
|
376
|
+
readonly type: "function";
|
|
377
|
+
readonly inputs: readonly [];
|
|
378
|
+
readonly name: "defaultExecutor";
|
|
379
|
+
readonly outputs: readonly [{
|
|
380
|
+
readonly name: "";
|
|
381
|
+
readonly internalType: "address payable";
|
|
382
|
+
readonly type: "address";
|
|
383
|
+
}];
|
|
384
|
+
readonly stateMutability: "view";
|
|
385
|
+
}, {
|
|
386
|
+
readonly type: "function";
|
|
387
|
+
readonly inputs: readonly [];
|
|
388
|
+
readonly name: "endpoint";
|
|
389
|
+
readonly outputs: readonly [{
|
|
390
|
+
readonly name: "";
|
|
391
|
+
readonly internalType: "address";
|
|
392
|
+
readonly type: "address";
|
|
393
|
+
}];
|
|
394
|
+
readonly stateMutability: "view";
|
|
395
|
+
}, {
|
|
396
|
+
readonly type: "function";
|
|
397
|
+
readonly inputs: readonly [{
|
|
398
|
+
readonly name: "_encodedCall";
|
|
399
|
+
readonly internalType: "bytes";
|
|
400
|
+
readonly type: "bytes";
|
|
401
|
+
}];
|
|
402
|
+
readonly name: "executeTimelockedCall";
|
|
403
|
+
readonly outputs: readonly [];
|
|
404
|
+
readonly stateMutability: "nonpayable";
|
|
405
|
+
}, {
|
|
406
|
+
readonly type: "function";
|
|
407
|
+
readonly inputs: readonly [];
|
|
408
|
+
readonly name: "fAsset";
|
|
409
|
+
readonly outputs: readonly [{
|
|
410
|
+
readonly name: "";
|
|
411
|
+
readonly internalType: "contract IERC20";
|
|
412
|
+
readonly type: "address";
|
|
413
|
+
}];
|
|
414
|
+
readonly stateMutability: "view";
|
|
415
|
+
}, {
|
|
416
|
+
readonly type: "function";
|
|
417
|
+
readonly inputs: readonly [{
|
|
418
|
+
readonly name: "_account";
|
|
419
|
+
readonly internalType: "address";
|
|
420
|
+
readonly type: "address";
|
|
421
|
+
}];
|
|
422
|
+
readonly name: "getBalances";
|
|
423
|
+
readonly outputs: readonly [{
|
|
424
|
+
readonly name: "_balances";
|
|
425
|
+
readonly internalType: "struct IFAssetRedeemComposer.AccountBalances";
|
|
426
|
+
readonly type: "tuple";
|
|
427
|
+
readonly components: readonly [{
|
|
428
|
+
readonly name: "fAsset";
|
|
429
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
430
|
+
readonly type: "tuple";
|
|
431
|
+
readonly components: readonly [{
|
|
432
|
+
readonly name: "token";
|
|
433
|
+
readonly internalType: "address";
|
|
434
|
+
readonly type: "address";
|
|
435
|
+
}, {
|
|
436
|
+
readonly name: "balance";
|
|
437
|
+
readonly internalType: "uint256";
|
|
438
|
+
readonly type: "uint256";
|
|
439
|
+
}];
|
|
440
|
+
}, {
|
|
441
|
+
readonly name: "stableCoin";
|
|
442
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
443
|
+
readonly type: "tuple";
|
|
444
|
+
readonly components: readonly [{
|
|
445
|
+
readonly name: "token";
|
|
446
|
+
readonly internalType: "address";
|
|
447
|
+
readonly type: "address";
|
|
448
|
+
}, {
|
|
449
|
+
readonly name: "balance";
|
|
450
|
+
readonly internalType: "uint256";
|
|
451
|
+
readonly type: "uint256";
|
|
452
|
+
}];
|
|
453
|
+
}, {
|
|
454
|
+
readonly name: "wNat";
|
|
455
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
456
|
+
readonly type: "tuple";
|
|
457
|
+
readonly components: readonly [{
|
|
458
|
+
readonly name: "token";
|
|
459
|
+
readonly internalType: "address";
|
|
460
|
+
readonly type: "address";
|
|
461
|
+
}, {
|
|
462
|
+
readonly name: "balance";
|
|
463
|
+
readonly internalType: "uint256";
|
|
464
|
+
readonly type: "uint256";
|
|
465
|
+
}];
|
|
466
|
+
}];
|
|
467
|
+
}];
|
|
468
|
+
readonly stateMutability: "view";
|
|
469
|
+
}, {
|
|
470
|
+
readonly type: "function";
|
|
471
|
+
readonly inputs: readonly [{
|
|
472
|
+
readonly name: "_srcEid";
|
|
473
|
+
readonly internalType: "uint32";
|
|
474
|
+
readonly type: "uint32";
|
|
475
|
+
}];
|
|
476
|
+
readonly name: "getComposerFeePPM";
|
|
477
|
+
readonly outputs: readonly [{
|
|
478
|
+
readonly name: "_composerFeePPM";
|
|
479
|
+
readonly internalType: "uint256";
|
|
480
|
+
readonly type: "uint256";
|
|
481
|
+
}];
|
|
482
|
+
readonly stateMutability: "view";
|
|
483
|
+
}, {
|
|
484
|
+
readonly type: "function";
|
|
485
|
+
readonly inputs: readonly [{
|
|
486
|
+
readonly name: "_encodedCall";
|
|
487
|
+
readonly internalType: "bytes";
|
|
488
|
+
readonly type: "bytes";
|
|
489
|
+
}];
|
|
490
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
491
|
+
readonly outputs: readonly [{
|
|
492
|
+
readonly name: "_allowedAfterTimestamp";
|
|
493
|
+
readonly internalType: "uint256";
|
|
494
|
+
readonly type: "uint256";
|
|
495
|
+
}];
|
|
496
|
+
readonly stateMutability: "view";
|
|
497
|
+
}, {
|
|
498
|
+
readonly type: "function";
|
|
499
|
+
readonly inputs: readonly [{
|
|
500
|
+
readonly name: "_redeemer";
|
|
501
|
+
readonly internalType: "address";
|
|
502
|
+
readonly type: "address";
|
|
503
|
+
}];
|
|
504
|
+
readonly name: "getRedeemerAccountAddress";
|
|
505
|
+
readonly outputs: readonly [{
|
|
506
|
+
readonly name: "";
|
|
507
|
+
readonly internalType: "address";
|
|
508
|
+
readonly type: "address";
|
|
509
|
+
}];
|
|
510
|
+
readonly stateMutability: "view";
|
|
511
|
+
}, {
|
|
512
|
+
readonly type: "function";
|
|
513
|
+
readonly inputs: readonly [];
|
|
514
|
+
readonly name: "getTimelockDurationSeconds";
|
|
515
|
+
readonly outputs: readonly [{
|
|
516
|
+
readonly name: "";
|
|
517
|
+
readonly internalType: "uint256";
|
|
518
|
+
readonly type: "uint256";
|
|
519
|
+
}];
|
|
520
|
+
readonly stateMutability: "view";
|
|
521
|
+
}, {
|
|
522
|
+
readonly type: "function";
|
|
523
|
+
readonly inputs: readonly [];
|
|
524
|
+
readonly name: "implementation";
|
|
525
|
+
readonly outputs: readonly [{
|
|
526
|
+
readonly name: "";
|
|
527
|
+
readonly internalType: "address";
|
|
528
|
+
readonly type: "address";
|
|
529
|
+
}];
|
|
530
|
+
readonly stateMutability: "view";
|
|
531
|
+
}, {
|
|
532
|
+
readonly type: "function";
|
|
533
|
+
readonly inputs: readonly [{
|
|
534
|
+
readonly name: "_address";
|
|
535
|
+
readonly internalType: "address";
|
|
536
|
+
readonly type: "address";
|
|
537
|
+
}];
|
|
538
|
+
readonly name: "isRedeemerAccount";
|
|
539
|
+
readonly outputs: readonly [{
|
|
540
|
+
readonly name: "_isRedeemerAccount";
|
|
541
|
+
readonly internalType: "bool";
|
|
542
|
+
readonly type: "bool";
|
|
543
|
+
}, {
|
|
544
|
+
readonly name: "_owner";
|
|
545
|
+
readonly internalType: "address";
|
|
546
|
+
readonly type: "address";
|
|
547
|
+
}];
|
|
548
|
+
readonly stateMutability: "view";
|
|
549
|
+
}, {
|
|
550
|
+
readonly type: "function";
|
|
551
|
+
readonly inputs: readonly [{
|
|
552
|
+
readonly name: "_from";
|
|
553
|
+
readonly internalType: "address";
|
|
554
|
+
readonly type: "address";
|
|
555
|
+
}, {
|
|
556
|
+
readonly name: "_guid";
|
|
557
|
+
readonly internalType: "bytes32";
|
|
558
|
+
readonly type: "bytes32";
|
|
559
|
+
}, {
|
|
560
|
+
readonly name: "_message";
|
|
561
|
+
readonly internalType: "bytes";
|
|
562
|
+
readonly type: "bytes";
|
|
563
|
+
}, {
|
|
564
|
+
readonly name: "_executor";
|
|
565
|
+
readonly internalType: "address";
|
|
566
|
+
readonly type: "address";
|
|
567
|
+
}, {
|
|
568
|
+
readonly name: "_extraData";
|
|
569
|
+
readonly internalType: "bytes";
|
|
570
|
+
readonly type: "bytes";
|
|
571
|
+
}];
|
|
572
|
+
readonly name: "lzCompose";
|
|
573
|
+
readonly outputs: readonly [];
|
|
574
|
+
readonly stateMutability: "payable";
|
|
575
|
+
}, {
|
|
576
|
+
readonly type: "function";
|
|
577
|
+
readonly inputs: readonly [];
|
|
578
|
+
readonly name: "redeemerAccountImplementation";
|
|
579
|
+
readonly outputs: readonly [{
|
|
580
|
+
readonly name: "";
|
|
581
|
+
readonly internalType: "address";
|
|
582
|
+
readonly type: "address";
|
|
583
|
+
}];
|
|
584
|
+
readonly stateMutability: "view";
|
|
585
|
+
}, {
|
|
586
|
+
readonly type: "function";
|
|
587
|
+
readonly inputs: readonly [{
|
|
588
|
+
readonly name: "_timelockDurationSeconds";
|
|
589
|
+
readonly internalType: "uint256";
|
|
590
|
+
readonly type: "uint256";
|
|
591
|
+
}];
|
|
592
|
+
readonly name: "setTimelockDuration";
|
|
593
|
+
readonly outputs: readonly [];
|
|
594
|
+
readonly stateMutability: "nonpayable";
|
|
595
|
+
}, {
|
|
596
|
+
readonly type: "function";
|
|
597
|
+
readonly inputs: readonly [];
|
|
598
|
+
readonly name: "stableCoin";
|
|
599
|
+
readonly outputs: readonly [{
|
|
600
|
+
readonly name: "";
|
|
601
|
+
readonly internalType: "contract IERC20";
|
|
602
|
+
readonly type: "address";
|
|
603
|
+
}];
|
|
604
|
+
readonly stateMutability: "view";
|
|
605
|
+
}, {
|
|
606
|
+
readonly type: "function";
|
|
607
|
+
readonly inputs: readonly [];
|
|
608
|
+
readonly name: "trustedSourceOApp";
|
|
609
|
+
readonly outputs: readonly [{
|
|
610
|
+
readonly name: "";
|
|
611
|
+
readonly internalType: "address";
|
|
612
|
+
readonly type: "address";
|
|
613
|
+
}];
|
|
614
|
+
readonly stateMutability: "view";
|
|
615
|
+
}, {
|
|
616
|
+
readonly type: "function";
|
|
617
|
+
readonly inputs: readonly [];
|
|
618
|
+
readonly name: "wNat";
|
|
619
|
+
readonly outputs: readonly [{
|
|
620
|
+
readonly name: "";
|
|
621
|
+
readonly internalType: "contract IERC20";
|
|
622
|
+
readonly type: "address";
|
|
623
|
+
}];
|
|
624
|
+
readonly stateMutability: "view";
|
|
625
|
+
}];
|
|
626
|
+
/**
|
|
627
|
+
* Wraps __{@link useReadContract}__ with `abi` set to __{@link ifAssetRedeemComposerAbi}__
|
|
628
|
+
*/
|
|
629
|
+
export declare const useReadIfAssetRedeemComposer: import("wagmi/codegen").CreateUseReadContractReturnType<readonly [{
|
|
630
|
+
readonly type: "error";
|
|
631
|
+
readonly inputs: readonly [{
|
|
632
|
+
readonly name: "srcEid";
|
|
633
|
+
readonly internalType: "uint32";
|
|
634
|
+
readonly type: "uint32";
|
|
635
|
+
}];
|
|
636
|
+
readonly name: "ComposerFeeNotSet";
|
|
637
|
+
}, {
|
|
638
|
+
readonly type: "error";
|
|
639
|
+
readonly inputs: readonly [{
|
|
640
|
+
readonly name: "providedFee";
|
|
641
|
+
readonly internalType: "uint256";
|
|
642
|
+
readonly type: "uint256";
|
|
643
|
+
}, {
|
|
644
|
+
readonly name: "requiredFee";
|
|
645
|
+
readonly internalType: "uint256";
|
|
646
|
+
readonly type: "uint256";
|
|
647
|
+
}];
|
|
648
|
+
readonly name: "InsufficientExecutorFee";
|
|
649
|
+
}, {
|
|
650
|
+
readonly type: "error";
|
|
651
|
+
readonly inputs: readonly [];
|
|
652
|
+
readonly name: "InvalidAddress";
|
|
653
|
+
}, {
|
|
654
|
+
readonly type: "error";
|
|
655
|
+
readonly inputs: readonly [];
|
|
656
|
+
readonly name: "InvalidComposerFeePPM";
|
|
657
|
+
}, {
|
|
658
|
+
readonly type: "error";
|
|
659
|
+
readonly inputs: readonly [];
|
|
660
|
+
readonly name: "InvalidComposerFeeRecipient";
|
|
661
|
+
}, {
|
|
662
|
+
readonly type: "error";
|
|
663
|
+
readonly inputs: readonly [];
|
|
664
|
+
readonly name: "InvalidRedeemerAccountImplementation";
|
|
665
|
+
}, {
|
|
666
|
+
readonly type: "error";
|
|
667
|
+
readonly inputs: readonly [{
|
|
668
|
+
readonly name: "from";
|
|
669
|
+
readonly internalType: "address";
|
|
670
|
+
readonly type: "address";
|
|
671
|
+
}];
|
|
672
|
+
readonly name: "InvalidSourceOApp";
|
|
673
|
+
}, {
|
|
674
|
+
readonly type: "error";
|
|
675
|
+
readonly inputs: readonly [];
|
|
676
|
+
readonly name: "LengthMismatch";
|
|
677
|
+
}, {
|
|
678
|
+
readonly type: "error";
|
|
679
|
+
readonly inputs: readonly [];
|
|
680
|
+
readonly name: "OnlyEndpoint";
|
|
681
|
+
}, {
|
|
682
|
+
readonly type: "error";
|
|
683
|
+
readonly inputs: readonly [];
|
|
684
|
+
readonly name: "TimelockDurationTooLong";
|
|
685
|
+
}, {
|
|
686
|
+
readonly type: "error";
|
|
687
|
+
readonly inputs: readonly [];
|
|
688
|
+
readonly name: "TimelockInvalidSelector";
|
|
689
|
+
}, {
|
|
690
|
+
readonly type: "error";
|
|
691
|
+
readonly inputs: readonly [];
|
|
692
|
+
readonly name: "TimelockNotAllowedYet";
|
|
693
|
+
}, {
|
|
694
|
+
readonly type: "event";
|
|
695
|
+
readonly anonymous: false;
|
|
696
|
+
readonly inputs: readonly [{
|
|
697
|
+
readonly name: "encodedCall";
|
|
698
|
+
readonly internalType: "bytes";
|
|
699
|
+
readonly type: "bytes";
|
|
700
|
+
readonly indexed: false;
|
|
701
|
+
}, {
|
|
702
|
+
readonly name: "encodedCallHash";
|
|
703
|
+
readonly internalType: "bytes32";
|
|
704
|
+
readonly type: "bytes32";
|
|
705
|
+
readonly indexed: false;
|
|
706
|
+
}, {
|
|
707
|
+
readonly name: "allowedAfterTimestamp";
|
|
708
|
+
readonly internalType: "uint256";
|
|
709
|
+
readonly type: "uint256";
|
|
710
|
+
readonly indexed: false;
|
|
711
|
+
}];
|
|
712
|
+
readonly name: "CallTimelocked";
|
|
713
|
+
}, {
|
|
714
|
+
readonly type: "event";
|
|
715
|
+
readonly anonymous: false;
|
|
716
|
+
readonly inputs: readonly [{
|
|
717
|
+
readonly name: "guid";
|
|
718
|
+
readonly internalType: "bytes32";
|
|
719
|
+
readonly type: "bytes32";
|
|
720
|
+
readonly indexed: true;
|
|
721
|
+
}, {
|
|
722
|
+
readonly name: "srcEid";
|
|
723
|
+
readonly internalType: "uint32";
|
|
724
|
+
readonly type: "uint32";
|
|
725
|
+
readonly indexed: true;
|
|
726
|
+
}, {
|
|
727
|
+
readonly name: "composerFeeRecipient";
|
|
728
|
+
readonly internalType: "address";
|
|
729
|
+
readonly type: "address";
|
|
730
|
+
readonly indexed: true;
|
|
731
|
+
}, {
|
|
732
|
+
readonly name: "composerFee";
|
|
733
|
+
readonly internalType: "uint256";
|
|
734
|
+
readonly type: "uint256";
|
|
735
|
+
readonly indexed: false;
|
|
736
|
+
}];
|
|
737
|
+
readonly name: "ComposerFeeCollected";
|
|
738
|
+
}, {
|
|
739
|
+
readonly type: "event";
|
|
740
|
+
readonly anonymous: false;
|
|
741
|
+
readonly inputs: readonly [{
|
|
742
|
+
readonly name: "composerFeeRecipient";
|
|
743
|
+
readonly internalType: "address";
|
|
744
|
+
readonly type: "address";
|
|
745
|
+
readonly indexed: true;
|
|
746
|
+
}];
|
|
747
|
+
readonly name: "ComposerFeeRecipientSet";
|
|
748
|
+
}, {
|
|
749
|
+
readonly type: "event";
|
|
750
|
+
readonly anonymous: false;
|
|
751
|
+
readonly inputs: readonly [{
|
|
752
|
+
readonly name: "srcEid";
|
|
753
|
+
readonly internalType: "uint32";
|
|
754
|
+
readonly type: "uint32";
|
|
755
|
+
readonly indexed: true;
|
|
756
|
+
}];
|
|
757
|
+
readonly name: "ComposerFeeRemoved";
|
|
758
|
+
}, {
|
|
759
|
+
readonly type: "event";
|
|
760
|
+
readonly anonymous: false;
|
|
761
|
+
readonly inputs: readonly [{
|
|
762
|
+
readonly name: "srcEid";
|
|
763
|
+
readonly internalType: "uint32";
|
|
764
|
+
readonly type: "uint32";
|
|
765
|
+
readonly indexed: true;
|
|
766
|
+
}, {
|
|
767
|
+
readonly name: "composerFeePPM";
|
|
768
|
+
readonly internalType: "uint256";
|
|
769
|
+
readonly type: "uint256";
|
|
770
|
+
readonly indexed: false;
|
|
771
|
+
}];
|
|
772
|
+
readonly name: "ComposerFeeSet";
|
|
773
|
+
}, {
|
|
774
|
+
readonly type: "event";
|
|
775
|
+
readonly anonymous: false;
|
|
776
|
+
readonly inputs: readonly [{
|
|
777
|
+
readonly name: "defaultComposerFeePPM";
|
|
778
|
+
readonly internalType: "uint256";
|
|
779
|
+
readonly type: "uint256";
|
|
780
|
+
readonly indexed: false;
|
|
781
|
+
}];
|
|
782
|
+
readonly name: "DefaultComposerFeeSet";
|
|
783
|
+
}, {
|
|
784
|
+
readonly type: "event";
|
|
785
|
+
readonly anonymous: false;
|
|
786
|
+
readonly inputs: readonly [{
|
|
787
|
+
readonly name: "executor";
|
|
788
|
+
readonly internalType: "address";
|
|
789
|
+
readonly type: "address";
|
|
790
|
+
readonly indexed: false;
|
|
791
|
+
}];
|
|
792
|
+
readonly name: "DefaultExecutorSet";
|
|
793
|
+
}, {
|
|
794
|
+
readonly type: "event";
|
|
795
|
+
readonly anonymous: false;
|
|
796
|
+
readonly inputs: readonly [{
|
|
797
|
+
readonly name: "guid";
|
|
798
|
+
readonly internalType: "bytes32";
|
|
799
|
+
readonly type: "bytes32";
|
|
800
|
+
readonly indexed: true;
|
|
801
|
+
}, {
|
|
802
|
+
readonly name: "srcEid";
|
|
803
|
+
readonly internalType: "uint32";
|
|
804
|
+
readonly type: "uint32";
|
|
805
|
+
readonly indexed: true;
|
|
806
|
+
}, {
|
|
807
|
+
readonly name: "redeemer";
|
|
808
|
+
readonly internalType: "address";
|
|
809
|
+
readonly type: "address";
|
|
810
|
+
readonly indexed: true;
|
|
811
|
+
}, {
|
|
812
|
+
readonly name: "redeemerAccount";
|
|
813
|
+
readonly internalType: "address";
|
|
814
|
+
readonly type: "address";
|
|
815
|
+
readonly indexed: false;
|
|
816
|
+
}, {
|
|
817
|
+
readonly name: "amountToRedeemUBA";
|
|
818
|
+
readonly internalType: "uint256";
|
|
819
|
+
readonly type: "uint256";
|
|
820
|
+
readonly indexed: false;
|
|
821
|
+
}, {
|
|
822
|
+
readonly name: "wrappedAmount";
|
|
823
|
+
readonly internalType: "uint256";
|
|
824
|
+
readonly type: "uint256";
|
|
825
|
+
readonly indexed: false;
|
|
826
|
+
}];
|
|
827
|
+
readonly name: "FAssetRedeemFailed";
|
|
828
|
+
}, {
|
|
829
|
+
readonly type: "event";
|
|
830
|
+
readonly anonymous: false;
|
|
831
|
+
readonly inputs: readonly [{
|
|
832
|
+
readonly name: "guid";
|
|
833
|
+
readonly internalType: "bytes32";
|
|
834
|
+
readonly type: "bytes32";
|
|
835
|
+
readonly indexed: true;
|
|
836
|
+
}, {
|
|
837
|
+
readonly name: "srcEid";
|
|
838
|
+
readonly internalType: "uint32";
|
|
839
|
+
readonly type: "uint32";
|
|
840
|
+
readonly indexed: true;
|
|
841
|
+
}, {
|
|
842
|
+
readonly name: "redeemer";
|
|
843
|
+
readonly internalType: "address";
|
|
844
|
+
readonly type: "address";
|
|
845
|
+
readonly indexed: true;
|
|
846
|
+
}, {
|
|
847
|
+
readonly name: "redeemerAccount";
|
|
848
|
+
readonly internalType: "address";
|
|
849
|
+
readonly type: "address";
|
|
850
|
+
readonly indexed: false;
|
|
851
|
+
}, {
|
|
852
|
+
readonly name: "amountToRedeemUBA";
|
|
853
|
+
readonly internalType: "uint256";
|
|
854
|
+
readonly type: "uint256";
|
|
855
|
+
readonly indexed: false;
|
|
856
|
+
}, {
|
|
857
|
+
readonly name: "redeemerUnderlyingAddress";
|
|
858
|
+
readonly internalType: "string";
|
|
859
|
+
readonly type: "string";
|
|
860
|
+
readonly indexed: false;
|
|
861
|
+
}, {
|
|
862
|
+
readonly name: "redeemWithTag";
|
|
863
|
+
readonly internalType: "bool";
|
|
864
|
+
readonly type: "bool";
|
|
865
|
+
readonly indexed: false;
|
|
866
|
+
}, {
|
|
867
|
+
readonly name: "destinationTag";
|
|
868
|
+
readonly internalType: "uint256";
|
|
869
|
+
readonly type: "uint256";
|
|
870
|
+
readonly indexed: false;
|
|
871
|
+
}, {
|
|
872
|
+
readonly name: "executor";
|
|
873
|
+
readonly internalType: "address";
|
|
874
|
+
readonly type: "address";
|
|
875
|
+
readonly indexed: false;
|
|
876
|
+
}, {
|
|
877
|
+
readonly name: "executorFee";
|
|
878
|
+
readonly internalType: "uint256";
|
|
879
|
+
readonly type: "uint256";
|
|
880
|
+
readonly indexed: false;
|
|
881
|
+
}, {
|
|
882
|
+
readonly name: "redeemedAmountUBA";
|
|
883
|
+
readonly internalType: "uint256";
|
|
884
|
+
readonly type: "uint256";
|
|
885
|
+
readonly indexed: false;
|
|
886
|
+
}, {
|
|
887
|
+
readonly name: "wrappedAmount";
|
|
888
|
+
readonly internalType: "uint256";
|
|
889
|
+
readonly type: "uint256";
|
|
890
|
+
readonly indexed: false;
|
|
891
|
+
}];
|
|
892
|
+
readonly name: "FAssetRedeemed";
|
|
893
|
+
}, {
|
|
894
|
+
readonly type: "event";
|
|
895
|
+
readonly anonymous: false;
|
|
896
|
+
readonly inputs: readonly [{
|
|
897
|
+
readonly name: "to";
|
|
898
|
+
readonly internalType: "address";
|
|
899
|
+
readonly type: "address";
|
|
900
|
+
readonly indexed: true;
|
|
901
|
+
}, {
|
|
902
|
+
readonly name: "amount";
|
|
903
|
+
readonly internalType: "uint256";
|
|
904
|
+
readonly type: "uint256";
|
|
905
|
+
readonly indexed: false;
|
|
906
|
+
}];
|
|
907
|
+
readonly name: "FAssetTransferred";
|
|
908
|
+
}, {
|
|
909
|
+
readonly type: "event";
|
|
910
|
+
readonly anonymous: false;
|
|
911
|
+
readonly inputs: readonly [{
|
|
912
|
+
readonly name: "redeemer";
|
|
913
|
+
readonly internalType: "address";
|
|
914
|
+
readonly type: "address";
|
|
915
|
+
readonly indexed: true;
|
|
916
|
+
}, {
|
|
917
|
+
readonly name: "account";
|
|
918
|
+
readonly internalType: "address";
|
|
919
|
+
readonly type: "address";
|
|
920
|
+
readonly indexed: true;
|
|
921
|
+
}];
|
|
922
|
+
readonly name: "RedeemerAccountCreated";
|
|
923
|
+
}, {
|
|
924
|
+
readonly type: "event";
|
|
925
|
+
readonly anonymous: false;
|
|
926
|
+
readonly inputs: readonly [{
|
|
927
|
+
readonly name: "implementation";
|
|
928
|
+
readonly internalType: "address";
|
|
929
|
+
readonly type: "address";
|
|
930
|
+
readonly indexed: true;
|
|
931
|
+
}];
|
|
932
|
+
readonly name: "RedeemerAccountImplementationSet";
|
|
933
|
+
}, {
|
|
934
|
+
readonly type: "event";
|
|
935
|
+
readonly anonymous: false;
|
|
936
|
+
readonly inputs: readonly [{
|
|
937
|
+
readonly name: "timelockDurationSeconds";
|
|
938
|
+
readonly internalType: "uint256";
|
|
939
|
+
readonly type: "uint256";
|
|
940
|
+
readonly indexed: false;
|
|
941
|
+
}];
|
|
942
|
+
readonly name: "TimelockDurationSet";
|
|
943
|
+
}, {
|
|
944
|
+
readonly type: "event";
|
|
945
|
+
readonly anonymous: false;
|
|
946
|
+
readonly inputs: readonly [{
|
|
947
|
+
readonly name: "encodedCallHash";
|
|
948
|
+
readonly internalType: "bytes32";
|
|
949
|
+
readonly type: "bytes32";
|
|
950
|
+
readonly indexed: false;
|
|
951
|
+
}];
|
|
952
|
+
readonly name: "TimelockedCallCanceled";
|
|
953
|
+
}, {
|
|
954
|
+
readonly type: "event";
|
|
955
|
+
readonly anonymous: false;
|
|
956
|
+
readonly inputs: readonly [{
|
|
957
|
+
readonly name: "encodedCallHash";
|
|
958
|
+
readonly internalType: "bytes32";
|
|
959
|
+
readonly type: "bytes32";
|
|
960
|
+
readonly indexed: false;
|
|
961
|
+
}];
|
|
962
|
+
readonly name: "TimelockedCallExecuted";
|
|
963
|
+
}, {
|
|
964
|
+
readonly type: "function";
|
|
965
|
+
readonly inputs: readonly [];
|
|
966
|
+
readonly name: "assetManager";
|
|
967
|
+
readonly outputs: readonly [{
|
|
968
|
+
readonly name: "";
|
|
969
|
+
readonly internalType: "contract IAssetManager";
|
|
970
|
+
readonly type: "address";
|
|
971
|
+
}];
|
|
972
|
+
readonly stateMutability: "view";
|
|
973
|
+
}, {
|
|
974
|
+
readonly type: "function";
|
|
975
|
+
readonly inputs: readonly [{
|
|
976
|
+
readonly name: "_encodedCall";
|
|
977
|
+
readonly internalType: "bytes";
|
|
978
|
+
readonly type: "bytes";
|
|
979
|
+
}];
|
|
980
|
+
readonly name: "cancelTimelockedCall";
|
|
981
|
+
readonly outputs: readonly [];
|
|
982
|
+
readonly stateMutability: "nonpayable";
|
|
983
|
+
}, {
|
|
984
|
+
readonly type: "function";
|
|
985
|
+
readonly inputs: readonly [];
|
|
986
|
+
readonly name: "composerFeeRecipient";
|
|
987
|
+
readonly outputs: readonly [{
|
|
988
|
+
readonly name: "";
|
|
989
|
+
readonly internalType: "address";
|
|
990
|
+
readonly type: "address";
|
|
991
|
+
}];
|
|
992
|
+
readonly stateMutability: "view";
|
|
993
|
+
}, {
|
|
994
|
+
readonly type: "function";
|
|
995
|
+
readonly inputs: readonly [];
|
|
996
|
+
readonly name: "defaultComposerFeePPM";
|
|
997
|
+
readonly outputs: readonly [{
|
|
998
|
+
readonly name: "";
|
|
999
|
+
readonly internalType: "uint256";
|
|
1000
|
+
readonly type: "uint256";
|
|
1001
|
+
}];
|
|
1002
|
+
readonly stateMutability: "view";
|
|
1003
|
+
}, {
|
|
1004
|
+
readonly type: "function";
|
|
1005
|
+
readonly inputs: readonly [];
|
|
1006
|
+
readonly name: "defaultExecutor";
|
|
1007
|
+
readonly outputs: readonly [{
|
|
1008
|
+
readonly name: "";
|
|
1009
|
+
readonly internalType: "address payable";
|
|
1010
|
+
readonly type: "address";
|
|
1011
|
+
}];
|
|
1012
|
+
readonly stateMutability: "view";
|
|
1013
|
+
}, {
|
|
1014
|
+
readonly type: "function";
|
|
1015
|
+
readonly inputs: readonly [];
|
|
1016
|
+
readonly name: "endpoint";
|
|
1017
|
+
readonly outputs: readonly [{
|
|
1018
|
+
readonly name: "";
|
|
1019
|
+
readonly internalType: "address";
|
|
1020
|
+
readonly type: "address";
|
|
1021
|
+
}];
|
|
1022
|
+
readonly stateMutability: "view";
|
|
1023
|
+
}, {
|
|
1024
|
+
readonly type: "function";
|
|
1025
|
+
readonly inputs: readonly [{
|
|
1026
|
+
readonly name: "_encodedCall";
|
|
1027
|
+
readonly internalType: "bytes";
|
|
1028
|
+
readonly type: "bytes";
|
|
1029
|
+
}];
|
|
1030
|
+
readonly name: "executeTimelockedCall";
|
|
1031
|
+
readonly outputs: readonly [];
|
|
1032
|
+
readonly stateMutability: "nonpayable";
|
|
1033
|
+
}, {
|
|
1034
|
+
readonly type: "function";
|
|
1035
|
+
readonly inputs: readonly [];
|
|
1036
|
+
readonly name: "fAsset";
|
|
1037
|
+
readonly outputs: readonly [{
|
|
1038
|
+
readonly name: "";
|
|
1039
|
+
readonly internalType: "contract IERC20";
|
|
1040
|
+
readonly type: "address";
|
|
1041
|
+
}];
|
|
1042
|
+
readonly stateMutability: "view";
|
|
1043
|
+
}, {
|
|
1044
|
+
readonly type: "function";
|
|
1045
|
+
readonly inputs: readonly [{
|
|
1046
|
+
readonly name: "_account";
|
|
1047
|
+
readonly internalType: "address";
|
|
1048
|
+
readonly type: "address";
|
|
1049
|
+
}];
|
|
1050
|
+
readonly name: "getBalances";
|
|
1051
|
+
readonly outputs: readonly [{
|
|
1052
|
+
readonly name: "_balances";
|
|
1053
|
+
readonly internalType: "struct IFAssetRedeemComposer.AccountBalances";
|
|
1054
|
+
readonly type: "tuple";
|
|
1055
|
+
readonly components: readonly [{
|
|
1056
|
+
readonly name: "fAsset";
|
|
1057
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
1058
|
+
readonly type: "tuple";
|
|
1059
|
+
readonly components: readonly [{
|
|
1060
|
+
readonly name: "token";
|
|
1061
|
+
readonly internalType: "address";
|
|
1062
|
+
readonly type: "address";
|
|
1063
|
+
}, {
|
|
1064
|
+
readonly name: "balance";
|
|
1065
|
+
readonly internalType: "uint256";
|
|
1066
|
+
readonly type: "uint256";
|
|
1067
|
+
}];
|
|
1068
|
+
}, {
|
|
1069
|
+
readonly name: "stableCoin";
|
|
1070
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
1071
|
+
readonly type: "tuple";
|
|
1072
|
+
readonly components: readonly [{
|
|
1073
|
+
readonly name: "token";
|
|
1074
|
+
readonly internalType: "address";
|
|
1075
|
+
readonly type: "address";
|
|
1076
|
+
}, {
|
|
1077
|
+
readonly name: "balance";
|
|
1078
|
+
readonly internalType: "uint256";
|
|
1079
|
+
readonly type: "uint256";
|
|
1080
|
+
}];
|
|
1081
|
+
}, {
|
|
1082
|
+
readonly name: "wNat";
|
|
1083
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
1084
|
+
readonly type: "tuple";
|
|
1085
|
+
readonly components: readonly [{
|
|
1086
|
+
readonly name: "token";
|
|
1087
|
+
readonly internalType: "address";
|
|
1088
|
+
readonly type: "address";
|
|
1089
|
+
}, {
|
|
1090
|
+
readonly name: "balance";
|
|
1091
|
+
readonly internalType: "uint256";
|
|
1092
|
+
readonly type: "uint256";
|
|
1093
|
+
}];
|
|
1094
|
+
}];
|
|
1095
|
+
}];
|
|
1096
|
+
readonly stateMutability: "view";
|
|
1097
|
+
}, {
|
|
1098
|
+
readonly type: "function";
|
|
1099
|
+
readonly inputs: readonly [{
|
|
1100
|
+
readonly name: "_srcEid";
|
|
1101
|
+
readonly internalType: "uint32";
|
|
1102
|
+
readonly type: "uint32";
|
|
1103
|
+
}];
|
|
1104
|
+
readonly name: "getComposerFeePPM";
|
|
1105
|
+
readonly outputs: readonly [{
|
|
1106
|
+
readonly name: "_composerFeePPM";
|
|
1107
|
+
readonly internalType: "uint256";
|
|
1108
|
+
readonly type: "uint256";
|
|
1109
|
+
}];
|
|
1110
|
+
readonly stateMutability: "view";
|
|
1111
|
+
}, {
|
|
1112
|
+
readonly type: "function";
|
|
1113
|
+
readonly inputs: readonly [{
|
|
1114
|
+
readonly name: "_encodedCall";
|
|
1115
|
+
readonly internalType: "bytes";
|
|
1116
|
+
readonly type: "bytes";
|
|
1117
|
+
}];
|
|
1118
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
1119
|
+
readonly outputs: readonly [{
|
|
1120
|
+
readonly name: "_allowedAfterTimestamp";
|
|
1121
|
+
readonly internalType: "uint256";
|
|
1122
|
+
readonly type: "uint256";
|
|
1123
|
+
}];
|
|
1124
|
+
readonly stateMutability: "view";
|
|
1125
|
+
}, {
|
|
1126
|
+
readonly type: "function";
|
|
1127
|
+
readonly inputs: readonly [{
|
|
1128
|
+
readonly name: "_redeemer";
|
|
1129
|
+
readonly internalType: "address";
|
|
1130
|
+
readonly type: "address";
|
|
1131
|
+
}];
|
|
1132
|
+
readonly name: "getRedeemerAccountAddress";
|
|
1133
|
+
readonly outputs: readonly [{
|
|
1134
|
+
readonly name: "";
|
|
1135
|
+
readonly internalType: "address";
|
|
1136
|
+
readonly type: "address";
|
|
1137
|
+
}];
|
|
1138
|
+
readonly stateMutability: "view";
|
|
1139
|
+
}, {
|
|
1140
|
+
readonly type: "function";
|
|
1141
|
+
readonly inputs: readonly [];
|
|
1142
|
+
readonly name: "getTimelockDurationSeconds";
|
|
1143
|
+
readonly outputs: readonly [{
|
|
1144
|
+
readonly name: "";
|
|
1145
|
+
readonly internalType: "uint256";
|
|
1146
|
+
readonly type: "uint256";
|
|
1147
|
+
}];
|
|
1148
|
+
readonly stateMutability: "view";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly type: "function";
|
|
1151
|
+
readonly inputs: readonly [];
|
|
1152
|
+
readonly name: "implementation";
|
|
1153
|
+
readonly outputs: readonly [{
|
|
1154
|
+
readonly name: "";
|
|
1155
|
+
readonly internalType: "address";
|
|
1156
|
+
readonly type: "address";
|
|
1157
|
+
}];
|
|
1158
|
+
readonly stateMutability: "view";
|
|
1159
|
+
}, {
|
|
1160
|
+
readonly type: "function";
|
|
1161
|
+
readonly inputs: readonly [{
|
|
1162
|
+
readonly name: "_address";
|
|
1163
|
+
readonly internalType: "address";
|
|
1164
|
+
readonly type: "address";
|
|
1165
|
+
}];
|
|
1166
|
+
readonly name: "isRedeemerAccount";
|
|
1167
|
+
readonly outputs: readonly [{
|
|
1168
|
+
readonly name: "_isRedeemerAccount";
|
|
1169
|
+
readonly internalType: "bool";
|
|
1170
|
+
readonly type: "bool";
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly name: "_owner";
|
|
1173
|
+
readonly internalType: "address";
|
|
1174
|
+
readonly type: "address";
|
|
1175
|
+
}];
|
|
1176
|
+
readonly stateMutability: "view";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly type: "function";
|
|
1179
|
+
readonly inputs: readonly [{
|
|
1180
|
+
readonly name: "_from";
|
|
1181
|
+
readonly internalType: "address";
|
|
1182
|
+
readonly type: "address";
|
|
1183
|
+
}, {
|
|
1184
|
+
readonly name: "_guid";
|
|
1185
|
+
readonly internalType: "bytes32";
|
|
1186
|
+
readonly type: "bytes32";
|
|
1187
|
+
}, {
|
|
1188
|
+
readonly name: "_message";
|
|
1189
|
+
readonly internalType: "bytes";
|
|
1190
|
+
readonly type: "bytes";
|
|
1191
|
+
}, {
|
|
1192
|
+
readonly name: "_executor";
|
|
1193
|
+
readonly internalType: "address";
|
|
1194
|
+
readonly type: "address";
|
|
1195
|
+
}, {
|
|
1196
|
+
readonly name: "_extraData";
|
|
1197
|
+
readonly internalType: "bytes";
|
|
1198
|
+
readonly type: "bytes";
|
|
1199
|
+
}];
|
|
1200
|
+
readonly name: "lzCompose";
|
|
1201
|
+
readonly outputs: readonly [];
|
|
1202
|
+
readonly stateMutability: "payable";
|
|
1203
|
+
}, {
|
|
1204
|
+
readonly type: "function";
|
|
1205
|
+
readonly inputs: readonly [];
|
|
1206
|
+
readonly name: "redeemerAccountImplementation";
|
|
1207
|
+
readonly outputs: readonly [{
|
|
1208
|
+
readonly name: "";
|
|
1209
|
+
readonly internalType: "address";
|
|
1210
|
+
readonly type: "address";
|
|
1211
|
+
}];
|
|
1212
|
+
readonly stateMutability: "view";
|
|
1213
|
+
}, {
|
|
1214
|
+
readonly type: "function";
|
|
1215
|
+
readonly inputs: readonly [{
|
|
1216
|
+
readonly name: "_timelockDurationSeconds";
|
|
1217
|
+
readonly internalType: "uint256";
|
|
1218
|
+
readonly type: "uint256";
|
|
1219
|
+
}];
|
|
1220
|
+
readonly name: "setTimelockDuration";
|
|
1221
|
+
readonly outputs: readonly [];
|
|
1222
|
+
readonly stateMutability: "nonpayable";
|
|
1223
|
+
}, {
|
|
1224
|
+
readonly type: "function";
|
|
1225
|
+
readonly inputs: readonly [];
|
|
1226
|
+
readonly name: "stableCoin";
|
|
1227
|
+
readonly outputs: readonly [{
|
|
1228
|
+
readonly name: "";
|
|
1229
|
+
readonly internalType: "contract IERC20";
|
|
1230
|
+
readonly type: "address";
|
|
1231
|
+
}];
|
|
1232
|
+
readonly stateMutability: "view";
|
|
1233
|
+
}, {
|
|
1234
|
+
readonly type: "function";
|
|
1235
|
+
readonly inputs: readonly [];
|
|
1236
|
+
readonly name: "trustedSourceOApp";
|
|
1237
|
+
readonly outputs: readonly [{
|
|
1238
|
+
readonly name: "";
|
|
1239
|
+
readonly internalType: "address";
|
|
1240
|
+
readonly type: "address";
|
|
1241
|
+
}];
|
|
1242
|
+
readonly stateMutability: "view";
|
|
1243
|
+
}, {
|
|
1244
|
+
readonly type: "function";
|
|
1245
|
+
readonly inputs: readonly [];
|
|
1246
|
+
readonly name: "wNat";
|
|
1247
|
+
readonly outputs: readonly [{
|
|
1248
|
+
readonly name: "";
|
|
1249
|
+
readonly internalType: "contract IERC20";
|
|
1250
|
+
readonly type: "address";
|
|
1251
|
+
}];
|
|
1252
|
+
readonly stateMutability: "view";
|
|
1253
|
+
}], undefined, undefined>;
|
|
1254
|
+
/**
|
|
1255
|
+
* Wraps __{@link useWriteContract}__ with `abi` set to __{@link ifAssetRedeemComposerAbi}__
|
|
1256
|
+
*/
|
|
1257
|
+
export declare const useWriteIfAssetRedeemComposer: import("wagmi/codegen").CreateUseWriteContractReturnType<readonly [{
|
|
1258
|
+
readonly type: "error";
|
|
1259
|
+
readonly inputs: readonly [{
|
|
1260
|
+
readonly name: "srcEid";
|
|
1261
|
+
readonly internalType: "uint32";
|
|
1262
|
+
readonly type: "uint32";
|
|
1263
|
+
}];
|
|
1264
|
+
readonly name: "ComposerFeeNotSet";
|
|
1265
|
+
}, {
|
|
1266
|
+
readonly type: "error";
|
|
1267
|
+
readonly inputs: readonly [{
|
|
1268
|
+
readonly name: "providedFee";
|
|
1269
|
+
readonly internalType: "uint256";
|
|
1270
|
+
readonly type: "uint256";
|
|
1271
|
+
}, {
|
|
1272
|
+
readonly name: "requiredFee";
|
|
1273
|
+
readonly internalType: "uint256";
|
|
1274
|
+
readonly type: "uint256";
|
|
1275
|
+
}];
|
|
1276
|
+
readonly name: "InsufficientExecutorFee";
|
|
1277
|
+
}, {
|
|
1278
|
+
readonly type: "error";
|
|
1279
|
+
readonly inputs: readonly [];
|
|
1280
|
+
readonly name: "InvalidAddress";
|
|
1281
|
+
}, {
|
|
1282
|
+
readonly type: "error";
|
|
1283
|
+
readonly inputs: readonly [];
|
|
1284
|
+
readonly name: "InvalidComposerFeePPM";
|
|
1285
|
+
}, {
|
|
1286
|
+
readonly type: "error";
|
|
1287
|
+
readonly inputs: readonly [];
|
|
1288
|
+
readonly name: "InvalidComposerFeeRecipient";
|
|
1289
|
+
}, {
|
|
1290
|
+
readonly type: "error";
|
|
1291
|
+
readonly inputs: readonly [];
|
|
1292
|
+
readonly name: "InvalidRedeemerAccountImplementation";
|
|
1293
|
+
}, {
|
|
1294
|
+
readonly type: "error";
|
|
1295
|
+
readonly inputs: readonly [{
|
|
1296
|
+
readonly name: "from";
|
|
1297
|
+
readonly internalType: "address";
|
|
1298
|
+
readonly type: "address";
|
|
1299
|
+
}];
|
|
1300
|
+
readonly name: "InvalidSourceOApp";
|
|
1301
|
+
}, {
|
|
1302
|
+
readonly type: "error";
|
|
1303
|
+
readonly inputs: readonly [];
|
|
1304
|
+
readonly name: "LengthMismatch";
|
|
1305
|
+
}, {
|
|
1306
|
+
readonly type: "error";
|
|
1307
|
+
readonly inputs: readonly [];
|
|
1308
|
+
readonly name: "OnlyEndpoint";
|
|
1309
|
+
}, {
|
|
1310
|
+
readonly type: "error";
|
|
1311
|
+
readonly inputs: readonly [];
|
|
1312
|
+
readonly name: "TimelockDurationTooLong";
|
|
1313
|
+
}, {
|
|
1314
|
+
readonly type: "error";
|
|
1315
|
+
readonly inputs: readonly [];
|
|
1316
|
+
readonly name: "TimelockInvalidSelector";
|
|
1317
|
+
}, {
|
|
1318
|
+
readonly type: "error";
|
|
1319
|
+
readonly inputs: readonly [];
|
|
1320
|
+
readonly name: "TimelockNotAllowedYet";
|
|
1321
|
+
}, {
|
|
1322
|
+
readonly type: "event";
|
|
1323
|
+
readonly anonymous: false;
|
|
1324
|
+
readonly inputs: readonly [{
|
|
1325
|
+
readonly name: "encodedCall";
|
|
1326
|
+
readonly internalType: "bytes";
|
|
1327
|
+
readonly type: "bytes";
|
|
1328
|
+
readonly indexed: false;
|
|
1329
|
+
}, {
|
|
1330
|
+
readonly name: "encodedCallHash";
|
|
1331
|
+
readonly internalType: "bytes32";
|
|
1332
|
+
readonly type: "bytes32";
|
|
1333
|
+
readonly indexed: false;
|
|
1334
|
+
}, {
|
|
1335
|
+
readonly name: "allowedAfterTimestamp";
|
|
1336
|
+
readonly internalType: "uint256";
|
|
1337
|
+
readonly type: "uint256";
|
|
1338
|
+
readonly indexed: false;
|
|
1339
|
+
}];
|
|
1340
|
+
readonly name: "CallTimelocked";
|
|
1341
|
+
}, {
|
|
1342
|
+
readonly type: "event";
|
|
1343
|
+
readonly anonymous: false;
|
|
1344
|
+
readonly inputs: readonly [{
|
|
1345
|
+
readonly name: "guid";
|
|
1346
|
+
readonly internalType: "bytes32";
|
|
1347
|
+
readonly type: "bytes32";
|
|
1348
|
+
readonly indexed: true;
|
|
1349
|
+
}, {
|
|
1350
|
+
readonly name: "srcEid";
|
|
1351
|
+
readonly internalType: "uint32";
|
|
1352
|
+
readonly type: "uint32";
|
|
1353
|
+
readonly indexed: true;
|
|
1354
|
+
}, {
|
|
1355
|
+
readonly name: "composerFeeRecipient";
|
|
1356
|
+
readonly internalType: "address";
|
|
1357
|
+
readonly type: "address";
|
|
1358
|
+
readonly indexed: true;
|
|
1359
|
+
}, {
|
|
1360
|
+
readonly name: "composerFee";
|
|
1361
|
+
readonly internalType: "uint256";
|
|
1362
|
+
readonly type: "uint256";
|
|
1363
|
+
readonly indexed: false;
|
|
1364
|
+
}];
|
|
1365
|
+
readonly name: "ComposerFeeCollected";
|
|
1366
|
+
}, {
|
|
1367
|
+
readonly type: "event";
|
|
1368
|
+
readonly anonymous: false;
|
|
1369
|
+
readonly inputs: readonly [{
|
|
1370
|
+
readonly name: "composerFeeRecipient";
|
|
1371
|
+
readonly internalType: "address";
|
|
1372
|
+
readonly type: "address";
|
|
1373
|
+
readonly indexed: true;
|
|
1374
|
+
}];
|
|
1375
|
+
readonly name: "ComposerFeeRecipientSet";
|
|
1376
|
+
}, {
|
|
1377
|
+
readonly type: "event";
|
|
1378
|
+
readonly anonymous: false;
|
|
1379
|
+
readonly inputs: readonly [{
|
|
1380
|
+
readonly name: "srcEid";
|
|
1381
|
+
readonly internalType: "uint32";
|
|
1382
|
+
readonly type: "uint32";
|
|
1383
|
+
readonly indexed: true;
|
|
1384
|
+
}];
|
|
1385
|
+
readonly name: "ComposerFeeRemoved";
|
|
1386
|
+
}, {
|
|
1387
|
+
readonly type: "event";
|
|
1388
|
+
readonly anonymous: false;
|
|
1389
|
+
readonly inputs: readonly [{
|
|
1390
|
+
readonly name: "srcEid";
|
|
1391
|
+
readonly internalType: "uint32";
|
|
1392
|
+
readonly type: "uint32";
|
|
1393
|
+
readonly indexed: true;
|
|
1394
|
+
}, {
|
|
1395
|
+
readonly name: "composerFeePPM";
|
|
1396
|
+
readonly internalType: "uint256";
|
|
1397
|
+
readonly type: "uint256";
|
|
1398
|
+
readonly indexed: false;
|
|
1399
|
+
}];
|
|
1400
|
+
readonly name: "ComposerFeeSet";
|
|
1401
|
+
}, {
|
|
1402
|
+
readonly type: "event";
|
|
1403
|
+
readonly anonymous: false;
|
|
1404
|
+
readonly inputs: readonly [{
|
|
1405
|
+
readonly name: "defaultComposerFeePPM";
|
|
1406
|
+
readonly internalType: "uint256";
|
|
1407
|
+
readonly type: "uint256";
|
|
1408
|
+
readonly indexed: false;
|
|
1409
|
+
}];
|
|
1410
|
+
readonly name: "DefaultComposerFeeSet";
|
|
1411
|
+
}, {
|
|
1412
|
+
readonly type: "event";
|
|
1413
|
+
readonly anonymous: false;
|
|
1414
|
+
readonly inputs: readonly [{
|
|
1415
|
+
readonly name: "executor";
|
|
1416
|
+
readonly internalType: "address";
|
|
1417
|
+
readonly type: "address";
|
|
1418
|
+
readonly indexed: false;
|
|
1419
|
+
}];
|
|
1420
|
+
readonly name: "DefaultExecutorSet";
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly type: "event";
|
|
1423
|
+
readonly anonymous: false;
|
|
1424
|
+
readonly inputs: readonly [{
|
|
1425
|
+
readonly name: "guid";
|
|
1426
|
+
readonly internalType: "bytes32";
|
|
1427
|
+
readonly type: "bytes32";
|
|
1428
|
+
readonly indexed: true;
|
|
1429
|
+
}, {
|
|
1430
|
+
readonly name: "srcEid";
|
|
1431
|
+
readonly internalType: "uint32";
|
|
1432
|
+
readonly type: "uint32";
|
|
1433
|
+
readonly indexed: true;
|
|
1434
|
+
}, {
|
|
1435
|
+
readonly name: "redeemer";
|
|
1436
|
+
readonly internalType: "address";
|
|
1437
|
+
readonly type: "address";
|
|
1438
|
+
readonly indexed: true;
|
|
1439
|
+
}, {
|
|
1440
|
+
readonly name: "redeemerAccount";
|
|
1441
|
+
readonly internalType: "address";
|
|
1442
|
+
readonly type: "address";
|
|
1443
|
+
readonly indexed: false;
|
|
1444
|
+
}, {
|
|
1445
|
+
readonly name: "amountToRedeemUBA";
|
|
1446
|
+
readonly internalType: "uint256";
|
|
1447
|
+
readonly type: "uint256";
|
|
1448
|
+
readonly indexed: false;
|
|
1449
|
+
}, {
|
|
1450
|
+
readonly name: "wrappedAmount";
|
|
1451
|
+
readonly internalType: "uint256";
|
|
1452
|
+
readonly type: "uint256";
|
|
1453
|
+
readonly indexed: false;
|
|
1454
|
+
}];
|
|
1455
|
+
readonly name: "FAssetRedeemFailed";
|
|
1456
|
+
}, {
|
|
1457
|
+
readonly type: "event";
|
|
1458
|
+
readonly anonymous: false;
|
|
1459
|
+
readonly inputs: readonly [{
|
|
1460
|
+
readonly name: "guid";
|
|
1461
|
+
readonly internalType: "bytes32";
|
|
1462
|
+
readonly type: "bytes32";
|
|
1463
|
+
readonly indexed: true;
|
|
1464
|
+
}, {
|
|
1465
|
+
readonly name: "srcEid";
|
|
1466
|
+
readonly internalType: "uint32";
|
|
1467
|
+
readonly type: "uint32";
|
|
1468
|
+
readonly indexed: true;
|
|
1469
|
+
}, {
|
|
1470
|
+
readonly name: "redeemer";
|
|
1471
|
+
readonly internalType: "address";
|
|
1472
|
+
readonly type: "address";
|
|
1473
|
+
readonly indexed: true;
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly name: "redeemerAccount";
|
|
1476
|
+
readonly internalType: "address";
|
|
1477
|
+
readonly type: "address";
|
|
1478
|
+
readonly indexed: false;
|
|
1479
|
+
}, {
|
|
1480
|
+
readonly name: "amountToRedeemUBA";
|
|
1481
|
+
readonly internalType: "uint256";
|
|
1482
|
+
readonly type: "uint256";
|
|
1483
|
+
readonly indexed: false;
|
|
1484
|
+
}, {
|
|
1485
|
+
readonly name: "redeemerUnderlyingAddress";
|
|
1486
|
+
readonly internalType: "string";
|
|
1487
|
+
readonly type: "string";
|
|
1488
|
+
readonly indexed: false;
|
|
1489
|
+
}, {
|
|
1490
|
+
readonly name: "redeemWithTag";
|
|
1491
|
+
readonly internalType: "bool";
|
|
1492
|
+
readonly type: "bool";
|
|
1493
|
+
readonly indexed: false;
|
|
1494
|
+
}, {
|
|
1495
|
+
readonly name: "destinationTag";
|
|
1496
|
+
readonly internalType: "uint256";
|
|
1497
|
+
readonly type: "uint256";
|
|
1498
|
+
readonly indexed: false;
|
|
1499
|
+
}, {
|
|
1500
|
+
readonly name: "executor";
|
|
1501
|
+
readonly internalType: "address";
|
|
1502
|
+
readonly type: "address";
|
|
1503
|
+
readonly indexed: false;
|
|
1504
|
+
}, {
|
|
1505
|
+
readonly name: "executorFee";
|
|
1506
|
+
readonly internalType: "uint256";
|
|
1507
|
+
readonly type: "uint256";
|
|
1508
|
+
readonly indexed: false;
|
|
1509
|
+
}, {
|
|
1510
|
+
readonly name: "redeemedAmountUBA";
|
|
1511
|
+
readonly internalType: "uint256";
|
|
1512
|
+
readonly type: "uint256";
|
|
1513
|
+
readonly indexed: false;
|
|
1514
|
+
}, {
|
|
1515
|
+
readonly name: "wrappedAmount";
|
|
1516
|
+
readonly internalType: "uint256";
|
|
1517
|
+
readonly type: "uint256";
|
|
1518
|
+
readonly indexed: false;
|
|
1519
|
+
}];
|
|
1520
|
+
readonly name: "FAssetRedeemed";
|
|
1521
|
+
}, {
|
|
1522
|
+
readonly type: "event";
|
|
1523
|
+
readonly anonymous: false;
|
|
1524
|
+
readonly inputs: readonly [{
|
|
1525
|
+
readonly name: "to";
|
|
1526
|
+
readonly internalType: "address";
|
|
1527
|
+
readonly type: "address";
|
|
1528
|
+
readonly indexed: true;
|
|
1529
|
+
}, {
|
|
1530
|
+
readonly name: "amount";
|
|
1531
|
+
readonly internalType: "uint256";
|
|
1532
|
+
readonly type: "uint256";
|
|
1533
|
+
readonly indexed: false;
|
|
1534
|
+
}];
|
|
1535
|
+
readonly name: "FAssetTransferred";
|
|
1536
|
+
}, {
|
|
1537
|
+
readonly type: "event";
|
|
1538
|
+
readonly anonymous: false;
|
|
1539
|
+
readonly inputs: readonly [{
|
|
1540
|
+
readonly name: "redeemer";
|
|
1541
|
+
readonly internalType: "address";
|
|
1542
|
+
readonly type: "address";
|
|
1543
|
+
readonly indexed: true;
|
|
1544
|
+
}, {
|
|
1545
|
+
readonly name: "account";
|
|
1546
|
+
readonly internalType: "address";
|
|
1547
|
+
readonly type: "address";
|
|
1548
|
+
readonly indexed: true;
|
|
1549
|
+
}];
|
|
1550
|
+
readonly name: "RedeemerAccountCreated";
|
|
1551
|
+
}, {
|
|
1552
|
+
readonly type: "event";
|
|
1553
|
+
readonly anonymous: false;
|
|
1554
|
+
readonly inputs: readonly [{
|
|
1555
|
+
readonly name: "implementation";
|
|
1556
|
+
readonly internalType: "address";
|
|
1557
|
+
readonly type: "address";
|
|
1558
|
+
readonly indexed: true;
|
|
1559
|
+
}];
|
|
1560
|
+
readonly name: "RedeemerAccountImplementationSet";
|
|
1561
|
+
}, {
|
|
1562
|
+
readonly type: "event";
|
|
1563
|
+
readonly anonymous: false;
|
|
1564
|
+
readonly inputs: readonly [{
|
|
1565
|
+
readonly name: "timelockDurationSeconds";
|
|
1566
|
+
readonly internalType: "uint256";
|
|
1567
|
+
readonly type: "uint256";
|
|
1568
|
+
readonly indexed: false;
|
|
1569
|
+
}];
|
|
1570
|
+
readonly name: "TimelockDurationSet";
|
|
1571
|
+
}, {
|
|
1572
|
+
readonly type: "event";
|
|
1573
|
+
readonly anonymous: false;
|
|
1574
|
+
readonly inputs: readonly [{
|
|
1575
|
+
readonly name: "encodedCallHash";
|
|
1576
|
+
readonly internalType: "bytes32";
|
|
1577
|
+
readonly type: "bytes32";
|
|
1578
|
+
readonly indexed: false;
|
|
1579
|
+
}];
|
|
1580
|
+
readonly name: "TimelockedCallCanceled";
|
|
1581
|
+
}, {
|
|
1582
|
+
readonly type: "event";
|
|
1583
|
+
readonly anonymous: false;
|
|
1584
|
+
readonly inputs: readonly [{
|
|
1585
|
+
readonly name: "encodedCallHash";
|
|
1586
|
+
readonly internalType: "bytes32";
|
|
1587
|
+
readonly type: "bytes32";
|
|
1588
|
+
readonly indexed: false;
|
|
1589
|
+
}];
|
|
1590
|
+
readonly name: "TimelockedCallExecuted";
|
|
1591
|
+
}, {
|
|
1592
|
+
readonly type: "function";
|
|
1593
|
+
readonly inputs: readonly [];
|
|
1594
|
+
readonly name: "assetManager";
|
|
1595
|
+
readonly outputs: readonly [{
|
|
1596
|
+
readonly name: "";
|
|
1597
|
+
readonly internalType: "contract IAssetManager";
|
|
1598
|
+
readonly type: "address";
|
|
1599
|
+
}];
|
|
1600
|
+
readonly stateMutability: "view";
|
|
1601
|
+
}, {
|
|
1602
|
+
readonly type: "function";
|
|
1603
|
+
readonly inputs: readonly [{
|
|
1604
|
+
readonly name: "_encodedCall";
|
|
1605
|
+
readonly internalType: "bytes";
|
|
1606
|
+
readonly type: "bytes";
|
|
1607
|
+
}];
|
|
1608
|
+
readonly name: "cancelTimelockedCall";
|
|
1609
|
+
readonly outputs: readonly [];
|
|
1610
|
+
readonly stateMutability: "nonpayable";
|
|
1611
|
+
}, {
|
|
1612
|
+
readonly type: "function";
|
|
1613
|
+
readonly inputs: readonly [];
|
|
1614
|
+
readonly name: "composerFeeRecipient";
|
|
1615
|
+
readonly outputs: readonly [{
|
|
1616
|
+
readonly name: "";
|
|
1617
|
+
readonly internalType: "address";
|
|
1618
|
+
readonly type: "address";
|
|
1619
|
+
}];
|
|
1620
|
+
readonly stateMutability: "view";
|
|
1621
|
+
}, {
|
|
1622
|
+
readonly type: "function";
|
|
1623
|
+
readonly inputs: readonly [];
|
|
1624
|
+
readonly name: "defaultComposerFeePPM";
|
|
1625
|
+
readonly outputs: readonly [{
|
|
1626
|
+
readonly name: "";
|
|
1627
|
+
readonly internalType: "uint256";
|
|
1628
|
+
readonly type: "uint256";
|
|
1629
|
+
}];
|
|
1630
|
+
readonly stateMutability: "view";
|
|
1631
|
+
}, {
|
|
1632
|
+
readonly type: "function";
|
|
1633
|
+
readonly inputs: readonly [];
|
|
1634
|
+
readonly name: "defaultExecutor";
|
|
1635
|
+
readonly outputs: readonly [{
|
|
1636
|
+
readonly name: "";
|
|
1637
|
+
readonly internalType: "address payable";
|
|
1638
|
+
readonly type: "address";
|
|
1639
|
+
}];
|
|
1640
|
+
readonly stateMutability: "view";
|
|
1641
|
+
}, {
|
|
1642
|
+
readonly type: "function";
|
|
1643
|
+
readonly inputs: readonly [];
|
|
1644
|
+
readonly name: "endpoint";
|
|
1645
|
+
readonly outputs: readonly [{
|
|
1646
|
+
readonly name: "";
|
|
1647
|
+
readonly internalType: "address";
|
|
1648
|
+
readonly type: "address";
|
|
1649
|
+
}];
|
|
1650
|
+
readonly stateMutability: "view";
|
|
1651
|
+
}, {
|
|
1652
|
+
readonly type: "function";
|
|
1653
|
+
readonly inputs: readonly [{
|
|
1654
|
+
readonly name: "_encodedCall";
|
|
1655
|
+
readonly internalType: "bytes";
|
|
1656
|
+
readonly type: "bytes";
|
|
1657
|
+
}];
|
|
1658
|
+
readonly name: "executeTimelockedCall";
|
|
1659
|
+
readonly outputs: readonly [];
|
|
1660
|
+
readonly stateMutability: "nonpayable";
|
|
1661
|
+
}, {
|
|
1662
|
+
readonly type: "function";
|
|
1663
|
+
readonly inputs: readonly [];
|
|
1664
|
+
readonly name: "fAsset";
|
|
1665
|
+
readonly outputs: readonly [{
|
|
1666
|
+
readonly name: "";
|
|
1667
|
+
readonly internalType: "contract IERC20";
|
|
1668
|
+
readonly type: "address";
|
|
1669
|
+
}];
|
|
1670
|
+
readonly stateMutability: "view";
|
|
1671
|
+
}, {
|
|
1672
|
+
readonly type: "function";
|
|
1673
|
+
readonly inputs: readonly [{
|
|
1674
|
+
readonly name: "_account";
|
|
1675
|
+
readonly internalType: "address";
|
|
1676
|
+
readonly type: "address";
|
|
1677
|
+
}];
|
|
1678
|
+
readonly name: "getBalances";
|
|
1679
|
+
readonly outputs: readonly [{
|
|
1680
|
+
readonly name: "_balances";
|
|
1681
|
+
readonly internalType: "struct IFAssetRedeemComposer.AccountBalances";
|
|
1682
|
+
readonly type: "tuple";
|
|
1683
|
+
readonly components: readonly [{
|
|
1684
|
+
readonly name: "fAsset";
|
|
1685
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
1686
|
+
readonly type: "tuple";
|
|
1687
|
+
readonly components: readonly [{
|
|
1688
|
+
readonly name: "token";
|
|
1689
|
+
readonly internalType: "address";
|
|
1690
|
+
readonly type: "address";
|
|
1691
|
+
}, {
|
|
1692
|
+
readonly name: "balance";
|
|
1693
|
+
readonly internalType: "uint256";
|
|
1694
|
+
readonly type: "uint256";
|
|
1695
|
+
}];
|
|
1696
|
+
}, {
|
|
1697
|
+
readonly name: "stableCoin";
|
|
1698
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
1699
|
+
readonly type: "tuple";
|
|
1700
|
+
readonly components: readonly [{
|
|
1701
|
+
readonly name: "token";
|
|
1702
|
+
readonly internalType: "address";
|
|
1703
|
+
readonly type: "address";
|
|
1704
|
+
}, {
|
|
1705
|
+
readonly name: "balance";
|
|
1706
|
+
readonly internalType: "uint256";
|
|
1707
|
+
readonly type: "uint256";
|
|
1708
|
+
}];
|
|
1709
|
+
}, {
|
|
1710
|
+
readonly name: "wNat";
|
|
1711
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
1712
|
+
readonly type: "tuple";
|
|
1713
|
+
readonly components: readonly [{
|
|
1714
|
+
readonly name: "token";
|
|
1715
|
+
readonly internalType: "address";
|
|
1716
|
+
readonly type: "address";
|
|
1717
|
+
}, {
|
|
1718
|
+
readonly name: "balance";
|
|
1719
|
+
readonly internalType: "uint256";
|
|
1720
|
+
readonly type: "uint256";
|
|
1721
|
+
}];
|
|
1722
|
+
}];
|
|
1723
|
+
}];
|
|
1724
|
+
readonly stateMutability: "view";
|
|
1725
|
+
}, {
|
|
1726
|
+
readonly type: "function";
|
|
1727
|
+
readonly inputs: readonly [{
|
|
1728
|
+
readonly name: "_srcEid";
|
|
1729
|
+
readonly internalType: "uint32";
|
|
1730
|
+
readonly type: "uint32";
|
|
1731
|
+
}];
|
|
1732
|
+
readonly name: "getComposerFeePPM";
|
|
1733
|
+
readonly outputs: readonly [{
|
|
1734
|
+
readonly name: "_composerFeePPM";
|
|
1735
|
+
readonly internalType: "uint256";
|
|
1736
|
+
readonly type: "uint256";
|
|
1737
|
+
}];
|
|
1738
|
+
readonly stateMutability: "view";
|
|
1739
|
+
}, {
|
|
1740
|
+
readonly type: "function";
|
|
1741
|
+
readonly inputs: readonly [{
|
|
1742
|
+
readonly name: "_encodedCall";
|
|
1743
|
+
readonly internalType: "bytes";
|
|
1744
|
+
readonly type: "bytes";
|
|
1745
|
+
}];
|
|
1746
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
1747
|
+
readonly outputs: readonly [{
|
|
1748
|
+
readonly name: "_allowedAfterTimestamp";
|
|
1749
|
+
readonly internalType: "uint256";
|
|
1750
|
+
readonly type: "uint256";
|
|
1751
|
+
}];
|
|
1752
|
+
readonly stateMutability: "view";
|
|
1753
|
+
}, {
|
|
1754
|
+
readonly type: "function";
|
|
1755
|
+
readonly inputs: readonly [{
|
|
1756
|
+
readonly name: "_redeemer";
|
|
1757
|
+
readonly internalType: "address";
|
|
1758
|
+
readonly type: "address";
|
|
1759
|
+
}];
|
|
1760
|
+
readonly name: "getRedeemerAccountAddress";
|
|
1761
|
+
readonly outputs: readonly [{
|
|
1762
|
+
readonly name: "";
|
|
1763
|
+
readonly internalType: "address";
|
|
1764
|
+
readonly type: "address";
|
|
1765
|
+
}];
|
|
1766
|
+
readonly stateMutability: "view";
|
|
1767
|
+
}, {
|
|
1768
|
+
readonly type: "function";
|
|
1769
|
+
readonly inputs: readonly [];
|
|
1770
|
+
readonly name: "getTimelockDurationSeconds";
|
|
1771
|
+
readonly outputs: readonly [{
|
|
1772
|
+
readonly name: "";
|
|
1773
|
+
readonly internalType: "uint256";
|
|
1774
|
+
readonly type: "uint256";
|
|
1775
|
+
}];
|
|
1776
|
+
readonly stateMutability: "view";
|
|
1777
|
+
}, {
|
|
1778
|
+
readonly type: "function";
|
|
1779
|
+
readonly inputs: readonly [];
|
|
1780
|
+
readonly name: "implementation";
|
|
1781
|
+
readonly outputs: readonly [{
|
|
1782
|
+
readonly name: "";
|
|
1783
|
+
readonly internalType: "address";
|
|
1784
|
+
readonly type: "address";
|
|
1785
|
+
}];
|
|
1786
|
+
readonly stateMutability: "view";
|
|
1787
|
+
}, {
|
|
1788
|
+
readonly type: "function";
|
|
1789
|
+
readonly inputs: readonly [{
|
|
1790
|
+
readonly name: "_address";
|
|
1791
|
+
readonly internalType: "address";
|
|
1792
|
+
readonly type: "address";
|
|
1793
|
+
}];
|
|
1794
|
+
readonly name: "isRedeemerAccount";
|
|
1795
|
+
readonly outputs: readonly [{
|
|
1796
|
+
readonly name: "_isRedeemerAccount";
|
|
1797
|
+
readonly internalType: "bool";
|
|
1798
|
+
readonly type: "bool";
|
|
1799
|
+
}, {
|
|
1800
|
+
readonly name: "_owner";
|
|
1801
|
+
readonly internalType: "address";
|
|
1802
|
+
readonly type: "address";
|
|
1803
|
+
}];
|
|
1804
|
+
readonly stateMutability: "view";
|
|
1805
|
+
}, {
|
|
1806
|
+
readonly type: "function";
|
|
1807
|
+
readonly inputs: readonly [{
|
|
1808
|
+
readonly name: "_from";
|
|
1809
|
+
readonly internalType: "address";
|
|
1810
|
+
readonly type: "address";
|
|
1811
|
+
}, {
|
|
1812
|
+
readonly name: "_guid";
|
|
1813
|
+
readonly internalType: "bytes32";
|
|
1814
|
+
readonly type: "bytes32";
|
|
1815
|
+
}, {
|
|
1816
|
+
readonly name: "_message";
|
|
1817
|
+
readonly internalType: "bytes";
|
|
1818
|
+
readonly type: "bytes";
|
|
1819
|
+
}, {
|
|
1820
|
+
readonly name: "_executor";
|
|
1821
|
+
readonly internalType: "address";
|
|
1822
|
+
readonly type: "address";
|
|
1823
|
+
}, {
|
|
1824
|
+
readonly name: "_extraData";
|
|
1825
|
+
readonly internalType: "bytes";
|
|
1826
|
+
readonly type: "bytes";
|
|
1827
|
+
}];
|
|
1828
|
+
readonly name: "lzCompose";
|
|
1829
|
+
readonly outputs: readonly [];
|
|
1830
|
+
readonly stateMutability: "payable";
|
|
1831
|
+
}, {
|
|
1832
|
+
readonly type: "function";
|
|
1833
|
+
readonly inputs: readonly [];
|
|
1834
|
+
readonly name: "redeemerAccountImplementation";
|
|
1835
|
+
readonly outputs: readonly [{
|
|
1836
|
+
readonly name: "";
|
|
1837
|
+
readonly internalType: "address";
|
|
1838
|
+
readonly type: "address";
|
|
1839
|
+
}];
|
|
1840
|
+
readonly stateMutability: "view";
|
|
1841
|
+
}, {
|
|
1842
|
+
readonly type: "function";
|
|
1843
|
+
readonly inputs: readonly [{
|
|
1844
|
+
readonly name: "_timelockDurationSeconds";
|
|
1845
|
+
readonly internalType: "uint256";
|
|
1846
|
+
readonly type: "uint256";
|
|
1847
|
+
}];
|
|
1848
|
+
readonly name: "setTimelockDuration";
|
|
1849
|
+
readonly outputs: readonly [];
|
|
1850
|
+
readonly stateMutability: "nonpayable";
|
|
1851
|
+
}, {
|
|
1852
|
+
readonly type: "function";
|
|
1853
|
+
readonly inputs: readonly [];
|
|
1854
|
+
readonly name: "stableCoin";
|
|
1855
|
+
readonly outputs: readonly [{
|
|
1856
|
+
readonly name: "";
|
|
1857
|
+
readonly internalType: "contract IERC20";
|
|
1858
|
+
readonly type: "address";
|
|
1859
|
+
}];
|
|
1860
|
+
readonly stateMutability: "view";
|
|
1861
|
+
}, {
|
|
1862
|
+
readonly type: "function";
|
|
1863
|
+
readonly inputs: readonly [];
|
|
1864
|
+
readonly name: "trustedSourceOApp";
|
|
1865
|
+
readonly outputs: readonly [{
|
|
1866
|
+
readonly name: "";
|
|
1867
|
+
readonly internalType: "address";
|
|
1868
|
+
readonly type: "address";
|
|
1869
|
+
}];
|
|
1870
|
+
readonly stateMutability: "view";
|
|
1871
|
+
}, {
|
|
1872
|
+
readonly type: "function";
|
|
1873
|
+
readonly inputs: readonly [];
|
|
1874
|
+
readonly name: "wNat";
|
|
1875
|
+
readonly outputs: readonly [{
|
|
1876
|
+
readonly name: "";
|
|
1877
|
+
readonly internalType: "contract IERC20";
|
|
1878
|
+
readonly type: "address";
|
|
1879
|
+
}];
|
|
1880
|
+
readonly stateMutability: "view";
|
|
1881
|
+
}], undefined, undefined>;
|
|
1882
|
+
/**
|
|
1883
|
+
* Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ifAssetRedeemComposerAbi}__
|
|
1884
|
+
*/
|
|
1885
|
+
export declare const useSimulateIfAssetRedeemComposer: import("wagmi/codegen").CreateUseSimulateContractReturnType<readonly [{
|
|
1886
|
+
readonly type: "error";
|
|
1887
|
+
readonly inputs: readonly [{
|
|
1888
|
+
readonly name: "srcEid";
|
|
1889
|
+
readonly internalType: "uint32";
|
|
1890
|
+
readonly type: "uint32";
|
|
1891
|
+
}];
|
|
1892
|
+
readonly name: "ComposerFeeNotSet";
|
|
1893
|
+
}, {
|
|
1894
|
+
readonly type: "error";
|
|
1895
|
+
readonly inputs: readonly [{
|
|
1896
|
+
readonly name: "providedFee";
|
|
1897
|
+
readonly internalType: "uint256";
|
|
1898
|
+
readonly type: "uint256";
|
|
1899
|
+
}, {
|
|
1900
|
+
readonly name: "requiredFee";
|
|
1901
|
+
readonly internalType: "uint256";
|
|
1902
|
+
readonly type: "uint256";
|
|
1903
|
+
}];
|
|
1904
|
+
readonly name: "InsufficientExecutorFee";
|
|
1905
|
+
}, {
|
|
1906
|
+
readonly type: "error";
|
|
1907
|
+
readonly inputs: readonly [];
|
|
1908
|
+
readonly name: "InvalidAddress";
|
|
1909
|
+
}, {
|
|
1910
|
+
readonly type: "error";
|
|
1911
|
+
readonly inputs: readonly [];
|
|
1912
|
+
readonly name: "InvalidComposerFeePPM";
|
|
1913
|
+
}, {
|
|
1914
|
+
readonly type: "error";
|
|
1915
|
+
readonly inputs: readonly [];
|
|
1916
|
+
readonly name: "InvalidComposerFeeRecipient";
|
|
1917
|
+
}, {
|
|
1918
|
+
readonly type: "error";
|
|
1919
|
+
readonly inputs: readonly [];
|
|
1920
|
+
readonly name: "InvalidRedeemerAccountImplementation";
|
|
1921
|
+
}, {
|
|
1922
|
+
readonly type: "error";
|
|
1923
|
+
readonly inputs: readonly [{
|
|
1924
|
+
readonly name: "from";
|
|
1925
|
+
readonly internalType: "address";
|
|
1926
|
+
readonly type: "address";
|
|
1927
|
+
}];
|
|
1928
|
+
readonly name: "InvalidSourceOApp";
|
|
1929
|
+
}, {
|
|
1930
|
+
readonly type: "error";
|
|
1931
|
+
readonly inputs: readonly [];
|
|
1932
|
+
readonly name: "LengthMismatch";
|
|
1933
|
+
}, {
|
|
1934
|
+
readonly type: "error";
|
|
1935
|
+
readonly inputs: readonly [];
|
|
1936
|
+
readonly name: "OnlyEndpoint";
|
|
1937
|
+
}, {
|
|
1938
|
+
readonly type: "error";
|
|
1939
|
+
readonly inputs: readonly [];
|
|
1940
|
+
readonly name: "TimelockDurationTooLong";
|
|
1941
|
+
}, {
|
|
1942
|
+
readonly type: "error";
|
|
1943
|
+
readonly inputs: readonly [];
|
|
1944
|
+
readonly name: "TimelockInvalidSelector";
|
|
1945
|
+
}, {
|
|
1946
|
+
readonly type: "error";
|
|
1947
|
+
readonly inputs: readonly [];
|
|
1948
|
+
readonly name: "TimelockNotAllowedYet";
|
|
1949
|
+
}, {
|
|
1950
|
+
readonly type: "event";
|
|
1951
|
+
readonly anonymous: false;
|
|
1952
|
+
readonly inputs: readonly [{
|
|
1953
|
+
readonly name: "encodedCall";
|
|
1954
|
+
readonly internalType: "bytes";
|
|
1955
|
+
readonly type: "bytes";
|
|
1956
|
+
readonly indexed: false;
|
|
1957
|
+
}, {
|
|
1958
|
+
readonly name: "encodedCallHash";
|
|
1959
|
+
readonly internalType: "bytes32";
|
|
1960
|
+
readonly type: "bytes32";
|
|
1961
|
+
readonly indexed: false;
|
|
1962
|
+
}, {
|
|
1963
|
+
readonly name: "allowedAfterTimestamp";
|
|
1964
|
+
readonly internalType: "uint256";
|
|
1965
|
+
readonly type: "uint256";
|
|
1966
|
+
readonly indexed: false;
|
|
1967
|
+
}];
|
|
1968
|
+
readonly name: "CallTimelocked";
|
|
1969
|
+
}, {
|
|
1970
|
+
readonly type: "event";
|
|
1971
|
+
readonly anonymous: false;
|
|
1972
|
+
readonly inputs: readonly [{
|
|
1973
|
+
readonly name: "guid";
|
|
1974
|
+
readonly internalType: "bytes32";
|
|
1975
|
+
readonly type: "bytes32";
|
|
1976
|
+
readonly indexed: true;
|
|
1977
|
+
}, {
|
|
1978
|
+
readonly name: "srcEid";
|
|
1979
|
+
readonly internalType: "uint32";
|
|
1980
|
+
readonly type: "uint32";
|
|
1981
|
+
readonly indexed: true;
|
|
1982
|
+
}, {
|
|
1983
|
+
readonly name: "composerFeeRecipient";
|
|
1984
|
+
readonly internalType: "address";
|
|
1985
|
+
readonly type: "address";
|
|
1986
|
+
readonly indexed: true;
|
|
1987
|
+
}, {
|
|
1988
|
+
readonly name: "composerFee";
|
|
1989
|
+
readonly internalType: "uint256";
|
|
1990
|
+
readonly type: "uint256";
|
|
1991
|
+
readonly indexed: false;
|
|
1992
|
+
}];
|
|
1993
|
+
readonly name: "ComposerFeeCollected";
|
|
1994
|
+
}, {
|
|
1995
|
+
readonly type: "event";
|
|
1996
|
+
readonly anonymous: false;
|
|
1997
|
+
readonly inputs: readonly [{
|
|
1998
|
+
readonly name: "composerFeeRecipient";
|
|
1999
|
+
readonly internalType: "address";
|
|
2000
|
+
readonly type: "address";
|
|
2001
|
+
readonly indexed: true;
|
|
2002
|
+
}];
|
|
2003
|
+
readonly name: "ComposerFeeRecipientSet";
|
|
2004
|
+
}, {
|
|
2005
|
+
readonly type: "event";
|
|
2006
|
+
readonly anonymous: false;
|
|
2007
|
+
readonly inputs: readonly [{
|
|
2008
|
+
readonly name: "srcEid";
|
|
2009
|
+
readonly internalType: "uint32";
|
|
2010
|
+
readonly type: "uint32";
|
|
2011
|
+
readonly indexed: true;
|
|
2012
|
+
}];
|
|
2013
|
+
readonly name: "ComposerFeeRemoved";
|
|
2014
|
+
}, {
|
|
2015
|
+
readonly type: "event";
|
|
2016
|
+
readonly anonymous: false;
|
|
2017
|
+
readonly inputs: readonly [{
|
|
2018
|
+
readonly name: "srcEid";
|
|
2019
|
+
readonly internalType: "uint32";
|
|
2020
|
+
readonly type: "uint32";
|
|
2021
|
+
readonly indexed: true;
|
|
2022
|
+
}, {
|
|
2023
|
+
readonly name: "composerFeePPM";
|
|
2024
|
+
readonly internalType: "uint256";
|
|
2025
|
+
readonly type: "uint256";
|
|
2026
|
+
readonly indexed: false;
|
|
2027
|
+
}];
|
|
2028
|
+
readonly name: "ComposerFeeSet";
|
|
2029
|
+
}, {
|
|
2030
|
+
readonly type: "event";
|
|
2031
|
+
readonly anonymous: false;
|
|
2032
|
+
readonly inputs: readonly [{
|
|
2033
|
+
readonly name: "defaultComposerFeePPM";
|
|
2034
|
+
readonly internalType: "uint256";
|
|
2035
|
+
readonly type: "uint256";
|
|
2036
|
+
readonly indexed: false;
|
|
2037
|
+
}];
|
|
2038
|
+
readonly name: "DefaultComposerFeeSet";
|
|
2039
|
+
}, {
|
|
2040
|
+
readonly type: "event";
|
|
2041
|
+
readonly anonymous: false;
|
|
2042
|
+
readonly inputs: readonly [{
|
|
2043
|
+
readonly name: "executor";
|
|
2044
|
+
readonly internalType: "address";
|
|
2045
|
+
readonly type: "address";
|
|
2046
|
+
readonly indexed: false;
|
|
2047
|
+
}];
|
|
2048
|
+
readonly name: "DefaultExecutorSet";
|
|
2049
|
+
}, {
|
|
2050
|
+
readonly type: "event";
|
|
2051
|
+
readonly anonymous: false;
|
|
2052
|
+
readonly inputs: readonly [{
|
|
2053
|
+
readonly name: "guid";
|
|
2054
|
+
readonly internalType: "bytes32";
|
|
2055
|
+
readonly type: "bytes32";
|
|
2056
|
+
readonly indexed: true;
|
|
2057
|
+
}, {
|
|
2058
|
+
readonly name: "srcEid";
|
|
2059
|
+
readonly internalType: "uint32";
|
|
2060
|
+
readonly type: "uint32";
|
|
2061
|
+
readonly indexed: true;
|
|
2062
|
+
}, {
|
|
2063
|
+
readonly name: "redeemer";
|
|
2064
|
+
readonly internalType: "address";
|
|
2065
|
+
readonly type: "address";
|
|
2066
|
+
readonly indexed: true;
|
|
2067
|
+
}, {
|
|
2068
|
+
readonly name: "redeemerAccount";
|
|
2069
|
+
readonly internalType: "address";
|
|
2070
|
+
readonly type: "address";
|
|
2071
|
+
readonly indexed: false;
|
|
2072
|
+
}, {
|
|
2073
|
+
readonly name: "amountToRedeemUBA";
|
|
2074
|
+
readonly internalType: "uint256";
|
|
2075
|
+
readonly type: "uint256";
|
|
2076
|
+
readonly indexed: false;
|
|
2077
|
+
}, {
|
|
2078
|
+
readonly name: "wrappedAmount";
|
|
2079
|
+
readonly internalType: "uint256";
|
|
2080
|
+
readonly type: "uint256";
|
|
2081
|
+
readonly indexed: false;
|
|
2082
|
+
}];
|
|
2083
|
+
readonly name: "FAssetRedeemFailed";
|
|
2084
|
+
}, {
|
|
2085
|
+
readonly type: "event";
|
|
2086
|
+
readonly anonymous: false;
|
|
2087
|
+
readonly inputs: readonly [{
|
|
2088
|
+
readonly name: "guid";
|
|
2089
|
+
readonly internalType: "bytes32";
|
|
2090
|
+
readonly type: "bytes32";
|
|
2091
|
+
readonly indexed: true;
|
|
2092
|
+
}, {
|
|
2093
|
+
readonly name: "srcEid";
|
|
2094
|
+
readonly internalType: "uint32";
|
|
2095
|
+
readonly type: "uint32";
|
|
2096
|
+
readonly indexed: true;
|
|
2097
|
+
}, {
|
|
2098
|
+
readonly name: "redeemer";
|
|
2099
|
+
readonly internalType: "address";
|
|
2100
|
+
readonly type: "address";
|
|
2101
|
+
readonly indexed: true;
|
|
2102
|
+
}, {
|
|
2103
|
+
readonly name: "redeemerAccount";
|
|
2104
|
+
readonly internalType: "address";
|
|
2105
|
+
readonly type: "address";
|
|
2106
|
+
readonly indexed: false;
|
|
2107
|
+
}, {
|
|
2108
|
+
readonly name: "amountToRedeemUBA";
|
|
2109
|
+
readonly internalType: "uint256";
|
|
2110
|
+
readonly type: "uint256";
|
|
2111
|
+
readonly indexed: false;
|
|
2112
|
+
}, {
|
|
2113
|
+
readonly name: "redeemerUnderlyingAddress";
|
|
2114
|
+
readonly internalType: "string";
|
|
2115
|
+
readonly type: "string";
|
|
2116
|
+
readonly indexed: false;
|
|
2117
|
+
}, {
|
|
2118
|
+
readonly name: "redeemWithTag";
|
|
2119
|
+
readonly internalType: "bool";
|
|
2120
|
+
readonly type: "bool";
|
|
2121
|
+
readonly indexed: false;
|
|
2122
|
+
}, {
|
|
2123
|
+
readonly name: "destinationTag";
|
|
2124
|
+
readonly internalType: "uint256";
|
|
2125
|
+
readonly type: "uint256";
|
|
2126
|
+
readonly indexed: false;
|
|
2127
|
+
}, {
|
|
2128
|
+
readonly name: "executor";
|
|
2129
|
+
readonly internalType: "address";
|
|
2130
|
+
readonly type: "address";
|
|
2131
|
+
readonly indexed: false;
|
|
2132
|
+
}, {
|
|
2133
|
+
readonly name: "executorFee";
|
|
2134
|
+
readonly internalType: "uint256";
|
|
2135
|
+
readonly type: "uint256";
|
|
2136
|
+
readonly indexed: false;
|
|
2137
|
+
}, {
|
|
2138
|
+
readonly name: "redeemedAmountUBA";
|
|
2139
|
+
readonly internalType: "uint256";
|
|
2140
|
+
readonly type: "uint256";
|
|
2141
|
+
readonly indexed: false;
|
|
2142
|
+
}, {
|
|
2143
|
+
readonly name: "wrappedAmount";
|
|
2144
|
+
readonly internalType: "uint256";
|
|
2145
|
+
readonly type: "uint256";
|
|
2146
|
+
readonly indexed: false;
|
|
2147
|
+
}];
|
|
2148
|
+
readonly name: "FAssetRedeemed";
|
|
2149
|
+
}, {
|
|
2150
|
+
readonly type: "event";
|
|
2151
|
+
readonly anonymous: false;
|
|
2152
|
+
readonly inputs: readonly [{
|
|
2153
|
+
readonly name: "to";
|
|
2154
|
+
readonly internalType: "address";
|
|
2155
|
+
readonly type: "address";
|
|
2156
|
+
readonly indexed: true;
|
|
2157
|
+
}, {
|
|
2158
|
+
readonly name: "amount";
|
|
2159
|
+
readonly internalType: "uint256";
|
|
2160
|
+
readonly type: "uint256";
|
|
2161
|
+
readonly indexed: false;
|
|
2162
|
+
}];
|
|
2163
|
+
readonly name: "FAssetTransferred";
|
|
2164
|
+
}, {
|
|
2165
|
+
readonly type: "event";
|
|
2166
|
+
readonly anonymous: false;
|
|
2167
|
+
readonly inputs: readonly [{
|
|
2168
|
+
readonly name: "redeemer";
|
|
2169
|
+
readonly internalType: "address";
|
|
2170
|
+
readonly type: "address";
|
|
2171
|
+
readonly indexed: true;
|
|
2172
|
+
}, {
|
|
2173
|
+
readonly name: "account";
|
|
2174
|
+
readonly internalType: "address";
|
|
2175
|
+
readonly type: "address";
|
|
2176
|
+
readonly indexed: true;
|
|
2177
|
+
}];
|
|
2178
|
+
readonly name: "RedeemerAccountCreated";
|
|
2179
|
+
}, {
|
|
2180
|
+
readonly type: "event";
|
|
2181
|
+
readonly anonymous: false;
|
|
2182
|
+
readonly inputs: readonly [{
|
|
2183
|
+
readonly name: "implementation";
|
|
2184
|
+
readonly internalType: "address";
|
|
2185
|
+
readonly type: "address";
|
|
2186
|
+
readonly indexed: true;
|
|
2187
|
+
}];
|
|
2188
|
+
readonly name: "RedeemerAccountImplementationSet";
|
|
2189
|
+
}, {
|
|
2190
|
+
readonly type: "event";
|
|
2191
|
+
readonly anonymous: false;
|
|
2192
|
+
readonly inputs: readonly [{
|
|
2193
|
+
readonly name: "timelockDurationSeconds";
|
|
2194
|
+
readonly internalType: "uint256";
|
|
2195
|
+
readonly type: "uint256";
|
|
2196
|
+
readonly indexed: false;
|
|
2197
|
+
}];
|
|
2198
|
+
readonly name: "TimelockDurationSet";
|
|
2199
|
+
}, {
|
|
2200
|
+
readonly type: "event";
|
|
2201
|
+
readonly anonymous: false;
|
|
2202
|
+
readonly inputs: readonly [{
|
|
2203
|
+
readonly name: "encodedCallHash";
|
|
2204
|
+
readonly internalType: "bytes32";
|
|
2205
|
+
readonly type: "bytes32";
|
|
2206
|
+
readonly indexed: false;
|
|
2207
|
+
}];
|
|
2208
|
+
readonly name: "TimelockedCallCanceled";
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly type: "event";
|
|
2211
|
+
readonly anonymous: false;
|
|
2212
|
+
readonly inputs: readonly [{
|
|
2213
|
+
readonly name: "encodedCallHash";
|
|
2214
|
+
readonly internalType: "bytes32";
|
|
2215
|
+
readonly type: "bytes32";
|
|
2216
|
+
readonly indexed: false;
|
|
2217
|
+
}];
|
|
2218
|
+
readonly name: "TimelockedCallExecuted";
|
|
2219
|
+
}, {
|
|
2220
|
+
readonly type: "function";
|
|
2221
|
+
readonly inputs: readonly [];
|
|
2222
|
+
readonly name: "assetManager";
|
|
2223
|
+
readonly outputs: readonly [{
|
|
2224
|
+
readonly name: "";
|
|
2225
|
+
readonly internalType: "contract IAssetManager";
|
|
2226
|
+
readonly type: "address";
|
|
2227
|
+
}];
|
|
2228
|
+
readonly stateMutability: "view";
|
|
2229
|
+
}, {
|
|
2230
|
+
readonly type: "function";
|
|
2231
|
+
readonly inputs: readonly [{
|
|
2232
|
+
readonly name: "_encodedCall";
|
|
2233
|
+
readonly internalType: "bytes";
|
|
2234
|
+
readonly type: "bytes";
|
|
2235
|
+
}];
|
|
2236
|
+
readonly name: "cancelTimelockedCall";
|
|
2237
|
+
readonly outputs: readonly [];
|
|
2238
|
+
readonly stateMutability: "nonpayable";
|
|
2239
|
+
}, {
|
|
2240
|
+
readonly type: "function";
|
|
2241
|
+
readonly inputs: readonly [];
|
|
2242
|
+
readonly name: "composerFeeRecipient";
|
|
2243
|
+
readonly outputs: readonly [{
|
|
2244
|
+
readonly name: "";
|
|
2245
|
+
readonly internalType: "address";
|
|
2246
|
+
readonly type: "address";
|
|
2247
|
+
}];
|
|
2248
|
+
readonly stateMutability: "view";
|
|
2249
|
+
}, {
|
|
2250
|
+
readonly type: "function";
|
|
2251
|
+
readonly inputs: readonly [];
|
|
2252
|
+
readonly name: "defaultComposerFeePPM";
|
|
2253
|
+
readonly outputs: readonly [{
|
|
2254
|
+
readonly name: "";
|
|
2255
|
+
readonly internalType: "uint256";
|
|
2256
|
+
readonly type: "uint256";
|
|
2257
|
+
}];
|
|
2258
|
+
readonly stateMutability: "view";
|
|
2259
|
+
}, {
|
|
2260
|
+
readonly type: "function";
|
|
2261
|
+
readonly inputs: readonly [];
|
|
2262
|
+
readonly name: "defaultExecutor";
|
|
2263
|
+
readonly outputs: readonly [{
|
|
2264
|
+
readonly name: "";
|
|
2265
|
+
readonly internalType: "address payable";
|
|
2266
|
+
readonly type: "address";
|
|
2267
|
+
}];
|
|
2268
|
+
readonly stateMutability: "view";
|
|
2269
|
+
}, {
|
|
2270
|
+
readonly type: "function";
|
|
2271
|
+
readonly inputs: readonly [];
|
|
2272
|
+
readonly name: "endpoint";
|
|
2273
|
+
readonly outputs: readonly [{
|
|
2274
|
+
readonly name: "";
|
|
2275
|
+
readonly internalType: "address";
|
|
2276
|
+
readonly type: "address";
|
|
2277
|
+
}];
|
|
2278
|
+
readonly stateMutability: "view";
|
|
2279
|
+
}, {
|
|
2280
|
+
readonly type: "function";
|
|
2281
|
+
readonly inputs: readonly [{
|
|
2282
|
+
readonly name: "_encodedCall";
|
|
2283
|
+
readonly internalType: "bytes";
|
|
2284
|
+
readonly type: "bytes";
|
|
2285
|
+
}];
|
|
2286
|
+
readonly name: "executeTimelockedCall";
|
|
2287
|
+
readonly outputs: readonly [];
|
|
2288
|
+
readonly stateMutability: "nonpayable";
|
|
2289
|
+
}, {
|
|
2290
|
+
readonly type: "function";
|
|
2291
|
+
readonly inputs: readonly [];
|
|
2292
|
+
readonly name: "fAsset";
|
|
2293
|
+
readonly outputs: readonly [{
|
|
2294
|
+
readonly name: "";
|
|
2295
|
+
readonly internalType: "contract IERC20";
|
|
2296
|
+
readonly type: "address";
|
|
2297
|
+
}];
|
|
2298
|
+
readonly stateMutability: "view";
|
|
2299
|
+
}, {
|
|
2300
|
+
readonly type: "function";
|
|
2301
|
+
readonly inputs: readonly [{
|
|
2302
|
+
readonly name: "_account";
|
|
2303
|
+
readonly internalType: "address";
|
|
2304
|
+
readonly type: "address";
|
|
2305
|
+
}];
|
|
2306
|
+
readonly name: "getBalances";
|
|
2307
|
+
readonly outputs: readonly [{
|
|
2308
|
+
readonly name: "_balances";
|
|
2309
|
+
readonly internalType: "struct IFAssetRedeemComposer.AccountBalances";
|
|
2310
|
+
readonly type: "tuple";
|
|
2311
|
+
readonly components: readonly [{
|
|
2312
|
+
readonly name: "fAsset";
|
|
2313
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
2314
|
+
readonly type: "tuple";
|
|
2315
|
+
readonly components: readonly [{
|
|
2316
|
+
readonly name: "token";
|
|
2317
|
+
readonly internalType: "address";
|
|
2318
|
+
readonly type: "address";
|
|
2319
|
+
}, {
|
|
2320
|
+
readonly name: "balance";
|
|
2321
|
+
readonly internalType: "uint256";
|
|
2322
|
+
readonly type: "uint256";
|
|
2323
|
+
}];
|
|
2324
|
+
}, {
|
|
2325
|
+
readonly name: "stableCoin";
|
|
2326
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
2327
|
+
readonly type: "tuple";
|
|
2328
|
+
readonly components: readonly [{
|
|
2329
|
+
readonly name: "token";
|
|
2330
|
+
readonly internalType: "address";
|
|
2331
|
+
readonly type: "address";
|
|
2332
|
+
}, {
|
|
2333
|
+
readonly name: "balance";
|
|
2334
|
+
readonly internalType: "uint256";
|
|
2335
|
+
readonly type: "uint256";
|
|
2336
|
+
}];
|
|
2337
|
+
}, {
|
|
2338
|
+
readonly name: "wNat";
|
|
2339
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
2340
|
+
readonly type: "tuple";
|
|
2341
|
+
readonly components: readonly [{
|
|
2342
|
+
readonly name: "token";
|
|
2343
|
+
readonly internalType: "address";
|
|
2344
|
+
readonly type: "address";
|
|
2345
|
+
}, {
|
|
2346
|
+
readonly name: "balance";
|
|
2347
|
+
readonly internalType: "uint256";
|
|
2348
|
+
readonly type: "uint256";
|
|
2349
|
+
}];
|
|
2350
|
+
}];
|
|
2351
|
+
}];
|
|
2352
|
+
readonly stateMutability: "view";
|
|
2353
|
+
}, {
|
|
2354
|
+
readonly type: "function";
|
|
2355
|
+
readonly inputs: readonly [{
|
|
2356
|
+
readonly name: "_srcEid";
|
|
2357
|
+
readonly internalType: "uint32";
|
|
2358
|
+
readonly type: "uint32";
|
|
2359
|
+
}];
|
|
2360
|
+
readonly name: "getComposerFeePPM";
|
|
2361
|
+
readonly outputs: readonly [{
|
|
2362
|
+
readonly name: "_composerFeePPM";
|
|
2363
|
+
readonly internalType: "uint256";
|
|
2364
|
+
readonly type: "uint256";
|
|
2365
|
+
}];
|
|
2366
|
+
readonly stateMutability: "view";
|
|
2367
|
+
}, {
|
|
2368
|
+
readonly type: "function";
|
|
2369
|
+
readonly inputs: readonly [{
|
|
2370
|
+
readonly name: "_encodedCall";
|
|
2371
|
+
readonly internalType: "bytes";
|
|
2372
|
+
readonly type: "bytes";
|
|
2373
|
+
}];
|
|
2374
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
2375
|
+
readonly outputs: readonly [{
|
|
2376
|
+
readonly name: "_allowedAfterTimestamp";
|
|
2377
|
+
readonly internalType: "uint256";
|
|
2378
|
+
readonly type: "uint256";
|
|
2379
|
+
}];
|
|
2380
|
+
readonly stateMutability: "view";
|
|
2381
|
+
}, {
|
|
2382
|
+
readonly type: "function";
|
|
2383
|
+
readonly inputs: readonly [{
|
|
2384
|
+
readonly name: "_redeemer";
|
|
2385
|
+
readonly internalType: "address";
|
|
2386
|
+
readonly type: "address";
|
|
2387
|
+
}];
|
|
2388
|
+
readonly name: "getRedeemerAccountAddress";
|
|
2389
|
+
readonly outputs: readonly [{
|
|
2390
|
+
readonly name: "";
|
|
2391
|
+
readonly internalType: "address";
|
|
2392
|
+
readonly type: "address";
|
|
2393
|
+
}];
|
|
2394
|
+
readonly stateMutability: "view";
|
|
2395
|
+
}, {
|
|
2396
|
+
readonly type: "function";
|
|
2397
|
+
readonly inputs: readonly [];
|
|
2398
|
+
readonly name: "getTimelockDurationSeconds";
|
|
2399
|
+
readonly outputs: readonly [{
|
|
2400
|
+
readonly name: "";
|
|
2401
|
+
readonly internalType: "uint256";
|
|
2402
|
+
readonly type: "uint256";
|
|
2403
|
+
}];
|
|
2404
|
+
readonly stateMutability: "view";
|
|
2405
|
+
}, {
|
|
2406
|
+
readonly type: "function";
|
|
2407
|
+
readonly inputs: readonly [];
|
|
2408
|
+
readonly name: "implementation";
|
|
2409
|
+
readonly outputs: readonly [{
|
|
2410
|
+
readonly name: "";
|
|
2411
|
+
readonly internalType: "address";
|
|
2412
|
+
readonly type: "address";
|
|
2413
|
+
}];
|
|
2414
|
+
readonly stateMutability: "view";
|
|
2415
|
+
}, {
|
|
2416
|
+
readonly type: "function";
|
|
2417
|
+
readonly inputs: readonly [{
|
|
2418
|
+
readonly name: "_address";
|
|
2419
|
+
readonly internalType: "address";
|
|
2420
|
+
readonly type: "address";
|
|
2421
|
+
}];
|
|
2422
|
+
readonly name: "isRedeemerAccount";
|
|
2423
|
+
readonly outputs: readonly [{
|
|
2424
|
+
readonly name: "_isRedeemerAccount";
|
|
2425
|
+
readonly internalType: "bool";
|
|
2426
|
+
readonly type: "bool";
|
|
2427
|
+
}, {
|
|
2428
|
+
readonly name: "_owner";
|
|
2429
|
+
readonly internalType: "address";
|
|
2430
|
+
readonly type: "address";
|
|
2431
|
+
}];
|
|
2432
|
+
readonly stateMutability: "view";
|
|
2433
|
+
}, {
|
|
2434
|
+
readonly type: "function";
|
|
2435
|
+
readonly inputs: readonly [{
|
|
2436
|
+
readonly name: "_from";
|
|
2437
|
+
readonly internalType: "address";
|
|
2438
|
+
readonly type: "address";
|
|
2439
|
+
}, {
|
|
2440
|
+
readonly name: "_guid";
|
|
2441
|
+
readonly internalType: "bytes32";
|
|
2442
|
+
readonly type: "bytes32";
|
|
2443
|
+
}, {
|
|
2444
|
+
readonly name: "_message";
|
|
2445
|
+
readonly internalType: "bytes";
|
|
2446
|
+
readonly type: "bytes";
|
|
2447
|
+
}, {
|
|
2448
|
+
readonly name: "_executor";
|
|
2449
|
+
readonly internalType: "address";
|
|
2450
|
+
readonly type: "address";
|
|
2451
|
+
}, {
|
|
2452
|
+
readonly name: "_extraData";
|
|
2453
|
+
readonly internalType: "bytes";
|
|
2454
|
+
readonly type: "bytes";
|
|
2455
|
+
}];
|
|
2456
|
+
readonly name: "lzCompose";
|
|
2457
|
+
readonly outputs: readonly [];
|
|
2458
|
+
readonly stateMutability: "payable";
|
|
2459
|
+
}, {
|
|
2460
|
+
readonly type: "function";
|
|
2461
|
+
readonly inputs: readonly [];
|
|
2462
|
+
readonly name: "redeemerAccountImplementation";
|
|
2463
|
+
readonly outputs: readonly [{
|
|
2464
|
+
readonly name: "";
|
|
2465
|
+
readonly internalType: "address";
|
|
2466
|
+
readonly type: "address";
|
|
2467
|
+
}];
|
|
2468
|
+
readonly stateMutability: "view";
|
|
2469
|
+
}, {
|
|
2470
|
+
readonly type: "function";
|
|
2471
|
+
readonly inputs: readonly [{
|
|
2472
|
+
readonly name: "_timelockDurationSeconds";
|
|
2473
|
+
readonly internalType: "uint256";
|
|
2474
|
+
readonly type: "uint256";
|
|
2475
|
+
}];
|
|
2476
|
+
readonly name: "setTimelockDuration";
|
|
2477
|
+
readonly outputs: readonly [];
|
|
2478
|
+
readonly stateMutability: "nonpayable";
|
|
2479
|
+
}, {
|
|
2480
|
+
readonly type: "function";
|
|
2481
|
+
readonly inputs: readonly [];
|
|
2482
|
+
readonly name: "stableCoin";
|
|
2483
|
+
readonly outputs: readonly [{
|
|
2484
|
+
readonly name: "";
|
|
2485
|
+
readonly internalType: "contract IERC20";
|
|
2486
|
+
readonly type: "address";
|
|
2487
|
+
}];
|
|
2488
|
+
readonly stateMutability: "view";
|
|
2489
|
+
}, {
|
|
2490
|
+
readonly type: "function";
|
|
2491
|
+
readonly inputs: readonly [];
|
|
2492
|
+
readonly name: "trustedSourceOApp";
|
|
2493
|
+
readonly outputs: readonly [{
|
|
2494
|
+
readonly name: "";
|
|
2495
|
+
readonly internalType: "address";
|
|
2496
|
+
readonly type: "address";
|
|
2497
|
+
}];
|
|
2498
|
+
readonly stateMutability: "view";
|
|
2499
|
+
}, {
|
|
2500
|
+
readonly type: "function";
|
|
2501
|
+
readonly inputs: readonly [];
|
|
2502
|
+
readonly name: "wNat";
|
|
2503
|
+
readonly outputs: readonly [{
|
|
2504
|
+
readonly name: "";
|
|
2505
|
+
readonly internalType: "contract IERC20";
|
|
2506
|
+
readonly type: "address";
|
|
2507
|
+
}];
|
|
2508
|
+
readonly stateMutability: "view";
|
|
2509
|
+
}], undefined, undefined>;
|
|
2510
|
+
/**
|
|
2511
|
+
* Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ifAssetRedeemComposerAbi}__
|
|
2512
|
+
*/
|
|
2513
|
+
export declare const useWatchIfAssetRedeemComposerEvent: import("wagmi/codegen").CreateUseWatchContractEventReturnType<readonly [{
|
|
2514
|
+
readonly type: "error";
|
|
2515
|
+
readonly inputs: readonly [{
|
|
2516
|
+
readonly name: "srcEid";
|
|
2517
|
+
readonly internalType: "uint32";
|
|
2518
|
+
readonly type: "uint32";
|
|
2519
|
+
}];
|
|
2520
|
+
readonly name: "ComposerFeeNotSet";
|
|
2521
|
+
}, {
|
|
2522
|
+
readonly type: "error";
|
|
2523
|
+
readonly inputs: readonly [{
|
|
2524
|
+
readonly name: "providedFee";
|
|
2525
|
+
readonly internalType: "uint256";
|
|
2526
|
+
readonly type: "uint256";
|
|
2527
|
+
}, {
|
|
2528
|
+
readonly name: "requiredFee";
|
|
2529
|
+
readonly internalType: "uint256";
|
|
2530
|
+
readonly type: "uint256";
|
|
2531
|
+
}];
|
|
2532
|
+
readonly name: "InsufficientExecutorFee";
|
|
2533
|
+
}, {
|
|
2534
|
+
readonly type: "error";
|
|
2535
|
+
readonly inputs: readonly [];
|
|
2536
|
+
readonly name: "InvalidAddress";
|
|
2537
|
+
}, {
|
|
2538
|
+
readonly type: "error";
|
|
2539
|
+
readonly inputs: readonly [];
|
|
2540
|
+
readonly name: "InvalidComposerFeePPM";
|
|
2541
|
+
}, {
|
|
2542
|
+
readonly type: "error";
|
|
2543
|
+
readonly inputs: readonly [];
|
|
2544
|
+
readonly name: "InvalidComposerFeeRecipient";
|
|
2545
|
+
}, {
|
|
2546
|
+
readonly type: "error";
|
|
2547
|
+
readonly inputs: readonly [];
|
|
2548
|
+
readonly name: "InvalidRedeemerAccountImplementation";
|
|
2549
|
+
}, {
|
|
2550
|
+
readonly type: "error";
|
|
2551
|
+
readonly inputs: readonly [{
|
|
2552
|
+
readonly name: "from";
|
|
2553
|
+
readonly internalType: "address";
|
|
2554
|
+
readonly type: "address";
|
|
2555
|
+
}];
|
|
2556
|
+
readonly name: "InvalidSourceOApp";
|
|
2557
|
+
}, {
|
|
2558
|
+
readonly type: "error";
|
|
2559
|
+
readonly inputs: readonly [];
|
|
2560
|
+
readonly name: "LengthMismatch";
|
|
2561
|
+
}, {
|
|
2562
|
+
readonly type: "error";
|
|
2563
|
+
readonly inputs: readonly [];
|
|
2564
|
+
readonly name: "OnlyEndpoint";
|
|
2565
|
+
}, {
|
|
2566
|
+
readonly type: "error";
|
|
2567
|
+
readonly inputs: readonly [];
|
|
2568
|
+
readonly name: "TimelockDurationTooLong";
|
|
2569
|
+
}, {
|
|
2570
|
+
readonly type: "error";
|
|
2571
|
+
readonly inputs: readonly [];
|
|
2572
|
+
readonly name: "TimelockInvalidSelector";
|
|
2573
|
+
}, {
|
|
2574
|
+
readonly type: "error";
|
|
2575
|
+
readonly inputs: readonly [];
|
|
2576
|
+
readonly name: "TimelockNotAllowedYet";
|
|
2577
|
+
}, {
|
|
2578
|
+
readonly type: "event";
|
|
2579
|
+
readonly anonymous: false;
|
|
2580
|
+
readonly inputs: readonly [{
|
|
2581
|
+
readonly name: "encodedCall";
|
|
2582
|
+
readonly internalType: "bytes";
|
|
2583
|
+
readonly type: "bytes";
|
|
2584
|
+
readonly indexed: false;
|
|
2585
|
+
}, {
|
|
2586
|
+
readonly name: "encodedCallHash";
|
|
2587
|
+
readonly internalType: "bytes32";
|
|
2588
|
+
readonly type: "bytes32";
|
|
2589
|
+
readonly indexed: false;
|
|
2590
|
+
}, {
|
|
2591
|
+
readonly name: "allowedAfterTimestamp";
|
|
2592
|
+
readonly internalType: "uint256";
|
|
2593
|
+
readonly type: "uint256";
|
|
2594
|
+
readonly indexed: false;
|
|
2595
|
+
}];
|
|
2596
|
+
readonly name: "CallTimelocked";
|
|
2597
|
+
}, {
|
|
2598
|
+
readonly type: "event";
|
|
2599
|
+
readonly anonymous: false;
|
|
2600
|
+
readonly inputs: readonly [{
|
|
2601
|
+
readonly name: "guid";
|
|
2602
|
+
readonly internalType: "bytes32";
|
|
2603
|
+
readonly type: "bytes32";
|
|
2604
|
+
readonly indexed: true;
|
|
2605
|
+
}, {
|
|
2606
|
+
readonly name: "srcEid";
|
|
2607
|
+
readonly internalType: "uint32";
|
|
2608
|
+
readonly type: "uint32";
|
|
2609
|
+
readonly indexed: true;
|
|
2610
|
+
}, {
|
|
2611
|
+
readonly name: "composerFeeRecipient";
|
|
2612
|
+
readonly internalType: "address";
|
|
2613
|
+
readonly type: "address";
|
|
2614
|
+
readonly indexed: true;
|
|
2615
|
+
}, {
|
|
2616
|
+
readonly name: "composerFee";
|
|
2617
|
+
readonly internalType: "uint256";
|
|
2618
|
+
readonly type: "uint256";
|
|
2619
|
+
readonly indexed: false;
|
|
2620
|
+
}];
|
|
2621
|
+
readonly name: "ComposerFeeCollected";
|
|
2622
|
+
}, {
|
|
2623
|
+
readonly type: "event";
|
|
2624
|
+
readonly anonymous: false;
|
|
2625
|
+
readonly inputs: readonly [{
|
|
2626
|
+
readonly name: "composerFeeRecipient";
|
|
2627
|
+
readonly internalType: "address";
|
|
2628
|
+
readonly type: "address";
|
|
2629
|
+
readonly indexed: true;
|
|
2630
|
+
}];
|
|
2631
|
+
readonly name: "ComposerFeeRecipientSet";
|
|
2632
|
+
}, {
|
|
2633
|
+
readonly type: "event";
|
|
2634
|
+
readonly anonymous: false;
|
|
2635
|
+
readonly inputs: readonly [{
|
|
2636
|
+
readonly name: "srcEid";
|
|
2637
|
+
readonly internalType: "uint32";
|
|
2638
|
+
readonly type: "uint32";
|
|
2639
|
+
readonly indexed: true;
|
|
2640
|
+
}];
|
|
2641
|
+
readonly name: "ComposerFeeRemoved";
|
|
2642
|
+
}, {
|
|
2643
|
+
readonly type: "event";
|
|
2644
|
+
readonly anonymous: false;
|
|
2645
|
+
readonly inputs: readonly [{
|
|
2646
|
+
readonly name: "srcEid";
|
|
2647
|
+
readonly internalType: "uint32";
|
|
2648
|
+
readonly type: "uint32";
|
|
2649
|
+
readonly indexed: true;
|
|
2650
|
+
}, {
|
|
2651
|
+
readonly name: "composerFeePPM";
|
|
2652
|
+
readonly internalType: "uint256";
|
|
2653
|
+
readonly type: "uint256";
|
|
2654
|
+
readonly indexed: false;
|
|
2655
|
+
}];
|
|
2656
|
+
readonly name: "ComposerFeeSet";
|
|
2657
|
+
}, {
|
|
2658
|
+
readonly type: "event";
|
|
2659
|
+
readonly anonymous: false;
|
|
2660
|
+
readonly inputs: readonly [{
|
|
2661
|
+
readonly name: "defaultComposerFeePPM";
|
|
2662
|
+
readonly internalType: "uint256";
|
|
2663
|
+
readonly type: "uint256";
|
|
2664
|
+
readonly indexed: false;
|
|
2665
|
+
}];
|
|
2666
|
+
readonly name: "DefaultComposerFeeSet";
|
|
2667
|
+
}, {
|
|
2668
|
+
readonly type: "event";
|
|
2669
|
+
readonly anonymous: false;
|
|
2670
|
+
readonly inputs: readonly [{
|
|
2671
|
+
readonly name: "executor";
|
|
2672
|
+
readonly internalType: "address";
|
|
2673
|
+
readonly type: "address";
|
|
2674
|
+
readonly indexed: false;
|
|
2675
|
+
}];
|
|
2676
|
+
readonly name: "DefaultExecutorSet";
|
|
2677
|
+
}, {
|
|
2678
|
+
readonly type: "event";
|
|
2679
|
+
readonly anonymous: false;
|
|
2680
|
+
readonly inputs: readonly [{
|
|
2681
|
+
readonly name: "guid";
|
|
2682
|
+
readonly internalType: "bytes32";
|
|
2683
|
+
readonly type: "bytes32";
|
|
2684
|
+
readonly indexed: true;
|
|
2685
|
+
}, {
|
|
2686
|
+
readonly name: "srcEid";
|
|
2687
|
+
readonly internalType: "uint32";
|
|
2688
|
+
readonly type: "uint32";
|
|
2689
|
+
readonly indexed: true;
|
|
2690
|
+
}, {
|
|
2691
|
+
readonly name: "redeemer";
|
|
2692
|
+
readonly internalType: "address";
|
|
2693
|
+
readonly type: "address";
|
|
2694
|
+
readonly indexed: true;
|
|
2695
|
+
}, {
|
|
2696
|
+
readonly name: "redeemerAccount";
|
|
2697
|
+
readonly internalType: "address";
|
|
2698
|
+
readonly type: "address";
|
|
2699
|
+
readonly indexed: false;
|
|
2700
|
+
}, {
|
|
2701
|
+
readonly name: "amountToRedeemUBA";
|
|
2702
|
+
readonly internalType: "uint256";
|
|
2703
|
+
readonly type: "uint256";
|
|
2704
|
+
readonly indexed: false;
|
|
2705
|
+
}, {
|
|
2706
|
+
readonly name: "wrappedAmount";
|
|
2707
|
+
readonly internalType: "uint256";
|
|
2708
|
+
readonly type: "uint256";
|
|
2709
|
+
readonly indexed: false;
|
|
2710
|
+
}];
|
|
2711
|
+
readonly name: "FAssetRedeemFailed";
|
|
2712
|
+
}, {
|
|
2713
|
+
readonly type: "event";
|
|
2714
|
+
readonly anonymous: false;
|
|
2715
|
+
readonly inputs: readonly [{
|
|
2716
|
+
readonly name: "guid";
|
|
2717
|
+
readonly internalType: "bytes32";
|
|
2718
|
+
readonly type: "bytes32";
|
|
2719
|
+
readonly indexed: true;
|
|
2720
|
+
}, {
|
|
2721
|
+
readonly name: "srcEid";
|
|
2722
|
+
readonly internalType: "uint32";
|
|
2723
|
+
readonly type: "uint32";
|
|
2724
|
+
readonly indexed: true;
|
|
2725
|
+
}, {
|
|
2726
|
+
readonly name: "redeemer";
|
|
2727
|
+
readonly internalType: "address";
|
|
2728
|
+
readonly type: "address";
|
|
2729
|
+
readonly indexed: true;
|
|
2730
|
+
}, {
|
|
2731
|
+
readonly name: "redeemerAccount";
|
|
2732
|
+
readonly internalType: "address";
|
|
2733
|
+
readonly type: "address";
|
|
2734
|
+
readonly indexed: false;
|
|
2735
|
+
}, {
|
|
2736
|
+
readonly name: "amountToRedeemUBA";
|
|
2737
|
+
readonly internalType: "uint256";
|
|
2738
|
+
readonly type: "uint256";
|
|
2739
|
+
readonly indexed: false;
|
|
2740
|
+
}, {
|
|
2741
|
+
readonly name: "redeemerUnderlyingAddress";
|
|
2742
|
+
readonly internalType: "string";
|
|
2743
|
+
readonly type: "string";
|
|
2744
|
+
readonly indexed: false;
|
|
2745
|
+
}, {
|
|
2746
|
+
readonly name: "redeemWithTag";
|
|
2747
|
+
readonly internalType: "bool";
|
|
2748
|
+
readonly type: "bool";
|
|
2749
|
+
readonly indexed: false;
|
|
2750
|
+
}, {
|
|
2751
|
+
readonly name: "destinationTag";
|
|
2752
|
+
readonly internalType: "uint256";
|
|
2753
|
+
readonly type: "uint256";
|
|
2754
|
+
readonly indexed: false;
|
|
2755
|
+
}, {
|
|
2756
|
+
readonly name: "executor";
|
|
2757
|
+
readonly internalType: "address";
|
|
2758
|
+
readonly type: "address";
|
|
2759
|
+
readonly indexed: false;
|
|
2760
|
+
}, {
|
|
2761
|
+
readonly name: "executorFee";
|
|
2762
|
+
readonly internalType: "uint256";
|
|
2763
|
+
readonly type: "uint256";
|
|
2764
|
+
readonly indexed: false;
|
|
2765
|
+
}, {
|
|
2766
|
+
readonly name: "redeemedAmountUBA";
|
|
2767
|
+
readonly internalType: "uint256";
|
|
2768
|
+
readonly type: "uint256";
|
|
2769
|
+
readonly indexed: false;
|
|
2770
|
+
}, {
|
|
2771
|
+
readonly name: "wrappedAmount";
|
|
2772
|
+
readonly internalType: "uint256";
|
|
2773
|
+
readonly type: "uint256";
|
|
2774
|
+
readonly indexed: false;
|
|
2775
|
+
}];
|
|
2776
|
+
readonly name: "FAssetRedeemed";
|
|
2777
|
+
}, {
|
|
2778
|
+
readonly type: "event";
|
|
2779
|
+
readonly anonymous: false;
|
|
2780
|
+
readonly inputs: readonly [{
|
|
2781
|
+
readonly name: "to";
|
|
2782
|
+
readonly internalType: "address";
|
|
2783
|
+
readonly type: "address";
|
|
2784
|
+
readonly indexed: true;
|
|
2785
|
+
}, {
|
|
2786
|
+
readonly name: "amount";
|
|
2787
|
+
readonly internalType: "uint256";
|
|
2788
|
+
readonly type: "uint256";
|
|
2789
|
+
readonly indexed: false;
|
|
2790
|
+
}];
|
|
2791
|
+
readonly name: "FAssetTransferred";
|
|
2792
|
+
}, {
|
|
2793
|
+
readonly type: "event";
|
|
2794
|
+
readonly anonymous: false;
|
|
2795
|
+
readonly inputs: readonly [{
|
|
2796
|
+
readonly name: "redeemer";
|
|
2797
|
+
readonly internalType: "address";
|
|
2798
|
+
readonly type: "address";
|
|
2799
|
+
readonly indexed: true;
|
|
2800
|
+
}, {
|
|
2801
|
+
readonly name: "account";
|
|
2802
|
+
readonly internalType: "address";
|
|
2803
|
+
readonly type: "address";
|
|
2804
|
+
readonly indexed: true;
|
|
2805
|
+
}];
|
|
2806
|
+
readonly name: "RedeemerAccountCreated";
|
|
2807
|
+
}, {
|
|
2808
|
+
readonly type: "event";
|
|
2809
|
+
readonly anonymous: false;
|
|
2810
|
+
readonly inputs: readonly [{
|
|
2811
|
+
readonly name: "implementation";
|
|
2812
|
+
readonly internalType: "address";
|
|
2813
|
+
readonly type: "address";
|
|
2814
|
+
readonly indexed: true;
|
|
2815
|
+
}];
|
|
2816
|
+
readonly name: "RedeemerAccountImplementationSet";
|
|
2817
|
+
}, {
|
|
2818
|
+
readonly type: "event";
|
|
2819
|
+
readonly anonymous: false;
|
|
2820
|
+
readonly inputs: readonly [{
|
|
2821
|
+
readonly name: "timelockDurationSeconds";
|
|
2822
|
+
readonly internalType: "uint256";
|
|
2823
|
+
readonly type: "uint256";
|
|
2824
|
+
readonly indexed: false;
|
|
2825
|
+
}];
|
|
2826
|
+
readonly name: "TimelockDurationSet";
|
|
2827
|
+
}, {
|
|
2828
|
+
readonly type: "event";
|
|
2829
|
+
readonly anonymous: false;
|
|
2830
|
+
readonly inputs: readonly [{
|
|
2831
|
+
readonly name: "encodedCallHash";
|
|
2832
|
+
readonly internalType: "bytes32";
|
|
2833
|
+
readonly type: "bytes32";
|
|
2834
|
+
readonly indexed: false;
|
|
2835
|
+
}];
|
|
2836
|
+
readonly name: "TimelockedCallCanceled";
|
|
2837
|
+
}, {
|
|
2838
|
+
readonly type: "event";
|
|
2839
|
+
readonly anonymous: false;
|
|
2840
|
+
readonly inputs: readonly [{
|
|
2841
|
+
readonly name: "encodedCallHash";
|
|
2842
|
+
readonly internalType: "bytes32";
|
|
2843
|
+
readonly type: "bytes32";
|
|
2844
|
+
readonly indexed: false;
|
|
2845
|
+
}];
|
|
2846
|
+
readonly name: "TimelockedCallExecuted";
|
|
2847
|
+
}, {
|
|
2848
|
+
readonly type: "function";
|
|
2849
|
+
readonly inputs: readonly [];
|
|
2850
|
+
readonly name: "assetManager";
|
|
2851
|
+
readonly outputs: readonly [{
|
|
2852
|
+
readonly name: "";
|
|
2853
|
+
readonly internalType: "contract IAssetManager";
|
|
2854
|
+
readonly type: "address";
|
|
2855
|
+
}];
|
|
2856
|
+
readonly stateMutability: "view";
|
|
2857
|
+
}, {
|
|
2858
|
+
readonly type: "function";
|
|
2859
|
+
readonly inputs: readonly [{
|
|
2860
|
+
readonly name: "_encodedCall";
|
|
2861
|
+
readonly internalType: "bytes";
|
|
2862
|
+
readonly type: "bytes";
|
|
2863
|
+
}];
|
|
2864
|
+
readonly name: "cancelTimelockedCall";
|
|
2865
|
+
readonly outputs: readonly [];
|
|
2866
|
+
readonly stateMutability: "nonpayable";
|
|
2867
|
+
}, {
|
|
2868
|
+
readonly type: "function";
|
|
2869
|
+
readonly inputs: readonly [];
|
|
2870
|
+
readonly name: "composerFeeRecipient";
|
|
2871
|
+
readonly outputs: readonly [{
|
|
2872
|
+
readonly name: "";
|
|
2873
|
+
readonly internalType: "address";
|
|
2874
|
+
readonly type: "address";
|
|
2875
|
+
}];
|
|
2876
|
+
readonly stateMutability: "view";
|
|
2877
|
+
}, {
|
|
2878
|
+
readonly type: "function";
|
|
2879
|
+
readonly inputs: readonly [];
|
|
2880
|
+
readonly name: "defaultComposerFeePPM";
|
|
2881
|
+
readonly outputs: readonly [{
|
|
2882
|
+
readonly name: "";
|
|
2883
|
+
readonly internalType: "uint256";
|
|
2884
|
+
readonly type: "uint256";
|
|
2885
|
+
}];
|
|
2886
|
+
readonly stateMutability: "view";
|
|
2887
|
+
}, {
|
|
2888
|
+
readonly type: "function";
|
|
2889
|
+
readonly inputs: readonly [];
|
|
2890
|
+
readonly name: "defaultExecutor";
|
|
2891
|
+
readonly outputs: readonly [{
|
|
2892
|
+
readonly name: "";
|
|
2893
|
+
readonly internalType: "address payable";
|
|
2894
|
+
readonly type: "address";
|
|
2895
|
+
}];
|
|
2896
|
+
readonly stateMutability: "view";
|
|
2897
|
+
}, {
|
|
2898
|
+
readonly type: "function";
|
|
2899
|
+
readonly inputs: readonly [];
|
|
2900
|
+
readonly name: "endpoint";
|
|
2901
|
+
readonly outputs: readonly [{
|
|
2902
|
+
readonly name: "";
|
|
2903
|
+
readonly internalType: "address";
|
|
2904
|
+
readonly type: "address";
|
|
2905
|
+
}];
|
|
2906
|
+
readonly stateMutability: "view";
|
|
2907
|
+
}, {
|
|
2908
|
+
readonly type: "function";
|
|
2909
|
+
readonly inputs: readonly [{
|
|
2910
|
+
readonly name: "_encodedCall";
|
|
2911
|
+
readonly internalType: "bytes";
|
|
2912
|
+
readonly type: "bytes";
|
|
2913
|
+
}];
|
|
2914
|
+
readonly name: "executeTimelockedCall";
|
|
2915
|
+
readonly outputs: readonly [];
|
|
2916
|
+
readonly stateMutability: "nonpayable";
|
|
2917
|
+
}, {
|
|
2918
|
+
readonly type: "function";
|
|
2919
|
+
readonly inputs: readonly [];
|
|
2920
|
+
readonly name: "fAsset";
|
|
2921
|
+
readonly outputs: readonly [{
|
|
2922
|
+
readonly name: "";
|
|
2923
|
+
readonly internalType: "contract IERC20";
|
|
2924
|
+
readonly type: "address";
|
|
2925
|
+
}];
|
|
2926
|
+
readonly stateMutability: "view";
|
|
2927
|
+
}, {
|
|
2928
|
+
readonly type: "function";
|
|
2929
|
+
readonly inputs: readonly [{
|
|
2930
|
+
readonly name: "_account";
|
|
2931
|
+
readonly internalType: "address";
|
|
2932
|
+
readonly type: "address";
|
|
2933
|
+
}];
|
|
2934
|
+
readonly name: "getBalances";
|
|
2935
|
+
readonly outputs: readonly [{
|
|
2936
|
+
readonly name: "_balances";
|
|
2937
|
+
readonly internalType: "struct IFAssetRedeemComposer.AccountBalances";
|
|
2938
|
+
readonly type: "tuple";
|
|
2939
|
+
readonly components: readonly [{
|
|
2940
|
+
readonly name: "fAsset";
|
|
2941
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
2942
|
+
readonly type: "tuple";
|
|
2943
|
+
readonly components: readonly [{
|
|
2944
|
+
readonly name: "token";
|
|
2945
|
+
readonly internalType: "address";
|
|
2946
|
+
readonly type: "address";
|
|
2947
|
+
}, {
|
|
2948
|
+
readonly name: "balance";
|
|
2949
|
+
readonly internalType: "uint256";
|
|
2950
|
+
readonly type: "uint256";
|
|
2951
|
+
}];
|
|
2952
|
+
}, {
|
|
2953
|
+
readonly name: "stableCoin";
|
|
2954
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
2955
|
+
readonly type: "tuple";
|
|
2956
|
+
readonly components: readonly [{
|
|
2957
|
+
readonly name: "token";
|
|
2958
|
+
readonly internalType: "address";
|
|
2959
|
+
readonly type: "address";
|
|
2960
|
+
}, {
|
|
2961
|
+
readonly name: "balance";
|
|
2962
|
+
readonly internalType: "uint256";
|
|
2963
|
+
readonly type: "uint256";
|
|
2964
|
+
}];
|
|
2965
|
+
}, {
|
|
2966
|
+
readonly name: "wNat";
|
|
2967
|
+
readonly internalType: "struct IFAssetRedeemComposer.TokenBalance";
|
|
2968
|
+
readonly type: "tuple";
|
|
2969
|
+
readonly components: readonly [{
|
|
2970
|
+
readonly name: "token";
|
|
2971
|
+
readonly internalType: "address";
|
|
2972
|
+
readonly type: "address";
|
|
2973
|
+
}, {
|
|
2974
|
+
readonly name: "balance";
|
|
2975
|
+
readonly internalType: "uint256";
|
|
2976
|
+
readonly type: "uint256";
|
|
2977
|
+
}];
|
|
2978
|
+
}];
|
|
2979
|
+
}];
|
|
2980
|
+
readonly stateMutability: "view";
|
|
2981
|
+
}, {
|
|
2982
|
+
readonly type: "function";
|
|
2983
|
+
readonly inputs: readonly [{
|
|
2984
|
+
readonly name: "_srcEid";
|
|
2985
|
+
readonly internalType: "uint32";
|
|
2986
|
+
readonly type: "uint32";
|
|
2987
|
+
}];
|
|
2988
|
+
readonly name: "getComposerFeePPM";
|
|
2989
|
+
readonly outputs: readonly [{
|
|
2990
|
+
readonly name: "_composerFeePPM";
|
|
2991
|
+
readonly internalType: "uint256";
|
|
2992
|
+
readonly type: "uint256";
|
|
2993
|
+
}];
|
|
2994
|
+
readonly stateMutability: "view";
|
|
2995
|
+
}, {
|
|
2996
|
+
readonly type: "function";
|
|
2997
|
+
readonly inputs: readonly [{
|
|
2998
|
+
readonly name: "_encodedCall";
|
|
2999
|
+
readonly internalType: "bytes";
|
|
3000
|
+
readonly type: "bytes";
|
|
3001
|
+
}];
|
|
3002
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
3003
|
+
readonly outputs: readonly [{
|
|
3004
|
+
readonly name: "_allowedAfterTimestamp";
|
|
3005
|
+
readonly internalType: "uint256";
|
|
3006
|
+
readonly type: "uint256";
|
|
3007
|
+
}];
|
|
3008
|
+
readonly stateMutability: "view";
|
|
3009
|
+
}, {
|
|
3010
|
+
readonly type: "function";
|
|
3011
|
+
readonly inputs: readonly [{
|
|
3012
|
+
readonly name: "_redeemer";
|
|
3013
|
+
readonly internalType: "address";
|
|
3014
|
+
readonly type: "address";
|
|
3015
|
+
}];
|
|
3016
|
+
readonly name: "getRedeemerAccountAddress";
|
|
3017
|
+
readonly outputs: readonly [{
|
|
3018
|
+
readonly name: "";
|
|
3019
|
+
readonly internalType: "address";
|
|
3020
|
+
readonly type: "address";
|
|
3021
|
+
}];
|
|
3022
|
+
readonly stateMutability: "view";
|
|
3023
|
+
}, {
|
|
3024
|
+
readonly type: "function";
|
|
3025
|
+
readonly inputs: readonly [];
|
|
3026
|
+
readonly name: "getTimelockDurationSeconds";
|
|
3027
|
+
readonly outputs: readonly [{
|
|
3028
|
+
readonly name: "";
|
|
3029
|
+
readonly internalType: "uint256";
|
|
3030
|
+
readonly type: "uint256";
|
|
3031
|
+
}];
|
|
3032
|
+
readonly stateMutability: "view";
|
|
3033
|
+
}, {
|
|
3034
|
+
readonly type: "function";
|
|
3035
|
+
readonly inputs: readonly [];
|
|
3036
|
+
readonly name: "implementation";
|
|
3037
|
+
readonly outputs: readonly [{
|
|
3038
|
+
readonly name: "";
|
|
3039
|
+
readonly internalType: "address";
|
|
3040
|
+
readonly type: "address";
|
|
3041
|
+
}];
|
|
3042
|
+
readonly stateMutability: "view";
|
|
3043
|
+
}, {
|
|
3044
|
+
readonly type: "function";
|
|
3045
|
+
readonly inputs: readonly [{
|
|
3046
|
+
readonly name: "_address";
|
|
3047
|
+
readonly internalType: "address";
|
|
3048
|
+
readonly type: "address";
|
|
3049
|
+
}];
|
|
3050
|
+
readonly name: "isRedeemerAccount";
|
|
3051
|
+
readonly outputs: readonly [{
|
|
3052
|
+
readonly name: "_isRedeemerAccount";
|
|
3053
|
+
readonly internalType: "bool";
|
|
3054
|
+
readonly type: "bool";
|
|
3055
|
+
}, {
|
|
3056
|
+
readonly name: "_owner";
|
|
3057
|
+
readonly internalType: "address";
|
|
3058
|
+
readonly type: "address";
|
|
3059
|
+
}];
|
|
3060
|
+
readonly stateMutability: "view";
|
|
3061
|
+
}, {
|
|
3062
|
+
readonly type: "function";
|
|
3063
|
+
readonly inputs: readonly [{
|
|
3064
|
+
readonly name: "_from";
|
|
3065
|
+
readonly internalType: "address";
|
|
3066
|
+
readonly type: "address";
|
|
3067
|
+
}, {
|
|
3068
|
+
readonly name: "_guid";
|
|
3069
|
+
readonly internalType: "bytes32";
|
|
3070
|
+
readonly type: "bytes32";
|
|
3071
|
+
}, {
|
|
3072
|
+
readonly name: "_message";
|
|
3073
|
+
readonly internalType: "bytes";
|
|
3074
|
+
readonly type: "bytes";
|
|
3075
|
+
}, {
|
|
3076
|
+
readonly name: "_executor";
|
|
3077
|
+
readonly internalType: "address";
|
|
3078
|
+
readonly type: "address";
|
|
3079
|
+
}, {
|
|
3080
|
+
readonly name: "_extraData";
|
|
3081
|
+
readonly internalType: "bytes";
|
|
3082
|
+
readonly type: "bytes";
|
|
3083
|
+
}];
|
|
3084
|
+
readonly name: "lzCompose";
|
|
3085
|
+
readonly outputs: readonly [];
|
|
3086
|
+
readonly stateMutability: "payable";
|
|
3087
|
+
}, {
|
|
3088
|
+
readonly type: "function";
|
|
3089
|
+
readonly inputs: readonly [];
|
|
3090
|
+
readonly name: "redeemerAccountImplementation";
|
|
3091
|
+
readonly outputs: readonly [{
|
|
3092
|
+
readonly name: "";
|
|
3093
|
+
readonly internalType: "address";
|
|
3094
|
+
readonly type: "address";
|
|
3095
|
+
}];
|
|
3096
|
+
readonly stateMutability: "view";
|
|
3097
|
+
}, {
|
|
3098
|
+
readonly type: "function";
|
|
3099
|
+
readonly inputs: readonly [{
|
|
3100
|
+
readonly name: "_timelockDurationSeconds";
|
|
3101
|
+
readonly internalType: "uint256";
|
|
3102
|
+
readonly type: "uint256";
|
|
3103
|
+
}];
|
|
3104
|
+
readonly name: "setTimelockDuration";
|
|
3105
|
+
readonly outputs: readonly [];
|
|
3106
|
+
readonly stateMutability: "nonpayable";
|
|
3107
|
+
}, {
|
|
3108
|
+
readonly type: "function";
|
|
3109
|
+
readonly inputs: readonly [];
|
|
3110
|
+
readonly name: "stableCoin";
|
|
3111
|
+
readonly outputs: readonly [{
|
|
3112
|
+
readonly name: "";
|
|
3113
|
+
readonly internalType: "contract IERC20";
|
|
3114
|
+
readonly type: "address";
|
|
3115
|
+
}];
|
|
3116
|
+
readonly stateMutability: "view";
|
|
3117
|
+
}, {
|
|
3118
|
+
readonly type: "function";
|
|
3119
|
+
readonly inputs: readonly [];
|
|
3120
|
+
readonly name: "trustedSourceOApp";
|
|
3121
|
+
readonly outputs: readonly [{
|
|
3122
|
+
readonly name: "";
|
|
3123
|
+
readonly internalType: "address";
|
|
3124
|
+
readonly type: "address";
|
|
3125
|
+
}];
|
|
3126
|
+
readonly stateMutability: "view";
|
|
3127
|
+
}, {
|
|
3128
|
+
readonly type: "function";
|
|
3129
|
+
readonly inputs: readonly [];
|
|
3130
|
+
readonly name: "wNat";
|
|
3131
|
+
readonly outputs: readonly [{
|
|
3132
|
+
readonly name: "";
|
|
3133
|
+
readonly internalType: "contract IERC20";
|
|
3134
|
+
readonly type: "address";
|
|
3135
|
+
}];
|
|
3136
|
+
readonly stateMutability: "view";
|
|
3137
|
+
}], undefined, undefined, "abi">;
|
|
3138
|
+
//# sourceMappingURL=IFAssetRedeemComposer.d.ts.map
|