@hyperlane-xyz/helloworld 1.5.6-beta0 → 1.5.8

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 (226) hide show
  1. package/contracts/HelloWorld.sol +13 -11
  2. package/dist/hardhat.config.js +1 -1
  3. package/dist/hardhat.config.js.map +1 -1
  4. package/dist/src/app/app.d.ts +2 -1
  5. package/dist/src/app/app.d.ts.map +1 -1
  6. package/dist/src/app/app.js +2 -2
  7. package/dist/src/app/app.js.map +1 -1
  8. package/dist/src/app/types.d.ts +2 -2
  9. package/dist/src/app/types.d.ts.map +1 -1
  10. package/dist/src/deploy/deploy.d.ts.map +1 -1
  11. package/dist/src/deploy/deploy.js +1 -2
  12. package/dist/src/deploy/deploy.js.map +1 -1
  13. package/dist/src/multiProtocolApp/evmAdapter.d.ts +1 -2
  14. package/dist/src/multiProtocolApp/evmAdapter.d.ts.map +1 -1
  15. package/dist/src/multiProtocolApp/evmAdapter.js +2 -6
  16. package/dist/src/multiProtocolApp/evmAdapter.js.map +1 -1
  17. package/dist/src/multiProtocolApp/multiProtocolApp.d.ts.map +1 -1
  18. package/dist/src/multiProtocolApp/multiProtocolApp.js +6 -2
  19. package/dist/src/multiProtocolApp/multiProtocolApp.js.map +1 -1
  20. package/dist/src/multiProtocolApp/sealevelAdapter.d.ts +1 -2
  21. package/dist/src/multiProtocolApp/sealevelAdapter.d.ts.map +1 -1
  22. package/dist/src/multiProtocolApp/sealevelAdapter.js +6 -5
  23. package/dist/src/multiProtocolApp/sealevelAdapter.js.map +1 -1
  24. package/dist/src/multiProtocolApp/types.d.ts +1 -2
  25. package/dist/src/multiProtocolApp/types.d.ts.map +1 -1
  26. package/dist/src/scripts/check.js +2 -1
  27. package/dist/src/scripts/check.js.map +1 -1
  28. package/dist/src/scripts/deploy.js +2 -1
  29. package/dist/src/scripts/deploy.js.map +1 -1
  30. package/dist/src/test/deploy.test.js +1 -1
  31. package/dist/src/test/deploy.test.js.map +1 -1
  32. package/dist/src/test/helloworld.test.js +16 -16
  33. package/dist/src/test/helloworld.test.js.map +1 -1
  34. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts +202 -0
  35. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts.map +1 -0
  36. package/dist/src/types/@hyperlane-xyz/core/contracts/{hooks/libs/index.js → HyperlaneConnectionClient.js} +1 -1
  37. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js.map +1 -0
  38. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts +279 -0
  39. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts.map +1 -0
  40. package/dist/src/types/@hyperlane-xyz/core/contracts/{interfaces/hooks/index.js → Router.js} +1 -1
  41. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.js.map +1 -0
  42. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts +2 -4
  43. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  44. package/dist/src/types/@hyperlane-xyz/core/contracts/index.js +0 -1
  45. package/dist/src/types/@hyperlane-xyz/core/contracts/index.js.map +1 -1
  46. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts +107 -0
  47. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts.map +1 -0
  48. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js +3 -0
  49. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js.map +1 -0
  50. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts +76 -0
  51. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts.map +1 -0
  52. package/dist/src/types/@hyperlane-xyz/core/contracts/{client/index.js → interfaces/IInterchainGasPaymaster.js} +1 -1
  53. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.js.map +1 -0
  54. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +3 -25
  55. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -1
  56. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +0 -1
  57. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -1
  58. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +3 -10
  59. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -1
  60. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +0 -1
  61. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -1
  62. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts +44 -163
  63. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts.map +1 -1
  64. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js +0 -1
  65. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js.map +1 -1
  66. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts +7 -22
  67. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts.map +1 -1
  68. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js +0 -1
  69. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js.map +1 -1
  70. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +2 -2
  71. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
  72. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js +0 -1
  73. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
  74. package/dist/src/types/@hyperlane-xyz/core/index.d.ts.map +1 -1
  75. package/dist/src/types/@hyperlane-xyz/core/index.js +0 -1
  76. package/dist/src/types/@hyperlane-xyz/core/index.js.map +1 -1
  77. package/dist/src/types/@hyperlane-xyz/index.d.ts.map +1 -1
  78. package/dist/src/types/@hyperlane-xyz/index.js +0 -1
  79. package/dist/src/types/@hyperlane-xyz/index.js.map +1 -1
  80. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +3 -42
  81. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -1
  82. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +0 -1
  83. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -1
  84. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts +2 -2
  85. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -1
  86. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js +0 -1
  87. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js.map +1 -1
  88. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -1
  89. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js +0 -1
  90. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -1
  91. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +2 -3
  92. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -1
  93. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +0 -1
  94. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -1
  95. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +2 -3
  96. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -1
  97. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +0 -1
  98. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -1
  99. package/dist/src/types/@openzeppelin/index.d.ts.map +1 -1
  100. package/dist/src/types/@openzeppelin/index.js +0 -1
  101. package/dist/src/types/@openzeppelin/index.js.map +1 -1
  102. package/dist/src/types/common.d.ts.map +1 -1
  103. package/dist/src/types/common.js +0 -1
  104. package/dist/src/types/common.js.map +1 -1
  105. package/dist/src/types/contracts/HelloWorld.d.ts +75 -294
  106. package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
  107. package/dist/src/types/contracts/HelloWorld.js +0 -1
  108. package/dist/src/types/contracts/HelloWorld.js.map +1 -1
  109. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/MailboxClient__factory.d.ts → HyperlaneConnectionClient__factory.d.ts} +6 -6
  110. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts.map +1 -0
  111. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/MailboxClient__factory.js → HyperlaneConnectionClient__factory.js} +63 -22
  112. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js.map +1 -0
  113. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/Router__factory.d.ts → Router__factory.d.ts} +2 -2
  114. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts.map +1 -0
  115. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/Router__factory.js → Router__factory.js} +71 -37
  116. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js.map +1 -0
  117. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts +2 -2
  118. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  119. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js +5 -3
  120. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js.map +1 -1
  121. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts +29 -0
  122. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts.map +1 -0
  123. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js +98 -0
  124. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js.map +1 -0
  125. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts +36 -0
  126. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -0
  127. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js +97 -0
  128. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js.map +1 -0
  129. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +2 -2
  130. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -1
  131. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +2 -0
  132. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -1
  133. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +2 -2
  134. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -1
  135. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +2 -0
  136. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -1
  137. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts +2 -2
  138. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts.map +1 -1
  139. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js +26 -181
  140. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js.map +1 -1
  141. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts +2 -2
  142. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts.map +1 -1
  143. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js +3 -1
  144. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js.map +1 -1
  145. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +2 -1
  146. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
  147. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js +5 -2
  148. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
  149. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +2 -2
  150. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -1
  151. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +2 -0
  152. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -1
  153. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +2 -2
  154. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -1
  155. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +2 -0
  156. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -1
  157. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +2 -2
  158. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -1
  159. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +2 -0
  160. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -1
  161. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +5 -5
  162. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
  163. package/dist/src/types/factories/contracts/HelloWorld__factory.js +78 -44
  164. package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
  165. package/dist/src/types/index.d.ts +10 -10
  166. package/dist/src/types/index.d.ts.map +1 -1
  167. package/dist/src/types/index.js +9 -10
  168. package/dist/src/types/index.js.map +1 -1
  169. package/package.json +10 -12
  170. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts +0 -260
  171. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts.map +0 -1
  172. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js +0 -4
  173. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js.map +0 -1
  174. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts +0 -445
  175. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts.map +0 -1
  176. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js +0 -4
  177. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js.map +0 -1
  178. package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts +0 -3
  179. package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts.map +0 -1
  180. package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.js.map +0 -1
  181. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts +0 -3
  182. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +0 -1
  183. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js +0 -4
  184. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js.map +0 -1
  185. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts +0 -50
  186. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts.map +0 -1
  187. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js +0 -4
  188. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js.map +0 -1
  189. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +0 -2
  190. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +0 -1
  191. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +0 -1
  192. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts +0 -96
  193. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts.map +0 -1
  194. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js +0 -4
  195. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js.map +0 -1
  196. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +0 -2
  197. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +0 -1
  198. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +0 -1
  199. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.d.ts.map +0 -1
  200. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.js.map +0 -1
  201. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.d.ts.map +0 -1
  202. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.js.map +0 -1
  203. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts +0 -3
  204. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts.map +0 -1
  205. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js +0 -11
  206. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js.map +0 -1
  207. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts +0 -2
  208. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +0 -1
  209. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js +0 -31
  210. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js.map +0 -1
  211. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts +0 -31
  212. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts.map +0 -1
  213. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js +0 -54
  214. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js.map +0 -1
  215. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +0 -2
  216. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +0 -1
  217. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js +0 -9
  218. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +0 -1
  219. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts +0 -23
  220. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts.map +0 -1
  221. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js +0 -79
  222. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js.map +0 -1
  223. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +0 -2
  224. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +0 -1
  225. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js +0 -9
  226. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +0 -1
