@flarenetwork/flare-wagmi-periphery-package 2.7.0 → 3.0.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.
Files changed (1441) hide show
  1. package/dist/contracts/coston/AggregatorV3Interface.d.ts +178 -0
  2. package/dist/contracts/coston/AggregatorV3Interface.d.ts.map +1 -0
  3. package/dist/contracts/coston/AggregatorV3Interface.js +64 -0
  4. package/dist/contracts/coston/AggregatorV3Interface.js.map +1 -0
  5. package/dist/contracts/coston/FtsoV2Interface.d.ts +1 -1
  6. package/dist/contracts/coston/FtsoV2Interface.d.ts.map +1 -1
  7. package/dist/contracts/coston/IAddressValidityVerification.d.ts +1 -1
  8. package/dist/contracts/coston/IAddressValidityVerification.d.ts.map +1 -1
  9. package/dist/contracts/coston/IAgentAlwaysAllowedMinters.d.ts +1 -1
  10. package/dist/contracts/coston/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
  11. package/dist/contracts/coston/IAgentOwnerRegistry.d.ts +1 -1
  12. package/dist/contracts/coston/IAgentOwnerRegistry.d.ts.map +1 -1
  13. package/dist/contracts/coston/IAgentVaultsFacet.d.ts +298 -0
  14. package/dist/contracts/coston/IAgentVaultsFacet.d.ts.map +1 -0
  15. package/dist/contracts/coston/IAgentVaultsFacet.js +76 -0
  16. package/dist/contracts/coston/IAgentVaultsFacet.js.map +1 -0
  17. package/dist/contracts/coston/IAssetManager.d.ts +6132 -332
  18. package/dist/contracts/coston/IAssetManager.d.ts.map +1 -1
  19. package/dist/contracts/coston/IAssetManager.js +617 -0
  20. package/dist/contracts/coston/IAssetManager.js.map +1 -1
  21. package/dist/contracts/coston/IAssetManagerController.d.ts +1 -1
  22. package/dist/contracts/coston/IAssetManagerController.d.ts.map +1 -1
  23. package/dist/contracts/coston/IBalanceDecreasingTransactionVerification.d.ts +1 -1
  24. package/dist/contracts/coston/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
  25. package/dist/contracts/coston/ICChainStake.d.ts +1 -1
  26. package/dist/contracts/coston/ICChainStake.d.ts.map +1 -1
  27. package/dist/contracts/coston/ICChainVotePower.d.ts +1 -1
  28. package/dist/contracts/coston/ICChainVotePower.d.ts.map +1 -1
  29. package/dist/contracts/coston/IClaimSetupManager.d.ts +1 -1
  30. package/dist/contracts/coston/IClaimSetupManager.d.ts.map +1 -1
  31. package/dist/contracts/coston/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
  32. package/dist/contracts/coston/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
  33. package/dist/contracts/coston/ICoreVaultClient.d.ts +650 -30
  34. package/dist/contracts/coston/ICoreVaultClient.d.ts.map +1 -1
  35. package/dist/contracts/coston/ICoreVaultClient.js +64 -0
  36. package/dist/contracts/coston/ICoreVaultClient.js.map +1 -1
  37. package/dist/contracts/coston/ICoreVaultClientSettings.d.ts +41 -1
  38. package/dist/contracts/coston/ICoreVaultClientSettings.d.ts.map +1 -1
  39. package/dist/contracts/coston/ICoreVaultClientSettings.js +7 -0
  40. package/dist/contracts/coston/ICoreVaultClientSettings.js.map +1 -1
  41. package/dist/contracts/coston/IDiamond.d.ts +72 -0
  42. package/dist/contracts/coston/IDiamond.d.ts.map +1 -0
  43. package/dist/contracts/coston/IDiamond.js +37 -0
  44. package/dist/contracts/coston/IDiamond.js.map +1 -0
  45. package/dist/contracts/coston/IDiamondCut.d.ts +270 -0
  46. package/dist/contracts/coston/IDiamondCut.d.ts.map +1 -0
  47. package/dist/contracts/coston/IDiamondCut.js +65 -0
  48. package/dist/contracts/coston/IDiamondCut.js.map +1 -0
  49. package/dist/contracts/coston/IDiamondLoupe.d.ts +1 -1
  50. package/dist/contracts/coston/IDiamondLoupe.d.ts.map +1 -1
  51. package/dist/contracts/coston/IDirectMinting.d.ts +1498 -0
  52. package/dist/contracts/coston/IDirectMinting.d.ts.map +1 -0
  53. package/dist/contracts/coston/IDirectMinting.js +174 -0
  54. package/dist/contracts/coston/IDirectMinting.js.map +1 -0
  55. package/dist/contracts/coston/IDirectMintingSettings.d.ts +1038 -0
  56. package/dist/contracts/coston/IDirectMintingSettings.d.ts.map +1 -0
  57. package/dist/contracts/coston/IDirectMintingSettings.js +207 -0
  58. package/dist/contracts/coston/IDirectMintingSettings.js.map +1 -0
  59. package/dist/contracts/coston/IERC165.d.ts +34 -0
  60. package/dist/contracts/coston/IERC165.d.ts.map +1 -0
  61. package/dist/contracts/coston/IERC165.js +24 -0
  62. package/dist/contracts/coston/IERC165.js.map +1 -0
  63. package/dist/contracts/coston/IERC173.d.ts +193 -0
  64. package/dist/contracts/coston/IERC173.d.ts.map +1 -0
  65. package/dist/contracts/coston/IERC173.js +52 -0
  66. package/dist/contracts/coston/IERC173.js.map +1 -0
  67. package/dist/contracts/coston/IEVMTransactionVerification.d.ts +1 -1
  68. package/dist/contracts/coston/IEVMTransactionVerification.d.ts.map +1 -1
  69. package/dist/contracts/coston/IEntityManager.d.ts +1 -1
  70. package/dist/contracts/coston/IEntityManager.d.ts.map +1 -1
  71. package/dist/contracts/coston/IExecutorsFacet.d.ts +136 -0
  72. package/dist/contracts/coston/IExecutorsFacet.d.ts.map +1 -0
  73. package/dist/contracts/coston/IExecutorsFacet.js +45 -0
  74. package/dist/contracts/coston/IExecutorsFacet.js.map +1 -0
  75. package/dist/contracts/coston/IFAsset.d.ts +1 -1
  76. package/dist/contracts/coston/IFAsset.d.ts.map +1 -1
  77. package/dist/contracts/coston/IFAssetRedeemComposer.d.ts +3138 -0
  78. package/dist/contracts/coston/IFAssetRedeemComposer.d.ts.map +1 -0
  79. package/dist/contracts/coston/IFAssetRedeemComposer.js +371 -0
  80. package/dist/contracts/coston/IFAssetRedeemComposer.js.map +1 -0
  81. package/dist/contracts/coston/IFAssetRedeemerAccount.d.ts +1623 -0
  82. package/dist/contracts/coston/IFAssetRedeemerAccount.d.ts.map +1 -0
  83. package/dist/contracts/coston/IFAssetRedeemerAccount.js +197 -0
  84. package/dist/contracts/coston/IFAssetRedeemerAccount.js.map +1 -0
  85. package/dist/contracts/coston/IFastUpdateIncentiveManager.d.ts +1 -1
  86. package/dist/contracts/coston/IFastUpdateIncentiveManager.d.ts.map +1 -1
  87. package/dist/contracts/coston/IFastUpdater.d.ts +1 -1
  88. package/dist/contracts/coston/IFastUpdater.d.ts.map +1 -1
  89. package/dist/contracts/coston/IFastUpdatesConfiguration.d.ts +1 -1
  90. package/dist/contracts/coston/IFastUpdatesConfiguration.d.ts.map +1 -1
  91. package/dist/contracts/coston/IFdcHub.d.ts +1 -1
  92. package/dist/contracts/coston/IFdcHub.d.ts.map +1 -1
  93. package/dist/contracts/coston/IFdcInflationConfigurations.d.ts +1 -1
  94. package/dist/contracts/coston/IFdcInflationConfigurations.d.ts.map +1 -1
  95. package/dist/contracts/coston/IFdcRequestFeeConfigurations.d.ts +1 -1
  96. package/dist/contracts/coston/IFdcRequestFeeConfigurations.d.ts.map +1 -1
  97. package/dist/contracts/coston/IFdcVerification.d.ts +441 -1
  98. package/dist/contracts/coston/IFdcVerification.d.ts.map +1 -1
  99. package/dist/contracts/coston/IFdcVerification.js +112 -0
  100. package/dist/contracts/coston/IFdcVerification.js.map +1 -1
  101. package/dist/contracts/coston/IFeeCalculator.d.ts +1 -1
  102. package/dist/contracts/coston/IFeeCalculator.d.ts.map +1 -1
  103. package/dist/contracts/coston/IFlareAssetRegistry.d.ts +1 -1
  104. package/dist/contracts/coston/IFlareAssetRegistry.d.ts.map +1 -1
  105. package/dist/contracts/coston/IFlareContractRegistry.d.ts +1 -1
  106. package/dist/contracts/coston/IFlareContractRegistry.d.ts.map +1 -1
  107. package/dist/contracts/coston/IFlareSystemsCalculator.d.ts +1 -1
  108. package/dist/contracts/coston/IFlareSystemsCalculator.d.ts.map +1 -1
  109. package/dist/contracts/coston/IFlareSystemsManager.d.ts +1 -1
  110. package/dist/contracts/coston/IFlareSystemsManager.d.ts.map +1 -1
  111. package/dist/contracts/coston/IFtso.d.ts +1 -1
  112. package/dist/contracts/coston/IFtso.d.ts.map +1 -1
  113. package/dist/contracts/coston/IFtsoFeedDecimals.d.ts +1 -1
  114. package/dist/contracts/coston/IFtsoFeedDecimals.d.ts.map +1 -1
  115. package/dist/contracts/coston/IFtsoFeedIdConverter.d.ts +1 -1
  116. package/dist/contracts/coston/IFtsoFeedIdConverter.d.ts.map +1 -1
  117. package/dist/contracts/coston/IFtsoFeedPublisher.d.ts +1 -1
  118. package/dist/contracts/coston/IFtsoFeedPublisher.d.ts.map +1 -1
  119. package/dist/contracts/coston/IFtsoInflationConfigurations.d.ts +1 -1
  120. package/dist/contracts/coston/IFtsoInflationConfigurations.d.ts.map +1 -1
  121. package/dist/contracts/coston/IFtsoManager.d.ts +1 -1
  122. package/dist/contracts/coston/IFtsoManager.d.ts.map +1 -1
  123. package/dist/contracts/coston/IFtsoManagerGenesis.d.ts +1 -1
  124. package/dist/contracts/coston/IFtsoManagerGenesis.d.ts.map +1 -1
  125. package/dist/contracts/coston/IFtsoRegistry.d.ts +1 -1
  126. package/dist/contracts/coston/IFtsoRegistry.d.ts.map +1 -1
  127. package/dist/contracts/coston/IFtsoRegistryGenesis.d.ts +1 -1
  128. package/dist/contracts/coston/IFtsoRegistryGenesis.d.ts.map +1 -1
  129. package/dist/contracts/coston/IFtsoRewardManager.d.ts +1 -1
  130. package/dist/contracts/coston/IFtsoRewardManager.d.ts.map +1 -1
  131. package/dist/contracts/coston/IFtsoRewardOffersManager.d.ts +1 -1
  132. package/dist/contracts/coston/IFtsoRewardOffersManager.d.ts.map +1 -1
  133. package/dist/contracts/coston/IGenericRewardManager.d.ts +1 -1
  134. package/dist/contracts/coston/IGenericRewardManager.d.ts.map +1 -1
  135. package/dist/contracts/coston/IGovernanceSettings.d.ts +1 -1
  136. package/dist/contracts/coston/IGovernanceSettings.d.ts.map +1 -1
  137. package/dist/contracts/coston/IGovernanceVotePower.d.ts +1 -1
  138. package/dist/contracts/coston/IGovernanceVotePower.d.ts.map +1 -1
  139. package/dist/contracts/coston/IGovernor.d.ts +1 -1
  140. package/dist/contracts/coston/IGovernor.d.ts.map +1 -1
  141. package/dist/contracts/coston/IIAddressUpdater.d.ts +1 -1
  142. package/dist/contracts/coston/IIAddressUpdater.d.ts.map +1 -1
  143. package/dist/contracts/coston/IIClaimSetupManager.d.ts +1 -1
  144. package/dist/contracts/coston/IIClaimSetupManager.d.ts.map +1 -1
  145. package/dist/contracts/coston/IICleanable.d.ts +1 -1
  146. package/dist/contracts/coston/IICleanable.d.ts.map +1 -1
  147. package/dist/contracts/coston/IICustomFeed.d.ts +1 -1
  148. package/dist/contracts/coston/IICustomFeed.d.ts.map +1 -1
  149. package/dist/contracts/coston/IIERC20WithMetadata.d.ts +1 -1
  150. package/dist/contracts/coston/IIERC20WithMetadata.d.ts.map +1 -1
  151. package/dist/contracts/coston/IIEntityManager.d.ts +1 -1
  152. package/dist/contracts/coston/IIEntityManager.d.ts.map +1 -1
  153. package/dist/contracts/coston/IIFastUpdaterView.d.ts +1 -1
  154. package/dist/contracts/coston/IIFastUpdaterView.d.ts.map +1 -1
  155. package/dist/contracts/coston/IIFlareAssetRegistry.d.ts +1 -1
  156. package/dist/contracts/coston/IIFlareAssetRegistry.d.ts.map +1 -1
  157. package/dist/contracts/coston/IIFlareAssetRegistryProvider.d.ts +1 -1
  158. package/dist/contracts/coston/IIFlareAssetRegistryProvider.d.ts.map +1 -1
  159. package/dist/contracts/coston/IIFlareSystemsCalculator.d.ts +1 -1
  160. package/dist/contracts/coston/IIFlareSystemsCalculator.d.ts.map +1 -1
  161. package/dist/contracts/coston/IIFlareSystemsManager.d.ts +1 -1
  162. package/dist/contracts/coston/IIFlareSystemsManager.d.ts.map +1 -1
  163. package/dist/contracts/coston/IIFtso.d.ts +1 -1
  164. package/dist/contracts/coston/IIFtso.d.ts.map +1 -1
  165. package/dist/contracts/coston/IIFtsoFeedPublisher.d.ts +1 -1
  166. package/dist/contracts/coston/IIFtsoFeedPublisher.d.ts.map +1 -1
  167. package/dist/contracts/coston/IIFtsoManager.d.ts +1 -1
  168. package/dist/contracts/coston/IIFtsoManager.d.ts.map +1 -1
  169. package/dist/contracts/coston/IIFtsoManagerProxy.d.ts +1 -1
  170. package/dist/contracts/coston/IIFtsoManagerProxy.d.ts.map +1 -1
  171. package/dist/contracts/coston/IIFtsoManagerV1.d.ts +1 -1
  172. package/dist/contracts/coston/IIFtsoManagerV1.d.ts.map +1 -1
  173. package/dist/contracts/coston/IIFtsoRegistry.d.ts +1 -1
  174. package/dist/contracts/coston/IIFtsoRegistry.d.ts.map +1 -1
  175. package/dist/contracts/coston/IIFtsoRegistryV1.d.ts +1 -1
  176. package/dist/contracts/coston/IIFtsoRegistryV1.d.ts.map +1 -1
  177. package/dist/contracts/coston/IIFtsoRewardManager.d.ts +1 -1
  178. package/dist/contracts/coston/IIFtsoRewardManager.d.ts.map +1 -1
  179. package/dist/contracts/coston/IIGovernanceVotePower.d.ts +1 -1
  180. package/dist/contracts/coston/IIGovernanceVotePower.d.ts.map +1 -1
  181. package/dist/contracts/coston/IIGovernorProposer.d.ts +1 -1
  182. package/dist/contracts/coston/IIGovernorProposer.d.ts.map +1 -1
  183. package/dist/contracts/coston/IIInflationReceiver.d.ts +1 -1
  184. package/dist/contracts/coston/IIInflationReceiver.d.ts.map +1 -1
  185. package/dist/contracts/coston/IIInflationReceiverV1.d.ts +1 -1
  186. package/dist/contracts/coston/IIInflationReceiverV1.d.ts.map +1 -1
  187. package/dist/contracts/coston/IIInflationV1.d.ts +1 -1
  188. package/dist/contracts/coston/IIInflationV1.d.ts.map +1 -1
  189. package/dist/contracts/coston/IINodePossessionVerifier.d.ts +1 -1
  190. package/dist/contracts/coston/IINodePossessionVerifier.d.ts.map +1 -1
  191. package/dist/contracts/coston/IIPollingFoundation.d.ts +1 -1
  192. package/dist/contracts/coston/IIPollingFoundation.d.ts.map +1 -1
  193. package/dist/contracts/coston/IIPollingManagementGroup.d.ts +1 -1
  194. package/dist/contracts/coston/IIPollingManagementGroup.d.ts.map +1 -1
  195. package/dist/contracts/coston/IIPriceSubmitter.d.ts +1 -1
  196. package/dist/contracts/coston/IIPriceSubmitter.d.ts.map +1 -1
  197. package/dist/contracts/coston/IIPublicKeyVerifier.d.ts +1 -1
  198. package/dist/contracts/coston/IIPublicKeyVerifier.d.ts.map +1 -1
  199. package/dist/contracts/coston/IIRNat.d.ts +1 -1
  200. package/dist/contracts/coston/IIRNat.d.ts.map +1 -1
  201. package/dist/contracts/coston/IIRNatAccount.d.ts +1 -1
  202. package/dist/contracts/coston/IIRNatAccount.d.ts.map +1 -1
  203. package/dist/contracts/coston/IIRandomProvider.d.ts +1 -1
  204. package/dist/contracts/coston/IIRandomProvider.d.ts.map +1 -1
  205. package/dist/contracts/coston/IIRelay.d.ts +301 -1
  206. package/dist/contracts/coston/IIRelay.d.ts.map +1 -1
  207. package/dist/contracts/coston/IIRelay.js +26 -0
  208. package/dist/contracts/coston/IIRelay.js.map +1 -1
  209. package/dist/contracts/coston/IIRewardManager.d.ts +1 -1
  210. package/dist/contracts/coston/IIRewardManager.d.ts.map +1 -1
  211. package/dist/contracts/coston/IISubmission.d.ts +1 -1
  212. package/dist/contracts/coston/IISubmission.d.ts.map +1 -1
  213. package/dist/contracts/coston/IISupply.d.ts +1 -1
  214. package/dist/contracts/coston/IISupply.d.ts.map +1 -1
  215. package/dist/contracts/coston/IITokenPool.d.ts +1 -1
  216. package/dist/contracts/coston/IITokenPool.d.ts.map +1 -1
  217. package/dist/contracts/coston/IIVPContract.d.ts +1 -1
  218. package/dist/contracts/coston/IIVPContract.d.ts.map +1 -1
  219. package/dist/contracts/coston/IIVPToken.d.ts +1 -1
  220. package/dist/contracts/coston/IIVPToken.d.ts.map +1 -1
  221. package/dist/contracts/coston/IIVoterRegistry.d.ts +1 -1
  222. package/dist/contracts/coston/IIVoterRegistry.d.ts.map +1 -1
  223. package/dist/contracts/coston/IIVoterWhitelister.d.ts +1 -1
  224. package/dist/contracts/coston/IIVoterWhitelister.d.ts.map +1 -1
  225. package/dist/contracts/coston/IIncreaseManager.d.ts +1 -1
  226. package/dist/contracts/coston/IIncreaseManager.d.ts.map +1 -1
  227. package/dist/contracts/coston/IInstructionFeesFacet.d.ts +247 -0
  228. package/dist/contracts/coston/IInstructionFeesFacet.d.ts.map +1 -0
  229. package/dist/contracts/coston/IInstructionFeesFacet.js +69 -0
  230. package/dist/contracts/coston/IInstructionFeesFacet.js.map +1 -0
  231. package/dist/contracts/coston/IInstructionsFacet.d.ts +3148 -0
  232. package/dist/contracts/coston/IInstructionsFacet.d.ts.map +1 -0
  233. package/dist/contracts/coston/IInstructionsFacet.js +311 -0
  234. package/dist/contracts/coston/IInstructionsFacet.js.map +1 -0
  235. package/dist/contracts/coston/IMasterAccountController.d.ts +10173 -0
  236. package/dist/contracts/coston/IMasterAccountController.d.ts.map +1 -0
  237. package/dist/contracts/coston/IMasterAccountController.js +1114 -0
  238. package/dist/contracts/coston/IMasterAccountController.js.map +1 -0
  239. package/dist/contracts/coston/IMemoInstructionsFacet.d.ts +1483 -0
  240. package/dist/contracts/coston/IMemoInstructionsFacet.d.ts.map +1 -0
  241. package/dist/contracts/coston/IMemoInstructionsFacet.js +184 -0
  242. package/dist/contracts/coston/IMemoInstructionsFacet.js.map +1 -0
  243. package/dist/contracts/coston/IOwnableWithTimelock.d.ts +598 -0
  244. package/dist/contracts/coston/IOwnableWithTimelock.d.ts.map +1 -0
  245. package/dist/contracts/coston/IOwnableWithTimelock.js +99 -0
  246. package/dist/contracts/coston/IOwnableWithTimelock.js.map +1 -0
  247. package/dist/contracts/coston/IPauseFacet.d.ts +848 -0
  248. package/dist/contracts/coston/IPauseFacet.d.ts.map +1 -0
  249. package/dist/contracts/coston/IPauseFacet.js +115 -0
  250. package/dist/contracts/coston/IPauseFacet.js.map +1 -0
  251. package/dist/contracts/coston/IPaymentProofsFacet.d.ts +184 -0
  252. package/dist/contracts/coston/IPaymentProofsFacet.d.ts.map +1 -0
  253. package/dist/contracts/coston/IPaymentProofsFacet.js +52 -0
  254. package/dist/contracts/coston/IPaymentProofsFacet.js.map +1 -0
  255. package/dist/contracts/coston/IPaymentVerification.d.ts +1 -1
  256. package/dist/contracts/coston/IPaymentVerification.d.ts.map +1 -1
  257. package/dist/contracts/coston/IPersonalAccount.d.ts +928 -0
  258. package/dist/contracts/coston/IPersonalAccount.d.ts.map +1 -0
  259. package/dist/contracts/coston/IPersonalAccount.js +167 -0
  260. package/dist/contracts/coston/IPersonalAccount.js.map +1 -0
  261. package/dist/contracts/coston/IPersonalAccountsFacet.d.ts +193 -0
  262. package/dist/contracts/coston/IPersonalAccountsFacet.d.ts.map +1 -0
  263. package/dist/contracts/coston/IPersonalAccountsFacet.js +58 -0
  264. package/dist/contracts/coston/IPersonalAccountsFacet.js.map +1 -0
  265. package/dist/contracts/coston/IPollingFtso.d.ts +1 -1
  266. package/dist/contracts/coston/IPollingFtso.d.ts.map +1 -1
  267. package/dist/contracts/coston/IPollingManagementGroup.d.ts +1 -1
  268. package/dist/contracts/coston/IPollingManagementGroup.d.ts.map +1 -1
  269. package/dist/contracts/coston/IPriceSubmitter.d.ts +1 -1
  270. package/dist/contracts/coston/IPriceSubmitter.d.ts.map +1 -1
  271. package/dist/contracts/coston/IRNat.d.ts +1 -1
  272. package/dist/contracts/coston/IRNat.d.ts.map +1 -1
  273. package/dist/contracts/coston/IRNatAccount.d.ts +1 -1
  274. package/dist/contracts/coston/IRNatAccount.d.ts.map +1 -1
  275. package/dist/contracts/coston/IRandomProvider.d.ts +1 -1
  276. package/dist/contracts/coston/IRandomProvider.d.ts.map +1 -1
  277. package/dist/contracts/coston/IReaderFacet.d.ts +422 -0
  278. package/dist/contracts/coston/IReaderFacet.d.ts.map +1 -0
  279. package/dist/contracts/coston/IReaderFacet.js +159 -0
  280. package/dist/contracts/coston/IReaderFacet.js.map +1 -0
  281. package/dist/contracts/coston/IRedeemExtended.d.ts +2288 -0
  282. package/dist/contracts/coston/IRedeemExtended.d.ts.map +1 -0
  283. package/dist/contracts/coston/IRedeemExtended.js +236 -0
  284. package/dist/contracts/coston/IRedeemExtended.js.map +1 -0
  285. package/dist/contracts/coston/IRedeemExtendedSettings.d.ts +94 -0
  286. package/dist/contracts/coston/IRedeemExtendedSettings.d.ts.map +1 -0
  287. package/dist/contracts/coston/IRedeemExtendedSettings.js +43 -0
  288. package/dist/contracts/coston/IRedeemExtendedSettings.js.map +1 -0
  289. package/dist/contracts/coston/IRedemptionTimeExtension.d.ts +1 -1
  290. package/dist/contracts/coston/IRedemptionTimeExtension.d.ts.map +1 -1
  291. package/dist/contracts/coston/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
  292. package/dist/contracts/coston/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
  293. package/dist/contracts/coston/IRelay.d.ts +301 -1
  294. package/dist/contracts/coston/IRelay.d.ts.map +1 -1
  295. package/dist/contracts/coston/IRelay.js +26 -0
  296. package/dist/contracts/coston/IRelay.js.map +1 -1
  297. package/dist/contracts/coston/IRewardManager.d.ts +1 -1
  298. package/dist/contracts/coston/IRewardManager.d.ts.map +1 -1
  299. package/dist/contracts/coston/ISubmission.d.ts +1 -1
  300. package/dist/contracts/coston/ISubmission.d.ts.map +1 -1
  301. package/dist/contracts/coston/ITimelockFacet.d.ts +498 -0
  302. package/dist/contracts/coston/ITimelockFacet.d.ts.map +1 -0
  303. package/dist/contracts/coston/ITimelockFacet.js +81 -0
  304. package/dist/contracts/coston/ITimelockFacet.js.map +1 -0
  305. package/dist/contracts/coston/ITypeTemplateVerification.d.ts +1 -1
  306. package/dist/contracts/coston/ITypeTemplateVerification.d.ts.map +1 -1
  307. package/dist/contracts/coston/IVPToken.d.ts +1 -1
  308. package/dist/contracts/coston/IVPToken.d.ts.map +1 -1
  309. package/dist/contracts/coston/IVaultsFacet.d.ts +280 -0
  310. package/dist/contracts/coston/IVaultsFacet.d.ts.map +1 -0
  311. package/dist/contracts/coston/IVaultsFacet.js +61 -0
  312. package/dist/contracts/coston/IVaultsFacet.js.map +1 -0
  313. package/dist/contracts/coston/IVoterPreRegistry.d.ts +1 -1
  314. package/dist/contracts/coston/IVoterPreRegistry.d.ts.map +1 -1
  315. package/dist/contracts/coston/IVoterRegistry.d.ts +1 -1
  316. package/dist/contracts/coston/IVoterRegistry.d.ts.map +1 -1
  317. package/dist/contracts/coston/IVoterWhitelister.d.ts +1 -1
  318. package/dist/contracts/coston/IVoterWhitelister.d.ts.map +1 -1
  319. package/dist/contracts/coston/IWNatDelegationFee.d.ts +1 -1
  320. package/dist/contracts/coston/IWNatDelegationFee.d.ts.map +1 -1
  321. package/dist/contracts/coston/IWeb2JsonVerification.d.ts +1 -1
  322. package/dist/contracts/coston/IWeb2JsonVerification.d.ts.map +1 -1
  323. package/dist/contracts/coston/IXRPPayment.d.ts +2 -0
  324. package/dist/contracts/coston/IXRPPayment.d.ts.map +1 -0
  325. package/dist/contracts/{coston2/IJsonApi.js → coston/IXRPPayment.js} +4 -4
  326. package/dist/contracts/coston/IXRPPayment.js.map +1 -0
  327. package/dist/contracts/coston/IXRPPaymentNonexistence.d.ts +2 -0
  328. package/dist/contracts/coston/IXRPPaymentNonexistence.d.ts.map +1 -0
  329. package/dist/contracts/coston/IXRPPaymentNonexistence.js +7 -0
  330. package/dist/contracts/coston/IXRPPaymentNonexistence.js.map +1 -0
  331. package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.d.ts +210 -0
  332. package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
  333. package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.js +73 -0
  334. package/dist/contracts/coston/IXRPPaymentNonexistenceVerification.js.map +1 -0
  335. package/dist/contracts/coston/IXRPPaymentVerification.d.ts +242 -0
  336. package/dist/contracts/coston/IXRPPaymentVerification.d.ts.map +1 -0
  337. package/dist/contracts/coston/IXRPPaymentVerification.js +75 -0
  338. package/dist/contracts/coston/IXRPPaymentVerification.js.map +1 -0
  339. package/dist/contracts/coston/IXrplProviderWalletsFacet.d.ts +148 -0
  340. package/dist/contracts/coston/IXrplProviderWalletsFacet.d.ts.map +1 -0
  341. package/dist/contracts/coston/IXrplProviderWalletsFacet.js +54 -0
  342. package/dist/contracts/coston/IXrplProviderWalletsFacet.js.map +1 -0
  343. package/dist/contracts/coston/ProtocolsV2Interface.d.ts +1 -1
  344. package/dist/contracts/coston/ProtocolsV2Interface.d.ts.map +1 -1
  345. package/dist/contracts/coston/RandomNumberV2Interface.d.ts +1 -1
  346. package/dist/contracts/coston/RandomNumberV2Interface.d.ts.map +1 -1
  347. package/dist/contracts/coston/RewardsV2Interface.d.ts +1 -1
  348. package/dist/contracts/coston/RewardsV2Interface.d.ts.map +1 -1
  349. package/dist/contracts/coston/TestFtsoV2Interface.d.ts +1 -1
  350. package/dist/contracts/coston/TestFtsoV2Interface.d.ts.map +1 -1
  351. package/dist/contracts/coston/index.d.ts +30 -2
  352. package/dist/contracts/coston/index.d.ts.map +1 -1
  353. package/dist/contracts/coston/index.js +30 -2
  354. package/dist/contracts/coston/index.js.map +1 -1
  355. package/dist/contracts/coston2/AggregatorV3Interface.d.ts +178 -0
  356. package/dist/contracts/coston2/AggregatorV3Interface.d.ts.map +1 -0
  357. package/dist/contracts/coston2/AggregatorV3Interface.js +64 -0
  358. package/dist/contracts/coston2/AggregatorV3Interface.js.map +1 -0
  359. package/dist/contracts/coston2/FtsoV2Interface.d.ts +1 -1
  360. package/dist/contracts/coston2/FtsoV2Interface.d.ts.map +1 -1
  361. package/dist/contracts/coston2/IAddressBinder.d.ts +1 -1
  362. package/dist/contracts/coston2/IAddressBinder.d.ts.map +1 -1
  363. package/dist/contracts/coston2/IAddressValidityVerification.d.ts +1 -1
  364. package/dist/contracts/coston2/IAddressValidityVerification.d.ts.map +1 -1
  365. package/dist/contracts/coston2/IAgentAlwaysAllowedMinters.d.ts +1 -1
  366. package/dist/contracts/coston2/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
  367. package/dist/contracts/coston2/IAgentOwnerRegistry.d.ts +1 -1
  368. package/dist/contracts/coston2/IAgentOwnerRegistry.d.ts.map +1 -1
  369. package/dist/contracts/coston2/IAgentVaultsFacet.d.ts +1 -1
  370. package/dist/contracts/coston2/IAgentVaultsFacet.d.ts.map +1 -1
  371. package/dist/contracts/coston2/IAssetManager.d.ts +6132 -332
  372. package/dist/contracts/coston2/IAssetManager.d.ts.map +1 -1
  373. package/dist/contracts/coston2/IAssetManager.js +617 -0
  374. package/dist/contracts/coston2/IAssetManager.js.map +1 -1
  375. package/dist/contracts/coston2/IAssetManagerController.d.ts +1 -1
  376. package/dist/contracts/coston2/IAssetManagerController.d.ts.map +1 -1
  377. package/dist/contracts/coston2/IBalanceDecreasingTransactionVerification.d.ts +1 -1
  378. package/dist/contracts/coston2/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
  379. package/dist/contracts/coston2/ICChainStake.d.ts +1 -1
  380. package/dist/contracts/coston2/ICChainStake.d.ts.map +1 -1
  381. package/dist/contracts/coston2/ICChainVotePower.d.ts +1 -1
  382. package/dist/contracts/coston2/ICChainVotePower.d.ts.map +1 -1
  383. package/dist/contracts/coston2/IClaimSetupManager.d.ts +1 -1
  384. package/dist/contracts/coston2/IClaimSetupManager.d.ts.map +1 -1
  385. package/dist/contracts/coston2/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
  386. package/dist/contracts/coston2/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
  387. package/dist/contracts/coston2/ICoreVaultClient.d.ts +650 -30
  388. package/dist/contracts/coston2/ICoreVaultClient.d.ts.map +1 -1
  389. package/dist/contracts/coston2/ICoreVaultClient.js +64 -0
  390. package/dist/contracts/coston2/ICoreVaultClient.js.map +1 -1
  391. package/dist/contracts/coston2/ICoreVaultClientSettings.d.ts +41 -1
  392. package/dist/contracts/coston2/ICoreVaultClientSettings.d.ts.map +1 -1
  393. package/dist/contracts/coston2/ICoreVaultClientSettings.js +7 -0
  394. package/dist/contracts/coston2/ICoreVaultClientSettings.js.map +1 -1
  395. package/dist/contracts/coston2/IDiamondLoupe.d.ts +1 -1
  396. package/dist/contracts/coston2/IDiamondLoupe.d.ts.map +1 -1
  397. package/dist/contracts/coston2/IDirectMinting.d.ts +1498 -0
  398. package/dist/contracts/coston2/IDirectMinting.d.ts.map +1 -0
  399. package/dist/contracts/coston2/IDirectMinting.js +174 -0
  400. package/dist/contracts/coston2/IDirectMinting.js.map +1 -0
  401. package/dist/contracts/coston2/IDirectMintingSettings.d.ts +1038 -0
  402. package/dist/contracts/coston2/IDirectMintingSettings.d.ts.map +1 -0
  403. package/dist/contracts/coston2/IDirectMintingSettings.js +207 -0
  404. package/dist/contracts/coston2/IDirectMintingSettings.js.map +1 -0
  405. package/dist/contracts/coston2/IDistributionToDelegators.d.ts +1 -1
  406. package/dist/contracts/coston2/IDistributionToDelegators.d.ts.map +1 -1
  407. package/dist/contracts/coston2/IERC165.d.ts +1 -1
  408. package/dist/contracts/coston2/IERC165.d.ts.map +1 -1
  409. package/dist/contracts/coston2/IERC173.d.ts +1 -1
  410. package/dist/contracts/coston2/IERC173.d.ts.map +1 -1
  411. package/dist/contracts/coston2/IEVMTransactionVerification.d.ts +1 -1
  412. package/dist/contracts/coston2/IEVMTransactionVerification.d.ts.map +1 -1
  413. package/dist/contracts/coston2/IEntityManager.d.ts +1 -1
  414. package/dist/contracts/coston2/IEntityManager.d.ts.map +1 -1
  415. package/dist/contracts/coston2/IExecutorsFacet.d.ts +1 -1
  416. package/dist/contracts/coston2/IExecutorsFacet.d.ts.map +1 -1
  417. package/dist/contracts/coston2/IFAsset.d.ts +1 -1
  418. package/dist/contracts/coston2/IFAsset.d.ts.map +1 -1
  419. package/dist/contracts/coston2/IFAssetRedeemComposer.d.ts +3138 -0
  420. package/dist/contracts/coston2/IFAssetRedeemComposer.d.ts.map +1 -0
  421. package/dist/contracts/coston2/IFAssetRedeemComposer.js +371 -0
  422. package/dist/contracts/coston2/IFAssetRedeemComposer.js.map +1 -0
  423. package/dist/contracts/coston2/IFAssetRedeemerAccount.d.ts +1623 -0
  424. package/dist/contracts/coston2/IFAssetRedeemerAccount.d.ts.map +1 -0
  425. package/dist/contracts/coston2/IFAssetRedeemerAccount.js +197 -0
  426. package/dist/contracts/coston2/IFAssetRedeemerAccount.js.map +1 -0
  427. package/dist/contracts/coston2/IFastUpdateIncentiveManager.d.ts +1 -1
  428. package/dist/contracts/coston2/IFastUpdateIncentiveManager.d.ts.map +1 -1
  429. package/dist/contracts/coston2/IFastUpdater.d.ts +1 -1
  430. package/dist/contracts/coston2/IFastUpdater.d.ts.map +1 -1
  431. package/dist/contracts/coston2/IFastUpdatesConfiguration.d.ts +1 -1
  432. package/dist/contracts/coston2/IFastUpdatesConfiguration.d.ts.map +1 -1
  433. package/dist/contracts/coston2/IFdcHub.d.ts +1 -1
  434. package/dist/contracts/coston2/IFdcHub.d.ts.map +1 -1
  435. package/dist/contracts/coston2/IFdcInflationConfigurations.d.ts +1 -1
  436. package/dist/contracts/coston2/IFdcInflationConfigurations.d.ts.map +1 -1
  437. package/dist/contracts/coston2/IFdcRequestFeeConfigurations.d.ts +1 -1
  438. package/dist/contracts/coston2/IFdcRequestFeeConfigurations.d.ts.map +1 -1
  439. package/dist/contracts/coston2/IFdcVerification.d.ts +441 -1
  440. package/dist/contracts/coston2/IFdcVerification.d.ts.map +1 -1
  441. package/dist/contracts/coston2/IFdcVerification.js +112 -0
  442. package/dist/contracts/coston2/IFdcVerification.js.map +1 -1
  443. package/dist/contracts/coston2/IFeeCalculator.d.ts +1 -1
  444. package/dist/contracts/coston2/IFeeCalculator.d.ts.map +1 -1
  445. package/dist/contracts/coston2/IFlareAssetRegistry.d.ts +1 -1
  446. package/dist/contracts/coston2/IFlareAssetRegistry.d.ts.map +1 -1
  447. package/dist/contracts/coston2/IFlareContractRegistry.d.ts +1 -1
  448. package/dist/contracts/coston2/IFlareContractRegistry.d.ts.map +1 -1
  449. package/dist/contracts/coston2/IFlareDaemonize.d.ts +1 -1
  450. package/dist/contracts/coston2/IFlareDaemonize.d.ts.map +1 -1
  451. package/dist/contracts/coston2/IFlareSystemsCalculator.d.ts +1 -1
  452. package/dist/contracts/coston2/IFlareSystemsCalculator.d.ts.map +1 -1
  453. package/dist/contracts/coston2/IFlareSystemsManager.d.ts +1 -1
  454. package/dist/contracts/coston2/IFlareSystemsManager.d.ts.map +1 -1
  455. package/dist/contracts/coston2/IFtso.d.ts +1 -1
  456. package/dist/contracts/coston2/IFtso.d.ts.map +1 -1
  457. package/dist/contracts/coston2/IFtsoFeedDecimals.d.ts +1 -1
  458. package/dist/contracts/coston2/IFtsoFeedDecimals.d.ts.map +1 -1
  459. package/dist/contracts/coston2/IFtsoFeedIdConverter.d.ts +1 -1
  460. package/dist/contracts/coston2/IFtsoFeedIdConverter.d.ts.map +1 -1
  461. package/dist/contracts/coston2/IFtsoFeedPublisher.d.ts +1 -1
  462. package/dist/contracts/coston2/IFtsoFeedPublisher.d.ts.map +1 -1
  463. package/dist/contracts/coston2/IFtsoInflationConfigurations.d.ts +1 -1
  464. package/dist/contracts/coston2/IFtsoInflationConfigurations.d.ts.map +1 -1
  465. package/dist/contracts/coston2/IFtsoManager.d.ts +1 -1
  466. package/dist/contracts/coston2/IFtsoManager.d.ts.map +1 -1
  467. package/dist/contracts/coston2/IFtsoManagerGenesis.d.ts +1 -1
  468. package/dist/contracts/coston2/IFtsoManagerGenesis.d.ts.map +1 -1
  469. package/dist/contracts/coston2/IFtsoRegistry.d.ts +1 -1
  470. package/dist/contracts/coston2/IFtsoRegistry.d.ts.map +1 -1
  471. package/dist/contracts/coston2/IFtsoRegistryGenesis.d.ts +1 -1
  472. package/dist/contracts/coston2/IFtsoRegistryGenesis.d.ts.map +1 -1
  473. package/dist/contracts/coston2/IFtsoRewardManager.d.ts +1 -1
  474. package/dist/contracts/coston2/IFtsoRewardManager.d.ts.map +1 -1
  475. package/dist/contracts/coston2/IFtsoRewardOffersManager.d.ts +1 -1
  476. package/dist/contracts/coston2/IFtsoRewardOffersManager.d.ts.map +1 -1
  477. package/dist/contracts/coston2/IGenericRewardManager.d.ts +1 -1
  478. package/dist/contracts/coston2/IGenericRewardManager.d.ts.map +1 -1
  479. package/dist/contracts/coston2/IGovernanceSettings.d.ts +1 -1
  480. package/dist/contracts/coston2/IGovernanceSettings.d.ts.map +1 -1
  481. package/dist/contracts/coston2/IGovernanceVotePower.d.ts +1 -1
  482. package/dist/contracts/coston2/IGovernanceVotePower.d.ts.map +1 -1
  483. package/dist/contracts/coston2/IGovernor.d.ts +1 -1
  484. package/dist/contracts/coston2/IGovernor.d.ts.map +1 -1
  485. package/dist/contracts/coston2/IIAddressUpdater.d.ts +1 -1
  486. package/dist/contracts/coston2/IIAddressUpdater.d.ts.map +1 -1
  487. package/dist/contracts/coston2/IIClaimSetupManager.d.ts +1 -1
  488. package/dist/contracts/coston2/IIClaimSetupManager.d.ts.map +1 -1
  489. package/dist/contracts/coston2/IICleanable.d.ts +1 -1
  490. package/dist/contracts/coston2/IICleanable.d.ts.map +1 -1
  491. package/dist/contracts/coston2/IICombinedNatBalance.d.ts +1 -1
  492. package/dist/contracts/coston2/IICombinedNatBalance.d.ts.map +1 -1
  493. package/dist/contracts/coston2/IICustomFeed.d.ts +1 -1
  494. package/dist/contracts/coston2/IICustomFeed.d.ts.map +1 -1
  495. package/dist/contracts/coston2/IIERC20WithMetadata.d.ts +1 -1
  496. package/dist/contracts/coston2/IIERC20WithMetadata.d.ts.map +1 -1
  497. package/dist/contracts/coston2/IIEntityManager.d.ts +1 -1
  498. package/dist/contracts/coston2/IIEntityManager.d.ts.map +1 -1
  499. package/dist/contracts/coston2/IIFastUpdaterView.d.ts +1 -1
  500. package/dist/contracts/coston2/IIFastUpdaterView.d.ts.map +1 -1
  501. package/dist/contracts/coston2/IIFlareAssetRegistry.d.ts +1 -1
  502. package/dist/contracts/coston2/IIFlareAssetRegistry.d.ts.map +1 -1
  503. package/dist/contracts/coston2/IIFlareAssetRegistryProvider.d.ts +1 -1
  504. package/dist/contracts/coston2/IIFlareAssetRegistryProvider.d.ts.map +1 -1
  505. package/dist/contracts/coston2/IIFlareSystemsCalculator.d.ts +1 -1
  506. package/dist/contracts/coston2/IIFlareSystemsCalculator.d.ts.map +1 -1
  507. package/dist/contracts/coston2/IIFlareSystemsManager.d.ts +1 -1
  508. package/dist/contracts/coston2/IIFlareSystemsManager.d.ts.map +1 -1
  509. package/dist/contracts/coston2/IIFtso.d.ts +1 -1
  510. package/dist/contracts/coston2/IIFtso.d.ts.map +1 -1
  511. package/dist/contracts/coston2/IIFtsoFeedPublisher.d.ts +1 -1
  512. package/dist/contracts/coston2/IIFtsoFeedPublisher.d.ts.map +1 -1
  513. package/dist/contracts/coston2/IIFtsoManager.d.ts +1 -1
  514. package/dist/contracts/coston2/IIFtsoManager.d.ts.map +1 -1
  515. package/dist/contracts/coston2/IIFtsoManagerProxy.d.ts +1 -1
  516. package/dist/contracts/coston2/IIFtsoManagerProxy.d.ts.map +1 -1
  517. package/dist/contracts/coston2/IIFtsoManagerV1.d.ts +1 -1
  518. package/dist/contracts/coston2/IIFtsoManagerV1.d.ts.map +1 -1
  519. package/dist/contracts/coston2/IIFtsoRegistry.d.ts +1 -1
  520. package/dist/contracts/coston2/IIFtsoRegistry.d.ts.map +1 -1
  521. package/dist/contracts/coston2/IIFtsoRewardManager.d.ts +1 -1
  522. package/dist/contracts/coston2/IIFtsoRewardManager.d.ts.map +1 -1
  523. package/dist/contracts/coston2/IIGenericRewardManager.d.ts +1 -1
  524. package/dist/contracts/coston2/IIGenericRewardManager.d.ts.map +1 -1
  525. package/dist/contracts/coston2/IIGovernanceVotePower.d.ts +1 -1
  526. package/dist/contracts/coston2/IIGovernanceVotePower.d.ts.map +1 -1
  527. package/dist/contracts/coston2/IIGovernorProposer.d.ts +1 -1
  528. package/dist/contracts/coston2/IIGovernorProposer.d.ts.map +1 -1
  529. package/dist/contracts/coston2/IIIncentivePoolReceiver.d.ts +1 -1
  530. package/dist/contracts/coston2/IIIncentivePoolReceiver.d.ts.map +1 -1
  531. package/dist/contracts/coston2/IIInflationReceiver.d.ts +1 -1
  532. package/dist/contracts/coston2/IIInflationReceiver.d.ts.map +1 -1
  533. package/dist/contracts/coston2/IIInflationReceiverV1.d.ts +1 -1
  534. package/dist/contracts/coston2/IIInflationReceiverV1.d.ts.map +1 -1
  535. package/dist/contracts/coston2/IIInflationV1.d.ts +1 -1
  536. package/dist/contracts/coston2/IIInflationV1.d.ts.map +1 -1
  537. package/dist/contracts/coston2/IINodePossessionVerifier.d.ts +1 -1
  538. package/dist/contracts/coston2/IINodePossessionVerifier.d.ts.map +1 -1
  539. package/dist/contracts/coston2/IIPChainStakeMirrorVerifier.d.ts +1 -1
  540. package/dist/contracts/coston2/IIPChainStakeMirrorVerifier.d.ts.map +1 -1
  541. package/dist/contracts/coston2/IIPollingFoundation.d.ts +1 -1
  542. package/dist/contracts/coston2/IIPollingFoundation.d.ts.map +1 -1
  543. package/dist/contracts/coston2/IIPollingManagementGroup.d.ts +1 -1
  544. package/dist/contracts/coston2/IIPollingManagementGroup.d.ts.map +1 -1
  545. package/dist/contracts/coston2/IIPriceSubmitter.d.ts +1 -1
  546. package/dist/contracts/coston2/IIPriceSubmitter.d.ts.map +1 -1
  547. package/dist/contracts/coston2/IIPublicKeyVerifier.d.ts +1 -1
  548. package/dist/contracts/coston2/IIPublicKeyVerifier.d.ts.map +1 -1
  549. package/dist/contracts/coston2/IIRNat.d.ts +1 -1
  550. package/dist/contracts/coston2/IIRNat.d.ts.map +1 -1
  551. package/dist/contracts/coston2/IIRNatAccount.d.ts +1 -1
  552. package/dist/contracts/coston2/IIRNatAccount.d.ts.map +1 -1
  553. package/dist/contracts/coston2/IIRandomProvider.d.ts +1 -1
  554. package/dist/contracts/coston2/IIRandomProvider.d.ts.map +1 -1
  555. package/dist/contracts/coston2/IIRelay.d.ts +301 -1
  556. package/dist/contracts/coston2/IIRelay.d.ts.map +1 -1
  557. package/dist/contracts/coston2/IIRelay.js +26 -0
  558. package/dist/contracts/coston2/IIRelay.js.map +1 -1
  559. package/dist/contracts/coston2/IIRewardManager.d.ts +1 -1
  560. package/dist/contracts/coston2/IIRewardManager.d.ts.map +1 -1
  561. package/dist/contracts/coston2/IISubmission.d.ts +1 -1
  562. package/dist/contracts/coston2/IISubmission.d.ts.map +1 -1
  563. package/dist/contracts/coston2/IISupply.d.ts +1 -1
  564. package/dist/contracts/coston2/IISupply.d.ts.map +1 -1
  565. package/dist/contracts/coston2/IIVPContract.d.ts +1 -1
  566. package/dist/contracts/coston2/IIVPContract.d.ts.map +1 -1
  567. package/dist/contracts/coston2/IIVPToken.d.ts +1 -1
  568. package/dist/contracts/coston2/IIVPToken.d.ts.map +1 -1
  569. package/dist/contracts/coston2/IIVoterRegistry.d.ts +1 -1
  570. package/dist/contracts/coston2/IIVoterRegistry.d.ts.map +1 -1
  571. package/dist/contracts/coston2/IIVoterWhitelister.d.ts +1 -1
  572. package/dist/contracts/coston2/IIVoterWhitelister.d.ts.map +1 -1
  573. package/dist/contracts/coston2/IIncreaseManager.d.ts +1 -1
  574. package/dist/contracts/coston2/IIncreaseManager.d.ts.map +1 -1
  575. package/dist/contracts/coston2/IInstructionFeesFacet.d.ts +1 -1
  576. package/dist/contracts/coston2/IInstructionFeesFacet.d.ts.map +1 -1
  577. package/dist/contracts/coston2/IInstructionsFacet.d.ts +1 -316
  578. package/dist/contracts/coston2/IInstructionsFacet.d.ts.map +1 -1
  579. package/dist/contracts/coston2/IInstructionsFacet.js +0 -31
  580. package/dist/contracts/coston2/IInstructionsFacet.js.map +1 -1
  581. package/dist/contracts/coston2/IMasterAccountController.d.ts +2963 -1483
  582. package/dist/contracts/coston2/IMasterAccountController.d.ts.map +1 -1
  583. package/dist/contracts/coston2/IMasterAccountController.js +345 -150
  584. package/dist/contracts/coston2/IMasterAccountController.js.map +1 -1
  585. package/dist/contracts/coston2/IMemoInstructionsFacet.d.ts +1483 -0
  586. package/dist/contracts/coston2/IMemoInstructionsFacet.d.ts.map +1 -0
  587. package/dist/contracts/coston2/IMemoInstructionsFacet.js +184 -0
  588. package/dist/contracts/coston2/IMemoInstructionsFacet.js.map +1 -0
  589. package/dist/contracts/coston2/IOwnableWithTimelock.d.ts +598 -0
  590. package/dist/contracts/coston2/IOwnableWithTimelock.d.ts.map +1 -0
  591. package/dist/contracts/coston2/IOwnableWithTimelock.js +99 -0
  592. package/dist/contracts/coston2/IOwnableWithTimelock.js.map +1 -0
  593. package/dist/contracts/coston2/IPChainStakeMirror.d.ts +1 -1
  594. package/dist/contracts/coston2/IPChainStakeMirror.d.ts.map +1 -1
  595. package/dist/contracts/coston2/IPChainStakeMirrorMultiSigVoting.d.ts +1 -1
  596. package/dist/contracts/coston2/IPChainStakeMirrorMultiSigVoting.d.ts.map +1 -1
  597. package/dist/contracts/coston2/IPChainVotePower.d.ts +1 -1
  598. package/dist/contracts/coston2/IPChainVotePower.d.ts.map +1 -1
  599. package/dist/contracts/coston2/IPauseFacet.d.ts +848 -0
  600. package/dist/contracts/coston2/IPauseFacet.d.ts.map +1 -0
  601. package/dist/contracts/coston2/IPauseFacet.js +115 -0
  602. package/dist/contracts/coston2/IPauseFacet.js.map +1 -0
  603. package/dist/contracts/coston2/IPaymentProofsFacet.d.ts +1 -1
  604. package/dist/contracts/coston2/IPaymentProofsFacet.d.ts.map +1 -1
  605. package/dist/contracts/coston2/IPaymentVerification.d.ts +1 -1
  606. package/dist/contracts/coston2/IPaymentVerification.d.ts.map +1 -1
  607. package/dist/contracts/coston2/IPersonalAccount.d.ts +25 -196
  608. package/dist/contracts/coston2/IPersonalAccount.d.ts.map +1 -1
  609. package/dist/contracts/coston2/IPersonalAccount.js +3 -40
  610. package/dist/contracts/coston2/IPersonalAccount.js.map +1 -1
  611. package/dist/contracts/coston2/IPersonalAccountsFacet.d.ts +1 -1
  612. package/dist/contracts/coston2/IPersonalAccountsFacet.d.ts.map +1 -1
  613. package/dist/contracts/coston2/IPollingFtso.d.ts +1 -1
  614. package/dist/contracts/coston2/IPollingFtso.d.ts.map +1 -1
  615. package/dist/contracts/coston2/IPollingManagementGroup.d.ts +1 -1
  616. package/dist/contracts/coston2/IPollingManagementGroup.d.ts.map +1 -1
  617. package/dist/contracts/coston2/IPriceSubmitter.d.ts +1 -1
  618. package/dist/contracts/coston2/IPriceSubmitter.d.ts.map +1 -1
  619. package/dist/contracts/coston2/IRNat.d.ts +1 -1
  620. package/dist/contracts/coston2/IRNat.d.ts.map +1 -1
  621. package/dist/contracts/coston2/IRNatAccount.d.ts +1 -1
  622. package/dist/contracts/coston2/IRNatAccount.d.ts.map +1 -1
  623. package/dist/contracts/coston2/IRandomProvider.d.ts +1 -1
  624. package/dist/contracts/coston2/IRandomProvider.d.ts.map +1 -1
  625. package/dist/contracts/coston2/IReaderFacet.d.ts +422 -0
  626. package/dist/contracts/coston2/IReaderFacet.d.ts.map +1 -0
  627. package/dist/contracts/coston2/IReaderFacet.js +159 -0
  628. package/dist/contracts/coston2/IReaderFacet.js.map +1 -0
  629. package/dist/contracts/coston2/IRedeemExtended.d.ts +2288 -0
  630. package/dist/contracts/coston2/IRedeemExtended.d.ts.map +1 -0
  631. package/dist/contracts/coston2/IRedeemExtended.js +236 -0
  632. package/dist/contracts/coston2/IRedeemExtended.js.map +1 -0
  633. package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts +94 -0
  634. package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts.map +1 -0
  635. package/dist/contracts/coston2/IRedeemExtendedSettings.js +43 -0
  636. package/dist/contracts/coston2/IRedeemExtendedSettings.js.map +1 -0
  637. package/dist/contracts/coston2/IRedemptionTimeExtension.d.ts +1 -1
  638. package/dist/contracts/coston2/IRedemptionTimeExtension.d.ts.map +1 -1
  639. package/dist/contracts/coston2/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
  640. package/dist/contracts/coston2/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
  641. package/dist/contracts/coston2/IRelay.d.ts +301 -1
  642. package/dist/contracts/coston2/IRelay.d.ts.map +1 -1
  643. package/dist/contracts/coston2/IRelay.js +26 -0
  644. package/dist/contracts/coston2/IRelay.js.map +1 -1
  645. package/dist/contracts/coston2/IRewardManager.d.ts +1 -1
  646. package/dist/contracts/coston2/IRewardManager.d.ts.map +1 -1
  647. package/dist/contracts/coston2/ISubmission.d.ts +1 -1
  648. package/dist/contracts/coston2/ISubmission.d.ts.map +1 -1
  649. package/dist/contracts/coston2/ITimelockFacet.d.ts +1 -1
  650. package/dist/contracts/coston2/ITimelockFacet.d.ts.map +1 -1
  651. package/dist/contracts/coston2/ITypeTemplateVerification.d.ts +1 -1
  652. package/dist/contracts/coston2/ITypeTemplateVerification.d.ts.map +1 -1
  653. package/dist/contracts/coston2/IVPToken.d.ts +1 -1
  654. package/dist/contracts/coston2/IVPToken.d.ts.map +1 -1
  655. package/dist/contracts/coston2/IValidatorRegistry.d.ts +1 -1
  656. package/dist/contracts/coston2/IValidatorRegistry.d.ts.map +1 -1
  657. package/dist/contracts/coston2/IVaultsFacet.d.ts +10 -70
  658. package/dist/contracts/coston2/IVaultsFacet.d.ts.map +1 -1
  659. package/dist/contracts/coston2/IVaultsFacet.js +7 -13
  660. package/dist/contracts/coston2/IVaultsFacet.js.map +1 -1
  661. package/dist/contracts/coston2/IVoterPreRegistry.d.ts +1 -1
  662. package/dist/contracts/coston2/IVoterPreRegistry.d.ts.map +1 -1
  663. package/dist/contracts/coston2/IVoterRegistry.d.ts +1 -1
  664. package/dist/contracts/coston2/IVoterRegistry.d.ts.map +1 -1
  665. package/dist/contracts/coston2/IVoterWhitelister.d.ts +1 -1
  666. package/dist/contracts/coston2/IVoterWhitelister.d.ts.map +1 -1
  667. package/dist/contracts/coston2/IWNatDelegationFee.d.ts +1 -1
  668. package/dist/contracts/coston2/IWNatDelegationFee.d.ts.map +1 -1
  669. package/dist/contracts/coston2/IWeb2JsonVerification.d.ts +1 -1
  670. package/dist/contracts/coston2/IWeb2JsonVerification.d.ts.map +1 -1
  671. package/dist/contracts/coston2/IXRPPayment.d.ts +2 -0
  672. package/dist/contracts/coston2/IXRPPayment.d.ts.map +1 -0
  673. package/dist/contracts/{flare/IJsonApi.js → coston2/IXRPPayment.js} +4 -4
  674. package/dist/contracts/coston2/IXRPPayment.js.map +1 -0
  675. package/dist/contracts/coston2/IXRPPaymentNonexistence.d.ts +2 -0
  676. package/dist/contracts/coston2/IXRPPaymentNonexistence.d.ts.map +1 -0
  677. package/dist/contracts/coston2/IXRPPaymentNonexistence.js +7 -0
  678. package/dist/contracts/coston2/IXRPPaymentNonexistence.js.map +1 -0
  679. package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.d.ts +210 -0
  680. package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
  681. package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.js +73 -0
  682. package/dist/contracts/coston2/IXRPPaymentNonexistenceVerification.js.map +1 -0
  683. package/dist/contracts/coston2/IXRPPaymentVerification.d.ts +242 -0
  684. package/dist/contracts/coston2/IXRPPaymentVerification.d.ts.map +1 -0
  685. package/dist/contracts/coston2/IXRPPaymentVerification.js +75 -0
  686. package/dist/contracts/coston2/IXRPPaymentVerification.js.map +1 -0
  687. package/dist/contracts/coston2/IXrplProviderWalletsFacet.d.ts +1 -1
  688. package/dist/contracts/coston2/IXrplProviderWalletsFacet.d.ts.map +1 -1
  689. package/dist/contracts/coston2/ProtocolsV2Interface.d.ts +1 -1
  690. package/dist/contracts/coston2/ProtocolsV2Interface.d.ts.map +1 -1
  691. package/dist/contracts/coston2/RandomNumberV2Interface.d.ts +1 -1
  692. package/dist/contracts/coston2/RandomNumberV2Interface.d.ts.map +1 -1
  693. package/dist/contracts/coston2/RewardsV2Interface.d.ts +1 -1
  694. package/dist/contracts/coston2/RewardsV2Interface.d.ts.map +1 -1
  695. package/dist/contracts/coston2/TestFtsoV2Interface.d.ts +1 -1
  696. package/dist/contracts/coston2/TestFtsoV2Interface.d.ts.map +1 -1
  697. package/dist/contracts/coston2/index.d.ts +15 -4
  698. package/dist/contracts/coston2/index.d.ts.map +1 -1
  699. package/dist/contracts/coston2/index.js +15 -4
  700. package/dist/contracts/coston2/index.js.map +1 -1
  701. package/dist/contracts/flare/AggregatorV3Interface.d.ts +178 -0
  702. package/dist/contracts/flare/AggregatorV3Interface.d.ts.map +1 -0
  703. package/dist/contracts/flare/AggregatorV3Interface.js +64 -0
  704. package/dist/contracts/flare/AggregatorV3Interface.js.map +1 -0
  705. package/dist/contracts/flare/FtsoV2Interface.d.ts +1 -1
  706. package/dist/contracts/flare/FtsoV2Interface.d.ts.map +1 -1
  707. package/dist/contracts/flare/IAddressBinder.d.ts +1 -1
  708. package/dist/contracts/flare/IAddressBinder.d.ts.map +1 -1
  709. package/dist/contracts/flare/IAddressValidityVerification.d.ts +1 -1
  710. package/dist/contracts/flare/IAddressValidityVerification.d.ts.map +1 -1
  711. package/dist/contracts/flare/IAgentAlwaysAllowedMinters.d.ts +1 -1
  712. package/dist/contracts/flare/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
  713. package/dist/contracts/flare/IAgentOwnerRegistry.d.ts +1 -1
  714. package/dist/contracts/flare/IAgentOwnerRegistry.d.ts.map +1 -1
  715. package/dist/contracts/flare/IAgentVaultsFacet.d.ts +1 -1
  716. package/dist/contracts/flare/IAgentVaultsFacet.d.ts.map +1 -1
  717. package/dist/contracts/flare/IAssetManager.d.ts +6132 -332
  718. package/dist/contracts/flare/IAssetManager.d.ts.map +1 -1
  719. package/dist/contracts/flare/IAssetManager.js +617 -0
  720. package/dist/contracts/flare/IAssetManager.js.map +1 -1
  721. package/dist/contracts/flare/IAssetManagerController.d.ts +1 -1
  722. package/dist/contracts/flare/IAssetManagerController.d.ts.map +1 -1
  723. package/dist/contracts/flare/IBalanceDecreasingTransactionVerification.d.ts +1 -1
  724. package/dist/contracts/flare/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
  725. package/dist/contracts/flare/ICChainStake.d.ts +1 -1
  726. package/dist/contracts/flare/ICChainStake.d.ts.map +1 -1
  727. package/dist/contracts/flare/ICChainVotePower.d.ts +1 -1
  728. package/dist/contracts/flare/ICChainVotePower.d.ts.map +1 -1
  729. package/dist/contracts/flare/IClaimSetupManager.d.ts +1 -1
  730. package/dist/contracts/flare/IClaimSetupManager.d.ts.map +1 -1
  731. package/dist/contracts/flare/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
  732. package/dist/contracts/flare/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
  733. package/dist/contracts/flare/ICoreVaultClient.d.ts +650 -30
  734. package/dist/contracts/flare/ICoreVaultClient.d.ts.map +1 -1
  735. package/dist/contracts/flare/ICoreVaultClient.js +64 -0
  736. package/dist/contracts/flare/ICoreVaultClient.js.map +1 -1
  737. package/dist/contracts/flare/ICoreVaultClientSettings.d.ts +41 -1
  738. package/dist/contracts/flare/ICoreVaultClientSettings.d.ts.map +1 -1
  739. package/dist/contracts/flare/ICoreVaultClientSettings.js +7 -0
  740. package/dist/contracts/flare/ICoreVaultClientSettings.js.map +1 -1
  741. package/dist/contracts/flare/IDiamondLoupe.d.ts +1 -1
  742. package/dist/contracts/flare/IDiamondLoupe.d.ts.map +1 -1
  743. package/dist/contracts/flare/IDirectMinting.d.ts +1498 -0
  744. package/dist/contracts/flare/IDirectMinting.d.ts.map +1 -0
  745. package/dist/contracts/flare/IDirectMinting.js +174 -0
  746. package/dist/contracts/flare/IDirectMinting.js.map +1 -0
  747. package/dist/contracts/flare/IDirectMintingSettings.d.ts +1038 -0
  748. package/dist/contracts/flare/IDirectMintingSettings.d.ts.map +1 -0
  749. package/dist/contracts/flare/IDirectMintingSettings.js +207 -0
  750. package/dist/contracts/flare/IDirectMintingSettings.js.map +1 -0
  751. package/dist/contracts/flare/IDistributionToDelegators.d.ts +1 -1
  752. package/dist/contracts/flare/IDistributionToDelegators.d.ts.map +1 -1
  753. package/dist/contracts/flare/IERC165.d.ts +1 -1
  754. package/dist/contracts/flare/IERC165.d.ts.map +1 -1
  755. package/dist/contracts/flare/IERC173.d.ts +1 -1
  756. package/dist/contracts/flare/IERC173.d.ts.map +1 -1
  757. package/dist/contracts/flare/IEVMTransactionVerification.d.ts +1 -1
  758. package/dist/contracts/flare/IEVMTransactionVerification.d.ts.map +1 -1
  759. package/dist/contracts/flare/IEntityManager.d.ts +1 -1
  760. package/dist/contracts/flare/IEntityManager.d.ts.map +1 -1
  761. package/dist/contracts/flare/IExecutorsFacet.d.ts +1 -1
  762. package/dist/contracts/flare/IExecutorsFacet.d.ts.map +1 -1
  763. package/dist/contracts/flare/IFAsset.d.ts +1 -1
  764. package/dist/contracts/flare/IFAsset.d.ts.map +1 -1
  765. package/dist/contracts/flare/IFAssetRedeemComposer.d.ts +3138 -0
  766. package/dist/contracts/flare/IFAssetRedeemComposer.d.ts.map +1 -0
  767. package/dist/contracts/flare/IFAssetRedeemComposer.js +371 -0
  768. package/dist/contracts/flare/IFAssetRedeemComposer.js.map +1 -0
  769. package/dist/contracts/flare/IFAssetRedeemerAccount.d.ts +1623 -0
  770. package/dist/contracts/flare/IFAssetRedeemerAccount.d.ts.map +1 -0
  771. package/dist/contracts/flare/IFAssetRedeemerAccount.js +197 -0
  772. package/dist/contracts/flare/IFAssetRedeemerAccount.js.map +1 -0
  773. package/dist/contracts/flare/IFastUpdateIncentiveManager.d.ts +1 -1
  774. package/dist/contracts/flare/IFastUpdateIncentiveManager.d.ts.map +1 -1
  775. package/dist/contracts/flare/IFastUpdater.d.ts +1 -1
  776. package/dist/contracts/flare/IFastUpdater.d.ts.map +1 -1
  777. package/dist/contracts/flare/IFastUpdatesConfiguration.d.ts +1 -1
  778. package/dist/contracts/flare/IFastUpdatesConfiguration.d.ts.map +1 -1
  779. package/dist/contracts/flare/IFdcHub.d.ts +1 -1
  780. package/dist/contracts/flare/IFdcHub.d.ts.map +1 -1
  781. package/dist/contracts/flare/IFdcInflationConfigurations.d.ts +1 -1
  782. package/dist/contracts/flare/IFdcInflationConfigurations.d.ts.map +1 -1
  783. package/dist/contracts/flare/IFdcRequestFeeConfigurations.d.ts +1 -1
  784. package/dist/contracts/flare/IFdcRequestFeeConfigurations.d.ts.map +1 -1
  785. package/dist/contracts/flare/IFdcVerification.d.ts +441 -1
  786. package/dist/contracts/flare/IFdcVerification.d.ts.map +1 -1
  787. package/dist/contracts/flare/IFdcVerification.js +112 -0
  788. package/dist/contracts/flare/IFdcVerification.js.map +1 -1
  789. package/dist/contracts/flare/IFeeCalculator.d.ts +1 -1
  790. package/dist/contracts/flare/IFeeCalculator.d.ts.map +1 -1
  791. package/dist/contracts/flare/IFlareAssetRegistry.d.ts +1 -1
  792. package/dist/contracts/flare/IFlareAssetRegistry.d.ts.map +1 -1
  793. package/dist/contracts/flare/IFlareContractRegistry.d.ts +1 -1
  794. package/dist/contracts/flare/IFlareContractRegistry.d.ts.map +1 -1
  795. package/dist/contracts/flare/IFlareDaemonize.d.ts +1 -1
  796. package/dist/contracts/flare/IFlareDaemonize.d.ts.map +1 -1
  797. package/dist/contracts/flare/IFlareSystemsCalculator.d.ts +1 -1
  798. package/dist/contracts/flare/IFlareSystemsCalculator.d.ts.map +1 -1
  799. package/dist/contracts/flare/IFlareSystemsManager.d.ts +1 -1
  800. package/dist/contracts/flare/IFlareSystemsManager.d.ts.map +1 -1
  801. package/dist/contracts/flare/IFtso.d.ts +1 -1
  802. package/dist/contracts/flare/IFtso.d.ts.map +1 -1
  803. package/dist/contracts/flare/IFtsoFeedDecimals.d.ts +1 -1
  804. package/dist/contracts/flare/IFtsoFeedDecimals.d.ts.map +1 -1
  805. package/dist/contracts/flare/IFtsoFeedIdConverter.d.ts +1 -1
  806. package/dist/contracts/flare/IFtsoFeedIdConverter.d.ts.map +1 -1
  807. package/dist/contracts/flare/IFtsoFeedPublisher.d.ts +1 -1
  808. package/dist/contracts/flare/IFtsoFeedPublisher.d.ts.map +1 -1
  809. package/dist/contracts/flare/IFtsoInflationConfigurations.d.ts +1 -1
  810. package/dist/contracts/flare/IFtsoInflationConfigurations.d.ts.map +1 -1
  811. package/dist/contracts/flare/IFtsoManager.d.ts +1 -1
  812. package/dist/contracts/flare/IFtsoManager.d.ts.map +1 -1
  813. package/dist/contracts/flare/IFtsoManagerGenesis.d.ts +1 -1
  814. package/dist/contracts/flare/IFtsoManagerGenesis.d.ts.map +1 -1
  815. package/dist/contracts/flare/IFtsoRegistry.d.ts +1 -1
  816. package/dist/contracts/flare/IFtsoRegistry.d.ts.map +1 -1
  817. package/dist/contracts/flare/IFtsoRegistryGenesis.d.ts +1 -1
  818. package/dist/contracts/flare/IFtsoRegistryGenesis.d.ts.map +1 -1
  819. package/dist/contracts/flare/IFtsoRewardManager.d.ts +1 -1
  820. package/dist/contracts/flare/IFtsoRewardManager.d.ts.map +1 -1
  821. package/dist/contracts/flare/IFtsoRewardOffersManager.d.ts +1 -1
  822. package/dist/contracts/flare/IFtsoRewardOffersManager.d.ts.map +1 -1
  823. package/dist/contracts/flare/IGenericRewardManager.d.ts +1 -1
  824. package/dist/contracts/flare/IGenericRewardManager.d.ts.map +1 -1
  825. package/dist/contracts/flare/IGovernanceSettings.d.ts +1 -1
  826. package/dist/contracts/flare/IGovernanceSettings.d.ts.map +1 -1
  827. package/dist/contracts/flare/IGovernanceVotePower.d.ts +1 -1
  828. package/dist/contracts/flare/IGovernanceVotePower.d.ts.map +1 -1
  829. package/dist/contracts/flare/IGovernor.d.ts +1 -1
  830. package/dist/contracts/flare/IGovernor.d.ts.map +1 -1
  831. package/dist/contracts/flare/IIAddressUpdater.d.ts +1 -1
  832. package/dist/contracts/flare/IIAddressUpdater.d.ts.map +1 -1
  833. package/dist/contracts/flare/IIClaimSetupManager.d.ts +1 -1
  834. package/dist/contracts/flare/IIClaimSetupManager.d.ts.map +1 -1
  835. package/dist/contracts/flare/IICleanable.d.ts +1 -1
  836. package/dist/contracts/flare/IICleanable.d.ts.map +1 -1
  837. package/dist/contracts/flare/IICombinedNatBalance.d.ts +1 -1
  838. package/dist/contracts/flare/IICombinedNatBalance.d.ts.map +1 -1
  839. package/dist/contracts/flare/IICustomFeed.d.ts +1 -1
  840. package/dist/contracts/flare/IICustomFeed.d.ts.map +1 -1
  841. package/dist/contracts/flare/IIERC20WithMetadata.d.ts +1 -1
  842. package/dist/contracts/flare/IIERC20WithMetadata.d.ts.map +1 -1
  843. package/dist/contracts/flare/IIEntityManager.d.ts +1 -1
  844. package/dist/contracts/flare/IIEntityManager.d.ts.map +1 -1
  845. package/dist/contracts/flare/IIFastUpdaterView.d.ts +1 -1
  846. package/dist/contracts/flare/IIFastUpdaterView.d.ts.map +1 -1
  847. package/dist/contracts/flare/IIFlareAssetRegistry.d.ts +1 -1
  848. package/dist/contracts/flare/IIFlareAssetRegistry.d.ts.map +1 -1
  849. package/dist/contracts/flare/IIFlareAssetRegistryProvider.d.ts +1 -1
  850. package/dist/contracts/flare/IIFlareAssetRegistryProvider.d.ts.map +1 -1
  851. package/dist/contracts/flare/IIFlareSystemsCalculator.d.ts +1 -1
  852. package/dist/contracts/flare/IIFlareSystemsCalculator.d.ts.map +1 -1
  853. package/dist/contracts/flare/IIFlareSystemsManager.d.ts +1 -1
  854. package/dist/contracts/flare/IIFlareSystemsManager.d.ts.map +1 -1
  855. package/dist/contracts/flare/IIFtso.d.ts +1 -1
  856. package/dist/contracts/flare/IIFtso.d.ts.map +1 -1
  857. package/dist/contracts/flare/IIFtsoFeedPublisher.d.ts +1 -1
  858. package/dist/contracts/flare/IIFtsoFeedPublisher.d.ts.map +1 -1
  859. package/dist/contracts/flare/IIFtsoManager.d.ts +1 -1
  860. package/dist/contracts/flare/IIFtsoManager.d.ts.map +1 -1
  861. package/dist/contracts/flare/IIFtsoManagerProxy.d.ts +1 -1
  862. package/dist/contracts/flare/IIFtsoManagerProxy.d.ts.map +1 -1
  863. package/dist/contracts/flare/IIFtsoManagerV1.d.ts +1 -1
  864. package/dist/contracts/flare/IIFtsoManagerV1.d.ts.map +1 -1
  865. package/dist/contracts/flare/IIFtsoRegistry.d.ts +1 -1
  866. package/dist/contracts/flare/IIFtsoRegistry.d.ts.map +1 -1
  867. package/dist/contracts/flare/IIFtsoRewardManager.d.ts +1 -1
  868. package/dist/contracts/flare/IIFtsoRewardManager.d.ts.map +1 -1
  869. package/dist/contracts/flare/IIGenericRewardManager.d.ts +1 -1
  870. package/dist/contracts/flare/IIGenericRewardManager.d.ts.map +1 -1
  871. package/dist/contracts/flare/IIGovernanceVotePower.d.ts +1 -1
  872. package/dist/contracts/flare/IIGovernanceVotePower.d.ts.map +1 -1
  873. package/dist/contracts/flare/IIGovernorProposer.d.ts +1 -1
  874. package/dist/contracts/flare/IIGovernorProposer.d.ts.map +1 -1
  875. package/dist/contracts/flare/IIIncentivePoolReceiver.d.ts +1 -1
  876. package/dist/contracts/flare/IIIncentivePoolReceiver.d.ts.map +1 -1
  877. package/dist/contracts/flare/IIInflationReceiver.d.ts +1 -1
  878. package/dist/contracts/flare/IIInflationReceiver.d.ts.map +1 -1
  879. package/dist/contracts/flare/IIInflationReceiverV1.d.ts +1 -1
  880. package/dist/contracts/flare/IIInflationReceiverV1.d.ts.map +1 -1
  881. package/dist/contracts/flare/IIInflationV1.d.ts +1 -1
  882. package/dist/contracts/flare/IIInflationV1.d.ts.map +1 -1
  883. package/dist/contracts/flare/IINodePossessionVerifier.d.ts +1 -1
  884. package/dist/contracts/flare/IINodePossessionVerifier.d.ts.map +1 -1
  885. package/dist/contracts/flare/IIPChainStakeMirrorVerifier.d.ts +1 -1
  886. package/dist/contracts/flare/IIPChainStakeMirrorVerifier.d.ts.map +1 -1
  887. package/dist/contracts/flare/IIPollingFoundation.d.ts +1 -1
  888. package/dist/contracts/flare/IIPollingFoundation.d.ts.map +1 -1
  889. package/dist/contracts/flare/IIPollingManagementGroup.d.ts +1 -1
  890. package/dist/contracts/flare/IIPollingManagementGroup.d.ts.map +1 -1
  891. package/dist/contracts/flare/IIPriceSubmitter.d.ts +1 -1
  892. package/dist/contracts/flare/IIPriceSubmitter.d.ts.map +1 -1
  893. package/dist/contracts/flare/IIPublicKeyVerifier.d.ts +1 -1
  894. package/dist/contracts/flare/IIPublicKeyVerifier.d.ts.map +1 -1
  895. package/dist/contracts/flare/IIRNat.d.ts +1 -1
  896. package/dist/contracts/flare/IIRNat.d.ts.map +1 -1
  897. package/dist/contracts/flare/IIRNatAccount.d.ts +1 -1
  898. package/dist/contracts/flare/IIRNatAccount.d.ts.map +1 -1
  899. package/dist/contracts/flare/IIRandomProvider.d.ts +1 -1
  900. package/dist/contracts/flare/IIRandomProvider.d.ts.map +1 -1
  901. package/dist/contracts/flare/IIRelay.d.ts +301 -1
  902. package/dist/contracts/flare/IIRelay.d.ts.map +1 -1
  903. package/dist/contracts/flare/IIRelay.js +26 -0
  904. package/dist/contracts/flare/IIRelay.js.map +1 -1
  905. package/dist/contracts/flare/IIRewardManager.d.ts +1 -1
  906. package/dist/contracts/flare/IIRewardManager.d.ts.map +1 -1
  907. package/dist/contracts/flare/IISubmission.d.ts +1 -1
  908. package/dist/contracts/flare/IISubmission.d.ts.map +1 -1
  909. package/dist/contracts/flare/IISupply.d.ts +1 -1
  910. package/dist/contracts/flare/IISupply.d.ts.map +1 -1
  911. package/dist/contracts/flare/IIVPContract.d.ts +1 -1
  912. package/dist/contracts/flare/IIVPContract.d.ts.map +1 -1
  913. package/dist/contracts/flare/IIVPToken.d.ts +1 -1
  914. package/dist/contracts/flare/IIVPToken.d.ts.map +1 -1
  915. package/dist/contracts/flare/IIVoterRegistry.d.ts +1 -1
  916. package/dist/contracts/flare/IIVoterRegistry.d.ts.map +1 -1
  917. package/dist/contracts/flare/IIVoterWhitelister.d.ts +1 -1
  918. package/dist/contracts/flare/IIVoterWhitelister.d.ts.map +1 -1
  919. package/dist/contracts/flare/IIncreaseManager.d.ts +1 -1
  920. package/dist/contracts/flare/IIncreaseManager.d.ts.map +1 -1
  921. package/dist/contracts/flare/IInstructionFeesFacet.d.ts +1 -1
  922. package/dist/contracts/flare/IInstructionFeesFacet.d.ts.map +1 -1
  923. package/dist/contracts/flare/IInstructionsFacet.d.ts +1 -131
  924. package/dist/contracts/flare/IInstructionsFacet.d.ts.map +1 -1
  925. package/dist/contracts/flare/IInstructionsFacet.js +0 -10
  926. package/dist/contracts/flare/IInstructionsFacet.js.map +1 -1
  927. package/dist/contracts/flare/IMasterAccountController.d.ts +3178 -718
  928. package/dist/contracts/flare/IMasterAccountController.d.ts.map +1 -1
  929. package/dist/contracts/flare/IMasterAccountController.js +368 -56
  930. package/dist/contracts/flare/IMasterAccountController.js.map +1 -1
  931. package/dist/contracts/flare/IMemoInstructionsFacet.d.ts +1483 -0
  932. package/dist/contracts/flare/IMemoInstructionsFacet.d.ts.map +1 -0
  933. package/dist/contracts/flare/IMemoInstructionsFacet.js +184 -0
  934. package/dist/contracts/flare/IMemoInstructionsFacet.js.map +1 -0
  935. package/dist/contracts/flare/IOwnableWithTimelock.d.ts +598 -0
  936. package/dist/contracts/flare/IOwnableWithTimelock.d.ts.map +1 -0
  937. package/dist/contracts/flare/IOwnableWithTimelock.js +99 -0
  938. package/dist/contracts/flare/IOwnableWithTimelock.js.map +1 -0
  939. package/dist/contracts/flare/IPChainStakeMirror.d.ts +1 -1
  940. package/dist/contracts/flare/IPChainStakeMirror.d.ts.map +1 -1
  941. package/dist/contracts/flare/IPChainStakeMirrorMultiSigVoting.d.ts +1 -1
  942. package/dist/contracts/flare/IPChainStakeMirrorMultiSigVoting.d.ts.map +1 -1
  943. package/dist/contracts/flare/IPChainVotePower.d.ts +1 -1
  944. package/dist/contracts/flare/IPChainVotePower.d.ts.map +1 -1
  945. package/dist/contracts/flare/IPauseFacet.d.ts +848 -0
  946. package/dist/contracts/flare/IPauseFacet.d.ts.map +1 -0
  947. package/dist/contracts/flare/IPauseFacet.js +115 -0
  948. package/dist/contracts/flare/IPauseFacet.js.map +1 -0
  949. package/dist/contracts/flare/IPaymentProofsFacet.d.ts +1 -1
  950. package/dist/contracts/flare/IPaymentProofsFacet.d.ts.map +1 -1
  951. package/dist/contracts/flare/IPaymentVerification.d.ts +1 -1
  952. package/dist/contracts/flare/IPaymentVerification.d.ts.map +1 -1
  953. package/dist/contracts/flare/IPersonalAccount.d.ts +37 -76
  954. package/dist/contracts/flare/IPersonalAccount.d.ts.map +1 -1
  955. package/dist/contracts/flare/IPersonalAccount.js +8 -11
  956. package/dist/contracts/flare/IPersonalAccount.js.map +1 -1
  957. package/dist/contracts/flare/IPersonalAccountsFacet.d.ts +1 -1
  958. package/dist/contracts/flare/IPersonalAccountsFacet.d.ts.map +1 -1
  959. package/dist/contracts/flare/IPollingFtso.d.ts +1 -1
  960. package/dist/contracts/flare/IPollingFtso.d.ts.map +1 -1
  961. package/dist/contracts/flare/IPollingManagementGroup.d.ts +1 -1
  962. package/dist/contracts/flare/IPollingManagementGroup.d.ts.map +1 -1
  963. package/dist/contracts/flare/IPriceSubmitter.d.ts +1 -1
  964. package/dist/contracts/flare/IPriceSubmitter.d.ts.map +1 -1
  965. package/dist/contracts/flare/IRNat.d.ts +1 -1
  966. package/dist/contracts/flare/IRNat.d.ts.map +1 -1
  967. package/dist/contracts/flare/IRNatAccount.d.ts +1 -1
  968. package/dist/contracts/flare/IRNatAccount.d.ts.map +1 -1
  969. package/dist/contracts/flare/IRandomProvider.d.ts +1 -1
  970. package/dist/contracts/flare/IRandomProvider.d.ts.map +1 -1
  971. package/dist/contracts/flare/IReaderFacet.d.ts +422 -0
  972. package/dist/contracts/flare/IReaderFacet.d.ts.map +1 -0
  973. package/dist/contracts/flare/IReaderFacet.js +159 -0
  974. package/dist/contracts/flare/IReaderFacet.js.map +1 -0
  975. package/dist/contracts/flare/IRedeemExtended.d.ts +2288 -0
  976. package/dist/contracts/flare/IRedeemExtended.d.ts.map +1 -0
  977. package/dist/contracts/flare/IRedeemExtended.js +236 -0
  978. package/dist/contracts/flare/IRedeemExtended.js.map +1 -0
  979. package/dist/contracts/flare/IRedeemExtendedSettings.d.ts +94 -0
  980. package/dist/contracts/flare/IRedeemExtendedSettings.d.ts.map +1 -0
  981. package/dist/contracts/flare/IRedeemExtendedSettings.js +43 -0
  982. package/dist/contracts/flare/IRedeemExtendedSettings.js.map +1 -0
  983. package/dist/contracts/flare/IRedemptionTimeExtension.d.ts +1 -1
  984. package/dist/contracts/flare/IRedemptionTimeExtension.d.ts.map +1 -1
  985. package/dist/contracts/flare/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
  986. package/dist/contracts/flare/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
  987. package/dist/contracts/flare/IRelay.d.ts +301 -1
  988. package/dist/contracts/flare/IRelay.d.ts.map +1 -1
  989. package/dist/contracts/flare/IRelay.js +26 -0
  990. package/dist/contracts/flare/IRelay.js.map +1 -1
  991. package/dist/contracts/flare/IRewardManager.d.ts +1 -1
  992. package/dist/contracts/flare/IRewardManager.d.ts.map +1 -1
  993. package/dist/contracts/flare/ISubmission.d.ts +1 -1
  994. package/dist/contracts/flare/ISubmission.d.ts.map +1 -1
  995. package/dist/contracts/flare/ITimelockFacet.d.ts +1 -1
  996. package/dist/contracts/flare/ITimelockFacet.d.ts.map +1 -1
  997. package/dist/contracts/flare/ITypeTemplateVerification.d.ts +1 -1
  998. package/dist/contracts/flare/ITypeTemplateVerification.d.ts.map +1 -1
  999. package/dist/contracts/flare/IVPToken.d.ts +1 -1
  1000. package/dist/contracts/flare/IVPToken.d.ts.map +1 -1
  1001. package/dist/contracts/flare/IValidatorRegistry.d.ts +1 -1
  1002. package/dist/contracts/flare/IValidatorRegistry.d.ts.map +1 -1
  1003. package/dist/contracts/flare/IVaultsFacet.d.ts +10 -10
  1004. package/dist/contracts/flare/IVaultsFacet.d.ts.map +1 -1
  1005. package/dist/contracts/flare/IVaultsFacet.js +7 -3
  1006. package/dist/contracts/flare/IVaultsFacet.js.map +1 -1
  1007. package/dist/contracts/flare/IVoterPreRegistry.d.ts +1 -1
  1008. package/dist/contracts/flare/IVoterPreRegistry.d.ts.map +1 -1
  1009. package/dist/contracts/flare/IVoterRegistry.d.ts +1 -1
  1010. package/dist/contracts/flare/IVoterRegistry.d.ts.map +1 -1
  1011. package/dist/contracts/flare/IVoterWhitelister.d.ts +1 -1
  1012. package/dist/contracts/flare/IVoterWhitelister.d.ts.map +1 -1
  1013. package/dist/contracts/flare/IWNatDelegationFee.d.ts +1 -1
  1014. package/dist/contracts/flare/IWNatDelegationFee.d.ts.map +1 -1
  1015. package/dist/contracts/flare/IWeb2JsonVerification.d.ts +1 -1
  1016. package/dist/contracts/flare/IWeb2JsonVerification.d.ts.map +1 -1
  1017. package/dist/contracts/flare/IXRPPayment.d.ts +2 -0
  1018. package/dist/contracts/flare/IXRPPayment.d.ts.map +1 -0
  1019. package/dist/contracts/{coston/IJsonApi.js → flare/IXRPPayment.js} +4 -4
  1020. package/dist/contracts/flare/IXRPPayment.js.map +1 -0
  1021. package/dist/contracts/flare/IXRPPaymentNonexistence.d.ts +2 -0
  1022. package/dist/contracts/flare/IXRPPaymentNonexistence.d.ts.map +1 -0
  1023. package/dist/contracts/flare/IXRPPaymentNonexistence.js +7 -0
  1024. package/dist/contracts/flare/IXRPPaymentNonexistence.js.map +1 -0
  1025. package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.d.ts +210 -0
  1026. package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
  1027. package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.js +73 -0
  1028. package/dist/contracts/flare/IXRPPaymentNonexistenceVerification.js.map +1 -0
  1029. package/dist/contracts/flare/IXRPPaymentVerification.d.ts +242 -0
  1030. package/dist/contracts/flare/IXRPPaymentVerification.d.ts.map +1 -0
  1031. package/dist/contracts/flare/IXRPPaymentVerification.js +75 -0
  1032. package/dist/contracts/flare/IXRPPaymentVerification.js.map +1 -0
  1033. package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts +1 -1
  1034. package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts.map +1 -1
  1035. package/dist/contracts/flare/ProtocolsV2Interface.d.ts +1 -1
  1036. package/dist/contracts/flare/ProtocolsV2Interface.d.ts.map +1 -1
  1037. package/dist/contracts/flare/RandomNumberV2Interface.d.ts +1 -1
  1038. package/dist/contracts/flare/RandomNumberV2Interface.d.ts.map +1 -1
  1039. package/dist/contracts/flare/RewardsV2Interface.d.ts +1 -1
  1040. package/dist/contracts/flare/RewardsV2Interface.d.ts.map +1 -1
  1041. package/dist/contracts/flare/TestFtsoV2Interface.d.ts +1 -1
  1042. package/dist/contracts/flare/TestFtsoV2Interface.d.ts.map +1 -1
  1043. package/dist/contracts/flare/index.d.ts +15 -3
  1044. package/dist/contracts/flare/index.d.ts.map +1 -1
  1045. package/dist/contracts/flare/index.js +15 -3
  1046. package/dist/contracts/flare/index.js.map +1 -1
  1047. package/dist/contracts/songbird/AggregatorV3Interface.d.ts +178 -0
  1048. package/dist/contracts/songbird/AggregatorV3Interface.d.ts.map +1 -0
  1049. package/dist/contracts/songbird/AggregatorV3Interface.js +64 -0
  1050. package/dist/contracts/songbird/AggregatorV3Interface.js.map +1 -0
  1051. package/dist/contracts/songbird/FtsoV2Interface.d.ts +1 -1
  1052. package/dist/contracts/songbird/FtsoV2Interface.d.ts.map +1 -1
  1053. package/dist/contracts/songbird/IAddressValidityVerification.d.ts +1 -1
  1054. package/dist/contracts/songbird/IAddressValidityVerification.d.ts.map +1 -1
  1055. package/dist/contracts/songbird/IAgentAlwaysAllowedMinters.d.ts +1 -1
  1056. package/dist/contracts/songbird/IAgentAlwaysAllowedMinters.d.ts.map +1 -1
  1057. package/dist/contracts/songbird/IAgentOwnerRegistry.d.ts +1 -1
  1058. package/dist/contracts/songbird/IAgentOwnerRegistry.d.ts.map +1 -1
  1059. package/dist/contracts/songbird/IAgentVaultsFacet.d.ts +298 -0
  1060. package/dist/contracts/songbird/IAgentVaultsFacet.d.ts.map +1 -0
  1061. package/dist/contracts/songbird/IAgentVaultsFacet.js +76 -0
  1062. package/dist/contracts/songbird/IAgentVaultsFacet.js.map +1 -0
  1063. package/dist/contracts/songbird/IAssetManager.d.ts +6132 -332
  1064. package/dist/contracts/songbird/IAssetManager.d.ts.map +1 -1
  1065. package/dist/contracts/songbird/IAssetManager.js +617 -0
  1066. package/dist/contracts/songbird/IAssetManager.js.map +1 -1
  1067. package/dist/contracts/songbird/IAssetManagerController.d.ts +1 -1
  1068. package/dist/contracts/songbird/IAssetManagerController.d.ts.map +1 -1
  1069. package/dist/contracts/songbird/IBalanceDecreasingTransactionVerification.d.ts +1 -1
  1070. package/dist/contracts/songbird/IBalanceDecreasingTransactionVerification.d.ts.map +1 -1
  1071. package/dist/contracts/songbird/ICChainStake.d.ts +1 -1
  1072. package/dist/contracts/songbird/ICChainStake.d.ts.map +1 -1
  1073. package/dist/contracts/songbird/ICChainVotePower.d.ts +1 -1
  1074. package/dist/contracts/songbird/ICChainVotePower.d.ts.map +1 -1
  1075. package/dist/contracts/songbird/IClaimSetupManager.d.ts +1 -1
  1076. package/dist/contracts/songbird/IClaimSetupManager.d.ts.map +1 -1
  1077. package/dist/contracts/songbird/IConfirmedBlockHeightExistsVerification.d.ts +1 -1
  1078. package/dist/contracts/songbird/IConfirmedBlockHeightExistsVerification.d.ts.map +1 -1
  1079. package/dist/contracts/songbird/ICoreVaultClient.d.ts +650 -30
  1080. package/dist/contracts/songbird/ICoreVaultClient.d.ts.map +1 -1
  1081. package/dist/contracts/songbird/ICoreVaultClient.js +64 -0
  1082. package/dist/contracts/songbird/ICoreVaultClient.js.map +1 -1
  1083. package/dist/contracts/songbird/ICoreVaultClientSettings.d.ts +41 -1
  1084. package/dist/contracts/songbird/ICoreVaultClientSettings.d.ts.map +1 -1
  1085. package/dist/contracts/songbird/ICoreVaultClientSettings.js +7 -0
  1086. package/dist/contracts/songbird/ICoreVaultClientSettings.js.map +1 -1
  1087. package/dist/contracts/songbird/IDiamond.d.ts +72 -0
  1088. package/dist/contracts/songbird/IDiamond.d.ts.map +1 -0
  1089. package/dist/contracts/songbird/IDiamond.js +37 -0
  1090. package/dist/contracts/songbird/IDiamond.js.map +1 -0
  1091. package/dist/contracts/songbird/IDiamondCut.d.ts +270 -0
  1092. package/dist/contracts/songbird/IDiamondCut.d.ts.map +1 -0
  1093. package/dist/contracts/songbird/IDiamondCut.js +65 -0
  1094. package/dist/contracts/songbird/IDiamondCut.js.map +1 -0
  1095. package/dist/contracts/songbird/IDiamondLoupe.d.ts +1 -1
  1096. package/dist/contracts/songbird/IDiamondLoupe.d.ts.map +1 -1
  1097. package/dist/contracts/songbird/IDirectMinting.d.ts +1498 -0
  1098. package/dist/contracts/songbird/IDirectMinting.d.ts.map +1 -0
  1099. package/dist/contracts/songbird/IDirectMinting.js +174 -0
  1100. package/dist/contracts/songbird/IDirectMinting.js.map +1 -0
  1101. package/dist/contracts/songbird/IDirectMintingSettings.d.ts +1038 -0
  1102. package/dist/contracts/songbird/IDirectMintingSettings.d.ts.map +1 -0
  1103. package/dist/contracts/songbird/IDirectMintingSettings.js +207 -0
  1104. package/dist/contracts/songbird/IDirectMintingSettings.js.map +1 -0
  1105. package/dist/contracts/songbird/IERC165.d.ts +34 -0
  1106. package/dist/contracts/songbird/IERC165.d.ts.map +1 -0
  1107. package/dist/contracts/songbird/IERC165.js +24 -0
  1108. package/dist/contracts/songbird/IERC165.js.map +1 -0
  1109. package/dist/contracts/songbird/IERC173.d.ts +193 -0
  1110. package/dist/contracts/songbird/IERC173.d.ts.map +1 -0
  1111. package/dist/contracts/songbird/IERC173.js +52 -0
  1112. package/dist/contracts/songbird/IERC173.js.map +1 -0
  1113. package/dist/contracts/songbird/IEVMTransactionVerification.d.ts +1 -1
  1114. package/dist/contracts/songbird/IEVMTransactionVerification.d.ts.map +1 -1
  1115. package/dist/contracts/songbird/IEntityManager.d.ts +1 -1
  1116. package/dist/contracts/songbird/IEntityManager.d.ts.map +1 -1
  1117. package/dist/contracts/songbird/IExecutorsFacet.d.ts +136 -0
  1118. package/dist/contracts/songbird/IExecutorsFacet.d.ts.map +1 -0
  1119. package/dist/contracts/songbird/IExecutorsFacet.js +45 -0
  1120. package/dist/contracts/songbird/IExecutorsFacet.js.map +1 -0
  1121. package/dist/contracts/songbird/IFAsset.d.ts +1 -1
  1122. package/dist/contracts/songbird/IFAsset.d.ts.map +1 -1
  1123. package/dist/contracts/songbird/IFAssetRedeemComposer.d.ts +3138 -0
  1124. package/dist/contracts/songbird/IFAssetRedeemComposer.d.ts.map +1 -0
  1125. package/dist/contracts/songbird/IFAssetRedeemComposer.js +371 -0
  1126. package/dist/contracts/songbird/IFAssetRedeemComposer.js.map +1 -0
  1127. package/dist/contracts/songbird/IFAssetRedeemerAccount.d.ts +1623 -0
  1128. package/dist/contracts/songbird/IFAssetRedeemerAccount.d.ts.map +1 -0
  1129. package/dist/contracts/songbird/IFAssetRedeemerAccount.js +197 -0
  1130. package/dist/contracts/songbird/IFAssetRedeemerAccount.js.map +1 -0
  1131. package/dist/contracts/songbird/IFastUpdateIncentiveManager.d.ts +1 -1
  1132. package/dist/contracts/songbird/IFastUpdateIncentiveManager.d.ts.map +1 -1
  1133. package/dist/contracts/songbird/IFastUpdater.d.ts +1 -1
  1134. package/dist/contracts/songbird/IFastUpdater.d.ts.map +1 -1
  1135. package/dist/contracts/songbird/IFastUpdatesConfiguration.d.ts +1 -1
  1136. package/dist/contracts/songbird/IFastUpdatesConfiguration.d.ts.map +1 -1
  1137. package/dist/contracts/songbird/IFdcHub.d.ts +1 -1
  1138. package/dist/contracts/songbird/IFdcHub.d.ts.map +1 -1
  1139. package/dist/contracts/songbird/IFdcInflationConfigurations.d.ts +1 -1
  1140. package/dist/contracts/songbird/IFdcInflationConfigurations.d.ts.map +1 -1
  1141. package/dist/contracts/songbird/IFdcRequestFeeConfigurations.d.ts +1 -1
  1142. package/dist/contracts/songbird/IFdcRequestFeeConfigurations.d.ts.map +1 -1
  1143. package/dist/contracts/songbird/IFdcVerification.d.ts +441 -1
  1144. package/dist/contracts/songbird/IFdcVerification.d.ts.map +1 -1
  1145. package/dist/contracts/songbird/IFdcVerification.js +112 -0
  1146. package/dist/contracts/songbird/IFdcVerification.js.map +1 -1
  1147. package/dist/contracts/songbird/IFeeCalculator.d.ts +1 -1
  1148. package/dist/contracts/songbird/IFeeCalculator.d.ts.map +1 -1
  1149. package/dist/contracts/songbird/IFlareAssetRegistry.d.ts +1 -1
  1150. package/dist/contracts/songbird/IFlareAssetRegistry.d.ts.map +1 -1
  1151. package/dist/contracts/songbird/IFlareContractRegistry.d.ts +1 -1
  1152. package/dist/contracts/songbird/IFlareContractRegistry.d.ts.map +1 -1
  1153. package/dist/contracts/songbird/IFlareSystemsCalculator.d.ts +1 -1
  1154. package/dist/contracts/songbird/IFlareSystemsCalculator.d.ts.map +1 -1
  1155. package/dist/contracts/songbird/IFlareSystemsManager.d.ts +1 -1
  1156. package/dist/contracts/songbird/IFlareSystemsManager.d.ts.map +1 -1
  1157. package/dist/contracts/songbird/IFtso.d.ts +1 -1
  1158. package/dist/contracts/songbird/IFtso.d.ts.map +1 -1
  1159. package/dist/contracts/songbird/IFtsoFeedDecimals.d.ts +1 -1
  1160. package/dist/contracts/songbird/IFtsoFeedDecimals.d.ts.map +1 -1
  1161. package/dist/contracts/songbird/IFtsoFeedIdConverter.d.ts +1 -1
  1162. package/dist/contracts/songbird/IFtsoFeedIdConverter.d.ts.map +1 -1
  1163. package/dist/contracts/songbird/IFtsoFeedPublisher.d.ts +1 -1
  1164. package/dist/contracts/songbird/IFtsoFeedPublisher.d.ts.map +1 -1
  1165. package/dist/contracts/songbird/IFtsoInflationConfigurations.d.ts +1 -1
  1166. package/dist/contracts/songbird/IFtsoInflationConfigurations.d.ts.map +1 -1
  1167. package/dist/contracts/songbird/IFtsoManager.d.ts +1 -1
  1168. package/dist/contracts/songbird/IFtsoManager.d.ts.map +1 -1
  1169. package/dist/contracts/songbird/IFtsoManagerGenesis.d.ts +1 -1
  1170. package/dist/contracts/songbird/IFtsoManagerGenesis.d.ts.map +1 -1
  1171. package/dist/contracts/songbird/IFtsoRegistry.d.ts +1 -1
  1172. package/dist/contracts/songbird/IFtsoRegistry.d.ts.map +1 -1
  1173. package/dist/contracts/songbird/IFtsoRegistryGenesis.d.ts +1 -1
  1174. package/dist/contracts/songbird/IFtsoRegistryGenesis.d.ts.map +1 -1
  1175. package/dist/contracts/songbird/IFtsoRewardManager.d.ts +1 -1
  1176. package/dist/contracts/songbird/IFtsoRewardManager.d.ts.map +1 -1
  1177. package/dist/contracts/songbird/IFtsoRewardOffersManager.d.ts +1 -1
  1178. package/dist/contracts/songbird/IFtsoRewardOffersManager.d.ts.map +1 -1
  1179. package/dist/contracts/songbird/IGenericRewardManager.d.ts +1 -1
  1180. package/dist/contracts/songbird/IGenericRewardManager.d.ts.map +1 -1
  1181. package/dist/contracts/songbird/IGovernanceSettings.d.ts +1 -1
  1182. package/dist/contracts/songbird/IGovernanceSettings.d.ts.map +1 -1
  1183. package/dist/contracts/songbird/IGovernanceVotePower.d.ts +1 -1
  1184. package/dist/contracts/songbird/IGovernanceVotePower.d.ts.map +1 -1
  1185. package/dist/contracts/songbird/IGovernor.d.ts +1 -1
  1186. package/dist/contracts/songbird/IGovernor.d.ts.map +1 -1
  1187. package/dist/contracts/songbird/IIAddressUpdater.d.ts +1 -1
  1188. package/dist/contracts/songbird/IIAddressUpdater.d.ts.map +1 -1
  1189. package/dist/contracts/songbird/IIClaimSetupManager.d.ts +1 -1
  1190. package/dist/contracts/songbird/IIClaimSetupManager.d.ts.map +1 -1
  1191. package/dist/contracts/songbird/IICleanable.d.ts +1 -1
  1192. package/dist/contracts/songbird/IICleanable.d.ts.map +1 -1
  1193. package/dist/contracts/songbird/IICustomFeed.d.ts +1 -1
  1194. package/dist/contracts/songbird/IICustomFeed.d.ts.map +1 -1
  1195. package/dist/contracts/songbird/IIERC20WithMetadata.d.ts +1 -1
  1196. package/dist/contracts/songbird/IIERC20WithMetadata.d.ts.map +1 -1
  1197. package/dist/contracts/songbird/IIEntityManager.d.ts +1 -1
  1198. package/dist/contracts/songbird/IIEntityManager.d.ts.map +1 -1
  1199. package/dist/contracts/songbird/IIFastUpdaterView.d.ts +1 -1
  1200. package/dist/contracts/songbird/IIFastUpdaterView.d.ts.map +1 -1
  1201. package/dist/contracts/songbird/IIFlareAssetRegistry.d.ts +1 -1
  1202. package/dist/contracts/songbird/IIFlareAssetRegistry.d.ts.map +1 -1
  1203. package/dist/contracts/songbird/IIFlareAssetRegistryProvider.d.ts +1 -1
  1204. package/dist/contracts/songbird/IIFlareAssetRegistryProvider.d.ts.map +1 -1
  1205. package/dist/contracts/songbird/IIFlareSystemsCalculator.d.ts +1 -1
  1206. package/dist/contracts/songbird/IIFlareSystemsCalculator.d.ts.map +1 -1
  1207. package/dist/contracts/songbird/IIFlareSystemsManager.d.ts +1 -1
  1208. package/dist/contracts/songbird/IIFlareSystemsManager.d.ts.map +1 -1
  1209. package/dist/contracts/songbird/IIFtso.d.ts +1 -1
  1210. package/dist/contracts/songbird/IIFtso.d.ts.map +1 -1
  1211. package/dist/contracts/songbird/IIFtsoFeedPublisher.d.ts +1 -1
  1212. package/dist/contracts/songbird/IIFtsoFeedPublisher.d.ts.map +1 -1
  1213. package/dist/contracts/songbird/IIFtsoManager.d.ts +1 -1
  1214. package/dist/contracts/songbird/IIFtsoManager.d.ts.map +1 -1
  1215. package/dist/contracts/songbird/IIFtsoManagerProxy.d.ts +1 -1
  1216. package/dist/contracts/songbird/IIFtsoManagerProxy.d.ts.map +1 -1
  1217. package/dist/contracts/songbird/IIFtsoManagerV1.d.ts +1 -1
  1218. package/dist/contracts/songbird/IIFtsoManagerV1.d.ts.map +1 -1
  1219. package/dist/contracts/songbird/IIFtsoRegistry.d.ts +1 -1
  1220. package/dist/contracts/songbird/IIFtsoRegistry.d.ts.map +1 -1
  1221. package/dist/contracts/songbird/IIFtsoRegistryV1.d.ts +1 -1
  1222. package/dist/contracts/songbird/IIFtsoRegistryV1.d.ts.map +1 -1
  1223. package/dist/contracts/songbird/IIFtsoRewardManager.d.ts +1 -1
  1224. package/dist/contracts/songbird/IIFtsoRewardManager.d.ts.map +1 -1
  1225. package/dist/contracts/songbird/IIGovernanceVotePower.d.ts +1 -1
  1226. package/dist/contracts/songbird/IIGovernanceVotePower.d.ts.map +1 -1
  1227. package/dist/contracts/songbird/IIGovernorProposer.d.ts +1 -1
  1228. package/dist/contracts/songbird/IIGovernorProposer.d.ts.map +1 -1
  1229. package/dist/contracts/songbird/IIInflationReceiver.d.ts +1 -1
  1230. package/dist/contracts/songbird/IIInflationReceiver.d.ts.map +1 -1
  1231. package/dist/contracts/songbird/IIInflationReceiverV1.d.ts +1 -1
  1232. package/dist/contracts/songbird/IIInflationReceiverV1.d.ts.map +1 -1
  1233. package/dist/contracts/songbird/IIInflationV1.d.ts +1 -1
  1234. package/dist/contracts/songbird/IIInflationV1.d.ts.map +1 -1
  1235. package/dist/contracts/songbird/IINodePossessionVerifier.d.ts +1 -1
  1236. package/dist/contracts/songbird/IINodePossessionVerifier.d.ts.map +1 -1
  1237. package/dist/contracts/songbird/IIPollingFoundation.d.ts +1 -1
  1238. package/dist/contracts/songbird/IIPollingFoundation.d.ts.map +1 -1
  1239. package/dist/contracts/songbird/IIPollingManagementGroup.d.ts +1 -1
  1240. package/dist/contracts/songbird/IIPollingManagementGroup.d.ts.map +1 -1
  1241. package/dist/contracts/songbird/IIPriceSubmitter.d.ts +1 -1
  1242. package/dist/contracts/songbird/IIPriceSubmitter.d.ts.map +1 -1
  1243. package/dist/contracts/songbird/IIPublicKeyVerifier.d.ts +1 -1
  1244. package/dist/contracts/songbird/IIPublicKeyVerifier.d.ts.map +1 -1
  1245. package/dist/contracts/songbird/IIRNat.d.ts +1 -1
  1246. package/dist/contracts/songbird/IIRNat.d.ts.map +1 -1
  1247. package/dist/contracts/songbird/IIRNatAccount.d.ts +1 -1
  1248. package/dist/contracts/songbird/IIRNatAccount.d.ts.map +1 -1
  1249. package/dist/contracts/songbird/IIRandomProvider.d.ts +1 -1
  1250. package/dist/contracts/songbird/IIRandomProvider.d.ts.map +1 -1
  1251. package/dist/contracts/songbird/IIRelay.d.ts +301 -1
  1252. package/dist/contracts/songbird/IIRelay.d.ts.map +1 -1
  1253. package/dist/contracts/songbird/IIRelay.js +26 -0
  1254. package/dist/contracts/songbird/IIRelay.js.map +1 -1
  1255. package/dist/contracts/songbird/IIRewardManager.d.ts +1 -1
  1256. package/dist/contracts/songbird/IIRewardManager.d.ts.map +1 -1
  1257. package/dist/contracts/songbird/IISubmission.d.ts +1 -1
  1258. package/dist/contracts/songbird/IISubmission.d.ts.map +1 -1
  1259. package/dist/contracts/songbird/IISupply.d.ts +1 -1
  1260. package/dist/contracts/songbird/IISupply.d.ts.map +1 -1
  1261. package/dist/contracts/songbird/IITokenPool.d.ts +1 -1
  1262. package/dist/contracts/songbird/IITokenPool.d.ts.map +1 -1
  1263. package/dist/contracts/songbird/IIVPContract.d.ts +1 -1
  1264. package/dist/contracts/songbird/IIVPContract.d.ts.map +1 -1
  1265. package/dist/contracts/songbird/IIVPToken.d.ts +1 -1
  1266. package/dist/contracts/songbird/IIVPToken.d.ts.map +1 -1
  1267. package/dist/contracts/songbird/IIVoterRegistry.d.ts +1 -1
  1268. package/dist/contracts/songbird/IIVoterRegistry.d.ts.map +1 -1
  1269. package/dist/contracts/songbird/IIVoterWhitelister.d.ts +1 -1
  1270. package/dist/contracts/songbird/IIVoterWhitelister.d.ts.map +1 -1
  1271. package/dist/contracts/songbird/IIncreaseManager.d.ts +1 -1
  1272. package/dist/contracts/songbird/IIncreaseManager.d.ts.map +1 -1
  1273. package/dist/contracts/songbird/IInstructionFeesFacet.d.ts +247 -0
  1274. package/dist/contracts/songbird/IInstructionFeesFacet.d.ts.map +1 -0
  1275. package/dist/contracts/songbird/IInstructionFeesFacet.js +69 -0
  1276. package/dist/contracts/songbird/IInstructionFeesFacet.js.map +1 -0
  1277. package/dist/contracts/songbird/IInstructionsFacet.d.ts +3148 -0
  1278. package/dist/contracts/songbird/IInstructionsFacet.d.ts.map +1 -0
  1279. package/dist/contracts/songbird/IInstructionsFacet.js +311 -0
  1280. package/dist/contracts/songbird/IInstructionsFacet.js.map +1 -0
  1281. package/dist/contracts/songbird/IMasterAccountController.d.ts +10173 -0
  1282. package/dist/contracts/songbird/IMasterAccountController.d.ts.map +1 -0
  1283. package/dist/contracts/songbird/IMasterAccountController.js +1114 -0
  1284. package/dist/contracts/songbird/IMasterAccountController.js.map +1 -0
  1285. package/dist/contracts/songbird/IMemoInstructionsFacet.d.ts +1483 -0
  1286. package/dist/contracts/songbird/IMemoInstructionsFacet.d.ts.map +1 -0
  1287. package/dist/contracts/songbird/IMemoInstructionsFacet.js +184 -0
  1288. package/dist/contracts/songbird/IMemoInstructionsFacet.js.map +1 -0
  1289. package/dist/contracts/songbird/IOwnableWithTimelock.d.ts +598 -0
  1290. package/dist/contracts/songbird/IOwnableWithTimelock.d.ts.map +1 -0
  1291. package/dist/contracts/songbird/IOwnableWithTimelock.js +99 -0
  1292. package/dist/contracts/songbird/IOwnableWithTimelock.js.map +1 -0
  1293. package/dist/contracts/songbird/IPauseFacet.d.ts +848 -0
  1294. package/dist/contracts/songbird/IPauseFacet.d.ts.map +1 -0
  1295. package/dist/contracts/songbird/IPauseFacet.js +115 -0
  1296. package/dist/contracts/songbird/IPauseFacet.js.map +1 -0
  1297. package/dist/contracts/songbird/IPaymentProofsFacet.d.ts +184 -0
  1298. package/dist/contracts/songbird/IPaymentProofsFacet.d.ts.map +1 -0
  1299. package/dist/contracts/songbird/IPaymentProofsFacet.js +52 -0
  1300. package/dist/contracts/songbird/IPaymentProofsFacet.js.map +1 -0
  1301. package/dist/contracts/songbird/IPaymentVerification.d.ts +1 -1
  1302. package/dist/contracts/songbird/IPaymentVerification.d.ts.map +1 -1
  1303. package/dist/contracts/songbird/IPersonalAccount.d.ts +928 -0
  1304. package/dist/contracts/songbird/IPersonalAccount.d.ts.map +1 -0
  1305. package/dist/contracts/songbird/IPersonalAccount.js +167 -0
  1306. package/dist/contracts/songbird/IPersonalAccount.js.map +1 -0
  1307. package/dist/contracts/songbird/IPersonalAccountsFacet.d.ts +193 -0
  1308. package/dist/contracts/songbird/IPersonalAccountsFacet.d.ts.map +1 -0
  1309. package/dist/contracts/songbird/IPersonalAccountsFacet.js +58 -0
  1310. package/dist/contracts/songbird/IPersonalAccountsFacet.js.map +1 -0
  1311. package/dist/contracts/songbird/IPollingFtso.d.ts +1 -1
  1312. package/dist/contracts/songbird/IPollingFtso.d.ts.map +1 -1
  1313. package/dist/contracts/songbird/IPollingManagementGroup.d.ts +1 -1
  1314. package/dist/contracts/songbird/IPollingManagementGroup.d.ts.map +1 -1
  1315. package/dist/contracts/songbird/IPriceSubmitter.d.ts +1 -1
  1316. package/dist/contracts/songbird/IPriceSubmitter.d.ts.map +1 -1
  1317. package/dist/contracts/songbird/IRNat.d.ts +1 -1
  1318. package/dist/contracts/songbird/IRNat.d.ts.map +1 -1
  1319. package/dist/contracts/songbird/IRNatAccount.d.ts +1 -1
  1320. package/dist/contracts/songbird/IRNatAccount.d.ts.map +1 -1
  1321. package/dist/contracts/songbird/IRandomProvider.d.ts +1 -1
  1322. package/dist/contracts/songbird/IRandomProvider.d.ts.map +1 -1
  1323. package/dist/contracts/songbird/IReaderFacet.d.ts +422 -0
  1324. package/dist/contracts/songbird/IReaderFacet.d.ts.map +1 -0
  1325. package/dist/contracts/songbird/IReaderFacet.js +159 -0
  1326. package/dist/contracts/songbird/IReaderFacet.js.map +1 -0
  1327. package/dist/contracts/songbird/IRedeemExtended.d.ts +2288 -0
  1328. package/dist/contracts/songbird/IRedeemExtended.d.ts.map +1 -0
  1329. package/dist/contracts/songbird/IRedeemExtended.js +236 -0
  1330. package/dist/contracts/songbird/IRedeemExtended.js.map +1 -0
  1331. package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts +94 -0
  1332. package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts.map +1 -0
  1333. package/dist/contracts/songbird/IRedeemExtendedSettings.js +43 -0
  1334. package/dist/contracts/songbird/IRedeemExtendedSettings.js.map +1 -0
  1335. package/dist/contracts/songbird/IRedemptionTimeExtension.d.ts +1 -1
  1336. package/dist/contracts/songbird/IRedemptionTimeExtension.d.ts.map +1 -1
  1337. package/dist/contracts/songbird/IReferencedPaymentNonexistenceVerification.d.ts +1 -1
  1338. package/dist/contracts/songbird/IReferencedPaymentNonexistenceVerification.d.ts.map +1 -1
  1339. package/dist/contracts/songbird/IRelay.d.ts +301 -1
  1340. package/dist/contracts/songbird/IRelay.d.ts.map +1 -1
  1341. package/dist/contracts/songbird/IRelay.js +26 -0
  1342. package/dist/contracts/songbird/IRelay.js.map +1 -1
  1343. package/dist/contracts/songbird/IRewardManager.d.ts +1 -1
  1344. package/dist/contracts/songbird/IRewardManager.d.ts.map +1 -1
  1345. package/dist/contracts/songbird/ISubmission.d.ts +1 -1
  1346. package/dist/contracts/songbird/ISubmission.d.ts.map +1 -1
  1347. package/dist/contracts/songbird/ITimelockFacet.d.ts +498 -0
  1348. package/dist/contracts/songbird/ITimelockFacet.d.ts.map +1 -0
  1349. package/dist/contracts/songbird/ITimelockFacet.js +81 -0
  1350. package/dist/contracts/songbird/ITimelockFacet.js.map +1 -0
  1351. package/dist/contracts/songbird/ITypeTemplateVerification.d.ts +1 -1
  1352. package/dist/contracts/songbird/ITypeTemplateVerification.d.ts.map +1 -1
  1353. package/dist/contracts/songbird/IVPToken.d.ts +1 -1
  1354. package/dist/contracts/songbird/IVPToken.d.ts.map +1 -1
  1355. package/dist/contracts/songbird/IVaultsFacet.d.ts +280 -0
  1356. package/dist/contracts/songbird/IVaultsFacet.d.ts.map +1 -0
  1357. package/dist/contracts/songbird/IVaultsFacet.js +61 -0
  1358. package/dist/contracts/songbird/IVaultsFacet.js.map +1 -0
  1359. package/dist/contracts/songbird/IVoterPreRegistry.d.ts +1 -1
  1360. package/dist/contracts/songbird/IVoterPreRegistry.d.ts.map +1 -1
  1361. package/dist/contracts/songbird/IVoterRegistry.d.ts +1 -1
  1362. package/dist/contracts/songbird/IVoterRegistry.d.ts.map +1 -1
  1363. package/dist/contracts/songbird/IVoterWhitelister.d.ts +1 -1
  1364. package/dist/contracts/songbird/IVoterWhitelister.d.ts.map +1 -1
  1365. package/dist/contracts/songbird/IWNatDelegationFee.d.ts +1 -1
  1366. package/dist/contracts/songbird/IWNatDelegationFee.d.ts.map +1 -1
  1367. package/dist/contracts/songbird/IWeb2JsonVerification.d.ts +1 -1
  1368. package/dist/contracts/songbird/IWeb2JsonVerification.d.ts.map +1 -1
  1369. package/dist/contracts/songbird/IXRPPayment.d.ts +2 -0
  1370. package/dist/contracts/songbird/IXRPPayment.d.ts.map +1 -0
  1371. package/dist/contracts/songbird/{IJsonApi.js → IXRPPayment.js} +4 -4
  1372. package/dist/contracts/songbird/IXRPPayment.js.map +1 -0
  1373. package/dist/contracts/songbird/IXRPPaymentNonexistence.d.ts +2 -0
  1374. package/dist/contracts/songbird/IXRPPaymentNonexistence.d.ts.map +1 -0
  1375. package/dist/contracts/songbird/IXRPPaymentNonexistence.js +7 -0
  1376. package/dist/contracts/songbird/IXRPPaymentNonexistence.js.map +1 -0
  1377. package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.d.ts +210 -0
  1378. package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.d.ts.map +1 -0
  1379. package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.js +73 -0
  1380. package/dist/contracts/songbird/IXRPPaymentNonexistenceVerification.js.map +1 -0
  1381. package/dist/contracts/songbird/IXRPPaymentVerification.d.ts +242 -0
  1382. package/dist/contracts/songbird/IXRPPaymentVerification.d.ts.map +1 -0
  1383. package/dist/contracts/songbird/IXRPPaymentVerification.js +75 -0
  1384. package/dist/contracts/songbird/IXRPPaymentVerification.js.map +1 -0
  1385. package/dist/contracts/songbird/IXrplProviderWalletsFacet.d.ts +148 -0
  1386. package/dist/contracts/songbird/IXrplProviderWalletsFacet.d.ts.map +1 -0
  1387. package/dist/contracts/songbird/IXrplProviderWalletsFacet.js +54 -0
  1388. package/dist/contracts/songbird/IXrplProviderWalletsFacet.js.map +1 -0
  1389. package/dist/contracts/songbird/ProtocolsV2Interface.d.ts +1 -1
  1390. package/dist/contracts/songbird/ProtocolsV2Interface.d.ts.map +1 -1
  1391. package/dist/contracts/songbird/RandomNumberV2Interface.d.ts +1 -1
  1392. package/dist/contracts/songbird/RandomNumberV2Interface.d.ts.map +1 -1
  1393. package/dist/contracts/songbird/RewardsV2Interface.d.ts +1 -1
  1394. package/dist/contracts/songbird/RewardsV2Interface.d.ts.map +1 -1
  1395. package/dist/contracts/songbird/TestFtsoV2Interface.d.ts +1 -1
  1396. package/dist/contracts/songbird/TestFtsoV2Interface.d.ts.map +1 -1
  1397. package/dist/contracts/songbird/index.d.ts +30 -2
  1398. package/dist/contracts/songbird/index.d.ts.map +1 -1
  1399. package/dist/contracts/songbird/index.js +30 -2
  1400. package/dist/contracts/songbird/index.js.map +1 -1
  1401. package/package.json +3 -2
  1402. package/dist/contracts/coston/IJsonApi.d.ts +0 -2
  1403. package/dist/contracts/coston/IJsonApi.d.ts.map +0 -1
  1404. package/dist/contracts/coston/IJsonApi.js.map +0 -1
  1405. package/dist/contracts/coston/IJsonApiVerification.d.ts +0 -138
  1406. package/dist/contracts/coston/IJsonApiVerification.d.ts.map +0 -1
  1407. package/dist/contracts/coston/IJsonApiVerification.js +0 -60
  1408. package/dist/contracts/coston/IJsonApiVerification.js.map +0 -1
  1409. package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts +0 -713
  1410. package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts.map +0 -1
  1411. package/dist/contracts/coston2/ICustomInstructionsFacet.js +0 -123
  1412. package/dist/contracts/coston2/ICustomInstructionsFacet.js.map +0 -1
  1413. package/dist/contracts/coston2/IJsonApi.d.ts +0 -2
  1414. package/dist/contracts/coston2/IJsonApi.d.ts.map +0 -1
  1415. package/dist/contracts/coston2/IJsonApi.js.map +0 -1
  1416. package/dist/contracts/coston2/IJsonApiVerification.d.ts +0 -138
  1417. package/dist/contracts/coston2/IJsonApiVerification.d.ts.map +0 -1
  1418. package/dist/contracts/coston2/IJsonApiVerification.js +0 -60
  1419. package/dist/contracts/coston2/IJsonApiVerification.js.map +0 -1
  1420. package/dist/contracts/coston2/ISwapFacet.d.ts +0 -763
  1421. package/dist/contracts/coston2/ISwapFacet.d.ts.map +0 -1
  1422. package/dist/contracts/coston2/ISwapFacet.js +0 -90
  1423. package/dist/contracts/coston2/ISwapFacet.js.map +0 -1
  1424. package/dist/contracts/flare/IJsonApi.d.ts +0 -2
  1425. package/dist/contracts/flare/IJsonApi.d.ts.map +0 -1
  1426. package/dist/contracts/flare/IJsonApi.js.map +0 -1
  1427. package/dist/contracts/flare/IJsonApiVerification.d.ts +0 -138
  1428. package/dist/contracts/flare/IJsonApiVerification.d.ts.map +0 -1
  1429. package/dist/contracts/flare/IJsonApiVerification.js +0 -60
  1430. package/dist/contracts/flare/IJsonApiVerification.js.map +0 -1
  1431. package/dist/contracts/flare/ISwapFacet.d.ts +0 -763
  1432. package/dist/contracts/flare/ISwapFacet.d.ts.map +0 -1
  1433. package/dist/contracts/flare/ISwapFacet.js +0 -90
  1434. package/dist/contracts/flare/ISwapFacet.js.map +0 -1
  1435. package/dist/contracts/songbird/IJsonApi.d.ts +0 -2
  1436. package/dist/contracts/songbird/IJsonApi.d.ts.map +0 -1
  1437. package/dist/contracts/songbird/IJsonApi.js.map +0 -1
  1438. package/dist/contracts/songbird/IJsonApiVerification.d.ts +0 -138
  1439. package/dist/contracts/songbird/IJsonApiVerification.d.ts.map +0 -1
  1440. package/dist/contracts/songbird/IJsonApiVerification.js +0 -60
  1441. 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