@@ -0,0 +1,107 @@
1
+ import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
2
+ import type { FunctionFragment, Result } from "@ethersproject/abi";
3
+ import type { Listener, Provider } from "@ethersproject/providers";
4
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../common";
5
+ export interface IHyperlaneConnectionClientInterface extends utils.Interface {
6
+ functions: {
7
+ "interchainGasPaymaster()": FunctionFragment;
8
+ "interchainSecurityModule()": FunctionFragment;
9
+ "mailbox()": FunctionFragment;
10
+ "setInterchainGasPaymaster(address)": FunctionFragment;
11
+ "setInterchainSecurityModule(address)": FunctionFragment;
12
+ "setMailbox(address)": FunctionFragment;
13
+ };
14
+ getFunction(nameOrSignatureOrTopic: "interchainGasPaymaster" | "interchainSecurityModule" | "mailbox" | "setInterchainGasPaymaster" | "setInterchainSecurityModule" | "setMailbox"): FunctionFragment;
15
+ encodeFunctionData(functionFragment: "interchainGasPaymaster", values?: undefined): string;
16
+ encodeFunctionData(functionFragment: "interchainSecurityModule", values?: undefined): string;
17
+ encodeFunctionData(functionFragment: "mailbox", values?: undefined): string;
18
+ encodeFunctionData(functionFragment: "setInterchainGasPaymaster", values: [string]): string;
19
+ encodeFunctionData(functionFragment: "setInterchainSecurityModule", values: [string]): string;
20
+ encodeFunctionData(functionFragment: "setMailbox", values: [string]): string;
21
+ decodeFunctionResult(functionFragment: "interchainGasPaymaster", data: BytesLike): Result;
22
+ decodeFunctionResult(functionFragment: "interchainSecurityModule", data: BytesLike): Result;
23
+ decodeFunctionResult(functionFragment: "mailbox", data: BytesLike): Result;
24
+ decodeFunctionResult(functionFragment: "setInterchainGasPaymaster", data: BytesLike): Result;
25
+ decodeFunctionResult(functionFragment: "setInterchainSecurityModule", data: BytesLike): Result;
26
+ decodeFunctionResult(functionFragment: "setMailbox", data: BytesLike): Result;
27
+ events: {};
28
+ }
29
+ export interface IHyperlaneConnectionClient extends BaseContract {
30
+ connect(signerOrProvider: Signer | Provider | string): this;
31
+ attach(addressOrName: string): this;
32
+ deployed(): Promise<this>;
33
+ interface: IHyperlaneConnectionClientInterface;
34
+ queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
35
+ listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
36
+ listeners(eventName?: string): Array<Listener>;
37
+ removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
38
+ removeAllListeners(eventName?: string): this;
39
+ off: OnEvent<this>;
40
+ on: OnEvent<this>;
41
+ once: OnEvent<this>;
42
+ removeListener: OnEvent<this>;
43
+ functions: {
44
+ interchainGasPaymaster(overrides?: CallOverrides): Promise<[string]>;
45
+ interchainSecurityModule(overrides?: CallOverrides): Promise<[string]>;
46
+ mailbox(overrides?: CallOverrides): Promise<[string]>;
47
+ setInterchainGasPaymaster(arg0: string, overrides?: Overrides & {
48
+ from?: string | Promise<string>;
49
+ }): Promise<ContractTransaction>;
50
+ setInterchainSecurityModule(arg0: string, overrides?: Overrides & {
51
+ from?: string | Promise<string>;
52
+ }): Promise<ContractTransaction>;
53
+ setMailbox(arg0: string, overrides?: Overrides & {
54
+ from?: string | Promise<string>;
55
+ }): Promise<ContractTransaction>;
56
+ };
57
+ interchainGasPaymaster(overrides?: CallOverrides): Promise<string>;
58
+ interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
59
+ mailbox(overrides?: CallOverrides): Promise<string>;
60
+ setInterchainGasPaymaster(arg0: string, overrides?: Overrides & {
61
+ from?: string | Promise<string>;
62
+ }): Promise<ContractTransaction>;
63
+ setInterchainSecurityModule(arg0: string, overrides?: Overrides & {
64
+ from?: string | Promise<string>;
65
+ }): Promise<ContractTransaction>;
66
+ setMailbox(arg0: string, overrides?: Overrides & {
67
+ from?: string | Promise<string>;
68
+ }): Promise<ContractTransaction>;
69
+ callStatic: {
70
+ interchainGasPaymaster(overrides?: CallOverrides): Promise<string>;
71
+ interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
72
+ mailbox(overrides?: CallOverrides): Promise<string>;
73
+ setInterchainGasPaymaster(arg0: string, overrides?: CallOverrides): Promise<void>;
74
+ setInterchainSecurityModule(arg0: string, overrides?: CallOverrides): Promise<void>;
75
+ setMailbox(arg0: string, overrides?: CallOverrides): Promise<void>;
76
+ };
77
+ filters: {};
78
+ estimateGas: {
79
+ interchainGasPaymaster(overrides?: CallOverrides): Promise<BigNumber>;
80
+ interchainSecurityModule(overrides?: CallOverrides): Promise<BigNumber>;
81
+ mailbox(overrides?: CallOverrides): Promise<BigNumber>;
82
+ setInterchainGasPaymaster(arg0: string, overrides?: Overrides & {
83
+ from?: string | Promise<string>;
84
+ }): Promise<BigNumber>;
85
+ setInterchainSecurityModule(arg0: string, overrides?: Overrides & {
86
+ from?: string | Promise<string>;
87
+ }): Promise<BigNumber>;
88
+ setMailbox(arg0: string, overrides?: Overrides & {
89
+ from?: string | Promise<string>;
90
+ }): Promise<BigNumber>;
91
+ };
92
+ populateTransaction: {
93
+ interchainGasPaymaster(overrides?: CallOverrides): Promise<PopulatedTransaction>;
94
+ interchainSecurityModule(overrides?: CallOverrides): Promise<PopulatedTransaction>;
95
+ mailbox(overrides?: CallOverrides): Promise<PopulatedTransaction>;
96
+ setInterchainGasPaymaster(arg0: string, overrides?: Overrides & {
97
+ from?: string | Promise<string>;
98
+ }): Promise<PopulatedTransaction>;
99
+ setInterchainSecurityModule(arg0: string, overrides?: Overrides & {
100
+ from?: string | Promise<string>;
101
+ }): Promise<PopulatedTransaction>;
102
+ setMailbox(arg0: string, overrides?: Overrides & {
103
+ from?: string | Promise<string>;
104
+ }): Promise<PopulatedTransaction>;
105
+ };
106
+ }
107
+ //# sourceMappingURL=IHyperlaneConnectionClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IHyperlaneConnectionClient.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,YAAY,EACZ,SAAS,EACT,SAAS,EACT,aAAa,EACb,mBAAmB,EACnB,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,KAAK,EACN,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,oBAAoB,CAAC;AAE5B,MAAM,WAAW,mCAAoC,SAAQ,KAAK,CAAC,SAAS;IAC1E,SAAS,EAAE;QACT,0BAA0B,EAAE,gBAAgB,CAAC;QAC7C,4BAA4B,EAAE,gBAAgB,CAAC;QAC/C,WAAW,EAAE,gBAAgB,CAAC;QAC9B,oCAAoC,EAAE,gBAAgB,CAAC;QACvD,sCAAsC,EAAE,gBAAgB,CAAC;QACzD,qBAAqB,EAAE,gBAAgB,CAAC;KACzC,CAAC;IAEF,WAAW,CACT,sBAAsB,EAClB,wBAAwB,GACxB,0BAA0B,GAC1B,SAAS,GACT,2BAA2B,GAC3B,6BAA6B,GAC7B,YAAY,GACf,gBAAgB,CAAC;IAEpB,kBAAkB,CAChB,gBAAgB,EAAE,wBAAwB,EAC1C,MAAM,CAAC,EAAE,SAAS,GACjB,MAAM,CAAC;IACV,kBAAkB,CAChB,gBAAgB,EAAE,0BAA0B,EAC5C,MAAM,CAAC,EAAE,SAAS,GACjB,MAAM,CAAC;IACV,kBAAkB,CAAC,gBAAgB,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC5E,kBAAkB,CAChB,gBAAgB,EAAE,2BAA2B,EAC7C,MAAM,EAAE,CAAC,MAAM,CAAC,GACf,MAAM,CAAC;IACV,kBAAkB,CAChB,gBAAgB,EAAE,6BAA6B,EAC/C,MAAM,EAAE,CAAC,MAAM,CAAC,GACf,MAAM,CAAC;IACV,kBAAkB,CAAC,gBAAgB,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC;IAE7E,oBAAoB,CAClB,gBAAgB,EAAE,wBAAwB,EAC1C,IAAI,EAAE,SAAS,GACd,MAAM,CAAC;IACV,oBAAoB,CAClB,gBAAgB,EAAE,0BAA0B,EAC5C,IAAI,EAAE,SAAS,GACd,MAAM,CAAC;IACV,oBAAoB,CAAC,gBAAgB,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IAC3E,oBAAoB,CAClB,gBAAgB,EAAE,2BAA2B,EAC7C,IAAI,EAAE,SAAS,GACd,MAAM,CAAC;IACV,oBAAoB,CAClB,gBAAgB,EAAE,6BAA6B,EAC/C,IAAI,EAAE,SAAS,GACd,MAAM,CAAC;IACV,oBAAoB,CAAC,gBAAgB,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IAE9E,MAAM,EAAE,EAAE,CAAC;CACZ;AAED,MAAM,WAAW,0BAA2B,SAAQ,YAAY;IAC9D,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5D,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B,SAAS,EAAE,mCAAmC,CAAC;IAE/C,WAAW,CAAC,MAAM,SAAS,UAAU,EACnC,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1B,SAAS,CAAC,MAAM,SAAS,UAAU,EACjC,WAAW,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAChC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/C,kBAAkB,CAAC,MAAM,SAAS,UAAU,EAC1C,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACpC,IAAI,CAAC;IACR,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,SAAS,EAAE;QACT,sBAAsB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;QAErE,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;QAEvE,OAAO,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;QAEtD,yBAAyB,CACvB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,mBAAmB,CAAC,CAAC;QAEhC,2BAA2B,CACzB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,mBAAmB,CAAC,CAAC;QAEhC,UAAU,CACR,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,mBAAmB,CAAC,CAAC;KACjC,CAAC;IAEF,sBAAsB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAEnE,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAErE,OAAO,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAEpD,yBAAyB,CACvB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;KAAE,GAC1D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC,2BAA2B,CACzB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;KAAE,GAC1D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC,UAAU,CACR,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;KAAE,GAC1D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC,UAAU,EAAE;QACV,sBAAsB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;QAEnE,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;QAErE,OAAO,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;QAEpD,yBAAyB,CACvB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,aAAa,GACxB,OAAO,CAAC,IAAI,CAAC,CAAC;QAEjB,2BAA2B,CACzB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,aAAa,GACxB,OAAO,CAAC,IAAI,CAAC,CAAC;QAEjB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;KACpE,CAAC;IAEF,OAAO,EAAE,EAAE,CAAC;IAEZ,WAAW,EAAE;QACX,sBAAsB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QAEtE,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QAExE,OAAO,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QAEvD,yBAAyB,CACvB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,SAAS,CAAC,CAAC;QAEtB,2BAA2B,CACzB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,SAAS,CAAC,CAAC;QAEtB,UAAU,CACR,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,SAAS,CAAC,CAAC;KACvB,CAAC;IAEF,mBAAmB,EAAE;QACnB,sBAAsB,CACpB,SAAS,CAAC,EAAE,aAAa,GACxB,OAAO,CAAC,oBAAoB,CAAC,CAAC;QAEjC,wBAAwB,CACtB,SAAS,CAAC,EAAE,aAAa,GACxB,OAAO,CAAC,oBAAoB,CAAC,CAAC;QAEjC,OAAO,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;QAElE,yBAAyB,CACvB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,oBAAoB,CAAC,CAAC;QAEjC,2BAA2B,CACzB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,oBAAoB,CAAC,CAAC;QAEjC,UAAU,CACR,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,SAAS,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GAC1D,OAAO,CAAC,oBAAoB,CAAC,CAAC;KAClC,CAAC;CACH"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IHyperlaneConnectionClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IHyperlaneConnectionClient.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.ts"],"names":[],"mappings":""}
@@ -0,0 +1,76 @@
1
+ import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, PayableOverrides, PopulatedTransaction, Signer, utils } from "ethers";
2
+ import type { FunctionFragment, Result, EventFragment } from "@ethersproject/abi";
3
+ import type { Listener, Provider } from "@ethersproject/providers";
4
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../common";
5
+ export interface IInterchainGasPaymasterInterface extends utils.Interface {
6
+ functions: {
7
+ "payForGas(bytes32,uint32,uint256,address)": FunctionFragment;
8
+ "quoteGasPayment(uint32,uint256)": FunctionFragment;
9
+ };
10
+ getFunction(nameOrSignatureOrTopic: "payForGas" | "quoteGasPayment"): FunctionFragment;
11
+ encodeFunctionData(functionFragment: "payForGas", values: [BytesLike, BigNumberish, BigNumberish, string]): string;
12
+ encodeFunctionData(functionFragment: "quoteGasPayment", values: [BigNumberish, BigNumberish]): string;
13
+ decodeFunctionResult(functionFragment: "payForGas", data: BytesLike): Result;
14
+ decodeFunctionResult(functionFragment: "quoteGasPayment", data: BytesLike): Result;
15
+ events: {
16
+ "GasPayment(bytes32,uint256,uint256)": EventFragment;
17
+ };
18
+ getEvent(nameOrSignatureOrTopic: "GasPayment"): EventFragment;
19
+ }
20
+ export interface GasPaymentEventObject {
21
+ messageId: string;
22
+ gasAmount: BigNumber;
23
+ payment: BigNumber;
24
+ }
25
+ export type GasPaymentEvent = TypedEvent<[
26
+ string,
27
+ BigNumber,
28
+ BigNumber
29
+ ], GasPaymentEventObject>;
30
+ export type GasPaymentEventFilter = TypedEventFilter<GasPaymentEvent>;
31
+ export interface IInterchainGasPaymaster extends BaseContract {
32
+ connect(signerOrProvider: Signer | Provider | string): this;
33
+ attach(addressOrName: string): this;
34
+ deployed(): Promise<this>;
35
+ interface: IInterchainGasPaymasterInterface;
36
+ queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
37
+ listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
38
+ listeners(eventName?: string): Array<Listener>;
39
+ removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
40
+ removeAllListeners(eventName?: string): this;
41
+ off: OnEvent<this>;
42
+ on: OnEvent<this>;
43
+ once: OnEvent<this>;
44
+ removeListener: OnEvent<this>;
45
+ functions: {
46
+ payForGas(_messageId: BytesLike, _destinationDomain: BigNumberish, _gasAmount: BigNumberish, _refundAddress: string, overrides?: PayableOverrides & {
47
+ from?: string | Promise<string>;
48
+ }): Promise<ContractTransaction>;
49
+ quoteGasPayment(_destinationDomain: BigNumberish, _gasAmount: BigNumberish, overrides?: CallOverrides): Promise<[BigNumber]>;
50
+ };
51
+ payForGas(_messageId: BytesLike, _destinationDomain: BigNumberish, _gasAmount: BigNumberish, _refundAddress: string, overrides?: PayableOverrides & {
52
+ from?: string | Promise<string>;
53
+ }): Promise<ContractTransaction>;
54
+ quoteGasPayment(_destinationDomain: BigNumberish, _gasAmount: BigNumberish, overrides?: CallOverrides): Promise<BigNumber>;
55
+ callStatic: {
56
+ payForGas(_messageId: BytesLike, _destinationDomain: BigNumberish, _gasAmount: BigNumberish, _refundAddress: string, overrides?: CallOverrides): Promise<void>;
57
+ quoteGasPayment(_destinationDomain: BigNumberish, _gasAmount: BigNumberish, overrides?: CallOverrides): Promise<BigNumber>;
58
+ };
59
+ filters: {
60
+ "GasPayment(bytes32,uint256,uint256)"(messageId?: BytesLike | null, gasAmount?: null, payment?: null): GasPaymentEventFilter;
61
+ GasPayment(messageId?: BytesLike | null, gasAmount?: null, payment?: null): GasPaymentEventFilter;
62
+ };
63
+ estimateGas: {
64
+ payForGas(_messageId: BytesLike, _destinationDomain: BigNumberish, _gasAmount: BigNumberish, _refundAddress: string, overrides?: PayableOverrides & {
65
+ from?: string | Promise<string>;
66
+ }): Promise<BigNumber>;
67
+ quoteGasPayment(_destinationDomain: BigNumberish, _gasAmount: BigNumberish, overrides?: CallOverrides): Promise<BigNumber>;
68
+ };
69
+ populateTransaction: {
70
+ payForGas(_messageId: BytesLike, _destinationDomain: BigNumberish, _gasAmount: BigNumberish, _refundAddress: string, overrides?: PayableOverrides & {
71
+ from?: string | Promise<string>;
72
+ }): Promise<PopulatedTransaction>;
73
+ quoteGasPayment(_destinationDomain: BigNumberish, _gasAmount: BigNumberish, overrides?: CallOverrides): Promise<PopulatedTransaction>;
74
+ };
75
+ }
76
+ //# sourceMappingURL=IInterchainGasPaymaster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainGasPaymaster.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=IInterchainGasPaymaster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainGasPaymaster.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.ts"],"names":[],"mappings":""}
@@ -1,21 +1,17 @@
1
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../../common";
1
+ import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
2
2
  import type { FunctionFragment, Result } from "@ethersproject/abi";
3
3
  import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
4
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../../common";
5
5
  export interface IInterchainSecurityModuleInterface extends utils.Interface {
6
6
  functions: {
7
7
  "moduleType()": FunctionFragment;
8
8
  "verify(bytes,bytes)": FunctionFragment;
9
9
  };
10
- getFunction(nameOrSignatureOrTopic: "moduleType" | "moduleType()" | "verify" | "verify(bytes,bytes)"): FunctionFragment;
10
+ getFunction(nameOrSignatureOrTopic: "moduleType" | "verify"): FunctionFragment;
11
11
  encodeFunctionData(functionFragment: "moduleType", values?: undefined): string;
12
- encodeFunctionData(functionFragment: "moduleType()", values?: undefined): string;
13
12
  encodeFunctionData(functionFragment: "verify", values: [BytesLike, BytesLike]): string;
14
- encodeFunctionData(functionFragment: "verify(bytes,bytes)", values: [BytesLike, BytesLike]): string;
15
13
  decodeFunctionResult(functionFragment: "moduleType", data: BytesLike): Result;
16
- decodeFunctionResult(functionFragment: "moduleType()", data: BytesLike): Result;
17
14
  decodeFunctionResult(functionFragment: "verify", data: BytesLike): Result;
18
- decodeFunctionResult(functionFragment: "verify(bytes,bytes)", data: BytesLike): Result;
19
15
  events: {};
20
16
  }
21
17
  export interface IInterchainSecurityModule extends BaseContract {
@@ -34,48 +30,30 @@ export interface IInterchainSecurityModule extends BaseContract {
34
30
  removeListener: OnEvent<this>;
35
31
  functions: {
36
32
  moduleType(overrides?: CallOverrides): Promise<[number]>;
37
- "moduleType()"(overrides?: CallOverrides): Promise<[number]>;
38
33
  verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
39
34
  from?: string | Promise<string>;
40
35
  }): Promise<ContractTransaction>;
41
- "verify(bytes,bytes)"(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
42
- from?: string | Promise<string>;
43
- }): Promise<ContractTransaction>;
44
36
  };
45
37
  moduleType(overrides?: CallOverrides): Promise<number>;
46
- "moduleType()"(overrides?: CallOverrides): Promise<number>;
47
38
  verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
48
39
  from?: string | Promise<string>;
49
40
  }): Promise<ContractTransaction>;
50
- "verify(bytes,bytes)"(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
51
- from?: string | Promise<string>;
52
- }): Promise<ContractTransaction>;
53
41
  callStatic: {
54
42
  moduleType(overrides?: CallOverrides): Promise<number>;
55
- "moduleType()"(overrides?: CallOverrides): Promise<number>;
56
43
  verify(_metadata: BytesLike, _message: BytesLike, overrides?: CallOverrides): Promise<boolean>;
57
- "verify(bytes,bytes)"(_metadata: BytesLike, _message: BytesLike, overrides?: CallOverrides): Promise<boolean>;
58
44
  };
59
45
  filters: {};
60
46
  estimateGas: {
61
47
  moduleType(overrides?: CallOverrides): Promise<BigNumber>;
62
- "moduleType()"(overrides?: CallOverrides): Promise<BigNumber>;
63
48
  verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
64
49
  from?: string | Promise<string>;
65
50
  }): Promise<BigNumber>;
66
- "verify(bytes,bytes)"(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
67
- from?: string | Promise<string>;
68
- }): Promise<BigNumber>;
69
51
  };
70
52
  populateTransaction: {
71
53
  moduleType(overrides?: CallOverrides): Promise<PopulatedTransaction>;
72
- "moduleType()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
73
54
  verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
74
55
  from?: string | Promise<string>;
75
56
  }): Promise<PopulatedTransaction>;
76
- "verify(bytes,bytes)"(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
77
- from?: string | Promise<string>;
78
- }): Promise<PopulatedTransaction>;
79
57
  };
80
58
  }
81
59
  //# sourceMappingURL=IInterchainSecurityModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IInterchainSecurityModule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IInterchainSecurityModule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,3 @@
1
1
  "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
2
  Object.defineProperty(exports, "__esModule", { value: true });
4
3
  //# sourceMappingURL=IInterchainSecurityModule.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"IInterchainSecurityModule.js","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
1
+ {"version":3,"file":"IInterchainSecurityModule.js","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.ts"],"names":[],"mappings":""}
@@ -1,16 +1,14 @@
1
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../../common";
1
+ import type { BaseContract, BigNumber, BytesLike, CallOverrides, PopulatedTransaction, Signer, utils } from "ethers";
2
2
  import type { FunctionFragment, Result } from "@ethersproject/abi";
3
3
  import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BytesLike, CallOverrides, PopulatedTransaction, Signer, utils } from "ethers";
4
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../../common";
5
5
  export interface ISpecifiesInterchainSecurityModuleInterface extends utils.Interface {
6
6
  functions: {
7
7
  "interchainSecurityModule()": FunctionFragment;
8
8
  };
9
- getFunction(nameOrSignatureOrTopic: "interchainSecurityModule" | "interchainSecurityModule()"): FunctionFragment;
9
+ getFunction(nameOrSignatureOrTopic: "interchainSecurityModule"): FunctionFragment;
10
10
  encodeFunctionData(functionFragment: "interchainSecurityModule", values?: undefined): string;
11
- encodeFunctionData(functionFragment: "interchainSecurityModule()", values?: undefined): string;
12
11
  decodeFunctionResult(functionFragment: "interchainSecurityModule", data: BytesLike): Result;
13
- decodeFunctionResult(functionFragment: "interchainSecurityModule()", data: BytesLike): Result;
14
12
  events: {};
15
13
  }
16
14
  export interface ISpecifiesInterchainSecurityModule extends BaseContract {
@@ -29,22 +27,17 @@ export interface ISpecifiesInterchainSecurityModule extends BaseContract {
29
27
  removeListener: OnEvent<this>;
30
28
  functions: {
31
29
  interchainSecurityModule(overrides?: CallOverrides): Promise<[string]>;
32
- "interchainSecurityModule()"(overrides?: CallOverrides): Promise<[string]>;
33
30
  };
34
31
  interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
35
- "interchainSecurityModule()"(overrides?: CallOverrides): Promise<string>;
36
32
  callStatic: {
37
33
  interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
38
- "interchainSecurityModule()"(overrides?: CallOverrides): Promise<string>;
39
34
  };
40
35
  filters: {};
41
36
  estimateGas: {
42
37
  interchainSecurityModule(overrides?: CallOverrides): Promise<BigNumber>;
43
- "interchainSecurityModule()"(overrides?: CallOverrides): Promise<BigNumber>;
44
38
  };
45
39
  populateTransaction: {
46
40
  interchainSecurityModule(overrides?: CallOverrides): Promise<PopulatedTransaction>;
47
- "interchainSecurityModule()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
48
41
  };
49
42
  }
50
43
  //# sourceMappingURL=ISpecifiesInterchainSecurityModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ISpecifiesInterchainSecurityModule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ISpecifiesInterchainSecurityModule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,3 @@
1
1
  "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
2
  Object.defineProperty(exports, "__esModule", { value: true });
4
3
  //# sourceMappingURL=ISpecifiesInterchainSecurityModule.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ISpecifiesInterchainSecurityModule.js","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
1
+ {"version":3,"file":"ISpecifiesInterchainSecurityModule.js","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.ts"],"names":[],"mappings":""}