@hyperlane-xyz/helloworld 0.0.0-beta-20251201221151

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 (307) hide show
  1. package/README.md +27 -0
  2. package/contracts/HelloWorld.sol +107 -0
  3. package/dist/app/app.d.ts +17 -0
  4. package/dist/app/app.d.ts.map +1 -0
  5. package/dist/app/app.js +55 -0
  6. package/dist/app/app.js.map +1 -0
  7. package/dist/app/contracts.d.ts +6 -0
  8. package/dist/app/contracts.d.ts.map +1 -0
  9. package/dist/app/contracts.js +5 -0
  10. package/dist/app/contracts.js.map +1 -0
  11. package/dist/app/types.d.ts +5 -0
  12. package/dist/app/types.d.ts.map +1 -0
  13. package/dist/app/types.js +2 -0
  14. package/dist/app/types.js.map +1 -0
  15. package/dist/deploy/check.d.ts +7 -0
  16. package/dist/deploy/check.d.ts.map +1 -0
  17. package/dist/deploy/check.js +4 -0
  18. package/dist/deploy/check.js.map +1 -0
  19. package/dist/deploy/config.d.ts +6 -0
  20. package/dist/deploy/config.d.ts.map +1 -0
  21. package/dist/deploy/config.js +6 -0
  22. package/dist/deploy/config.js.map +1 -0
  23. package/dist/deploy/deploy.d.ts +14 -0
  24. package/dist/deploy/deploy.d.ts.map +1 -0
  25. package/dist/deploy/deploy.js +32 -0
  26. package/dist/deploy/deploy.js.map +1 -0
  27. package/dist/index.d.ts +11 -0
  28. package/dist/index.d.ts.map +1 -0
  29. package/dist/index.js +9 -0
  30. package/dist/index.js.map +1 -0
  31. package/dist/multiProtocolApp/evmAdapter.d.ts +20 -0
  32. package/dist/multiProtocolApp/evmAdapter.d.ts.map +1 -0
  33. package/dist/multiProtocolApp/evmAdapter.js +46 -0
  34. package/dist/multiProtocolApp/evmAdapter.js.map +1 -0
  35. package/dist/multiProtocolApp/multiProtocolApp.d.ts +15 -0
  36. package/dist/multiProtocolApp/multiProtocolApp.d.ts.map +1 -0
  37. package/dist/multiProtocolApp/multiProtocolApp.js +35 -0
  38. package/dist/multiProtocolApp/multiProtocolApp.js.map +1 -0
  39. package/dist/multiProtocolApp/sealevelAdapter.d.ts +62 -0
  40. package/dist/multiProtocolApp/sealevelAdapter.d.ts.map +1 -0
  41. package/dist/multiProtocolApp/sealevelAdapter.js +233 -0
  42. package/dist/multiProtocolApp/sealevelAdapter.js.map +1 -0
  43. package/dist/multiProtocolApp/types.d.ts +7 -0
  44. package/dist/multiProtocolApp/types.d.ts.map +1 -0
  45. package/dist/multiProtocolApp/types.js +2 -0
  46. package/dist/multiProtocolApp/types.js.map +1 -0
  47. package/dist/scripts/check.d.ts +2 -0
  48. package/dist/scripts/check.d.ts.map +1 -0
  49. package/dist/scripts/check.js +28 -0
  50. package/dist/scripts/check.js.map +1 -0
  51. package/dist/scripts/deploy.d.ts +2 -0
  52. package/dist/scripts/deploy.d.ts.map +1 -0
  53. package/dist/scripts/deploy.js +25 -0
  54. package/dist/scripts/deploy.js.map +1 -0
  55. package/dist/test/deploy.test.d.ts +2 -0
  56. package/dist/test/deploy.test.d.ts.map +1 -0
  57. package/dist/test/deploy.test.js +37 -0
  58. package/dist/test/deploy.test.js.map +1 -0
  59. package/dist/test/helloworld.test.d.ts +2 -0
  60. package/dist/test/helloworld.test.d.ts.map +1 -0
  61. package/dist/test/helloworld.test.js +70 -0
  62. package/dist/test/helloworld.test.js.map +1 -0
  63. package/dist/types/@hyperlane-xyz/core/contracts/PackageVersioned.d.ts +50 -0
  64. package/dist/types/@hyperlane-xyz/core/contracts/PackageVersioned.d.ts.map +1 -0
  65. package/dist/types/@hyperlane-xyz/core/contracts/PackageVersioned.js +2 -0
  66. package/dist/types/@hyperlane-xyz/core/contracts/PackageVersioned.js.map +1 -0
  67. package/dist/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts +295 -0
  68. package/dist/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts.map +1 -0
  69. package/dist/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js +2 -0
  70. package/dist/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js.map +1 -0
  71. package/dist/types/@hyperlane-xyz/core/contracts/client/Router.d.ts +480 -0
  72. package/dist/types/@hyperlane-xyz/core/contracts/client/Router.d.ts.map +1 -0
  73. package/dist/types/@hyperlane-xyz/core/contracts/client/Router.js +2 -0
  74. package/dist/types/@hyperlane-xyz/core/contracts/client/Router.js.map +1 -0
  75. package/dist/types/@hyperlane-xyz/core/contracts/client/index.d.ts +3 -0
  76. package/dist/types/@hyperlane-xyz/core/contracts/client/index.d.ts.map +1 -0
  77. package/dist/types/@hyperlane-xyz/core/contracts/client/index.js +2 -0
  78. package/dist/types/@hyperlane-xyz/core/contracts/client/index.js.map +1 -0
  79. package/dist/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts +3 -0
  80. package/dist/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +1 -0
  81. package/dist/types/@hyperlane-xyz/core/contracts/hooks/index.js +2 -0
  82. package/dist/types/@hyperlane-xyz/core/contracts/hooks/index.js.map +1 -0
  83. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts +50 -0
  84. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts.map +1 -0
  85. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js +2 -0
  86. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js.map +1 -0
  87. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +2 -0
  88. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +1 -0
  89. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/index.js +2 -0
  90. package/dist/types/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +1 -0
  91. package/dist/types/@hyperlane-xyz/core/contracts/index.d.ts +8 -0
  92. package/dist/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -0
  93. package/dist/types/@hyperlane-xyz/core/contracts/index.js +2 -0
  94. package/dist/types/@hyperlane-xyz/core/contracts/index.js.map +1 -0
  95. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +81 -0
  96. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -0
  97. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +2 -0
  98. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -0
  99. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +50 -0
  100. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -0
  101. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +2 -0
  102. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -0
  103. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  104. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  105. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.js +2 -0
  106. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  107. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts +324 -0
  108. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts.map +1 -0
  109. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js +2 -0
  110. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js.map +1 -0
  111. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts +66 -0
  112. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts.map +1 -0
  113. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js +2 -0
  114. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js.map +1 -0
  115. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts +111 -0
  116. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts.map +1 -0
  117. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js +2 -0
  118. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js.map +1 -0
  119. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +2 -0
  120. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +1 -0
  121. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js +2 -0
  122. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +1 -0
  123. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +7 -0
  124. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -0
  125. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/index.js +2 -0
  126. package/dist/types/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -0
  127. package/dist/types/@hyperlane-xyz/core/index.d.ts +3 -0
  128. package/dist/types/@hyperlane-xyz/core/index.d.ts.map +1 -0
  129. package/dist/types/@hyperlane-xyz/core/index.js +2 -0
  130. package/dist/types/@hyperlane-xyz/core/index.js.map +1 -0
  131. package/dist/types/@hyperlane-xyz/index.d.ts +3 -0
  132. package/dist/types/@hyperlane-xyz/index.d.ts.map +1 -0
  133. package/dist/types/@hyperlane-xyz/index.js +2 -0
  134. package/dist/types/@hyperlane-xyz/index.js.map +1 -0
  135. package/dist/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +138 -0
  136. package/dist/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -0
  137. package/dist/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +2 -0
  138. package/dist/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -0
  139. package/dist/types/@openzeppelin/contracts-upgradeable/access/index.d.ts +2 -0
  140. package/dist/types/@openzeppelin/contracts-upgradeable/access/index.d.ts.map +1 -0
  141. package/dist/types/@openzeppelin/contracts-upgradeable/access/index.js +2 -0
  142. package/dist/types/@openzeppelin/contracts-upgradeable/access/index.js.map +1 -0
  143. package/dist/types/@openzeppelin/contracts-upgradeable/index.d.ts +7 -0
  144. package/dist/types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
  145. package/dist/types/@openzeppelin/contracts-upgradeable/index.js +2 -0
  146. package/dist/types/@openzeppelin/contracts-upgradeable/index.js.map +1 -0
  147. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +3 -0
  148. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
  149. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/index.js +2 -0
  150. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -0
  151. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +41 -0
  152. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -0
  153. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +2 -0
  154. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -0
  155. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
  156. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
  157. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +2 -0
  158. package/dist/types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js.map +1 -0
  159. package/dist/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +41 -0
  160. package/dist/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -0
  161. package/dist/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +2 -0
  162. package/dist/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -0
  163. package/dist/types/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
  164. package/dist/types/@openzeppelin/contracts-upgradeable/utils/index.d.ts.map +1 -0
  165. package/dist/types/@openzeppelin/contracts-upgradeable/utils/index.js +2 -0
  166. package/dist/types/@openzeppelin/contracts-upgradeable/utils/index.js.map +1 -0
  167. package/dist/types/@openzeppelin/index.d.ts +3 -0
  168. package/dist/types/@openzeppelin/index.d.ts.map +1 -0
  169. package/dist/types/@openzeppelin/index.js +2 -0
  170. package/dist/types/@openzeppelin/index.js.map +1 -0
  171. package/dist/types/common.d.ts +22 -0
  172. package/dist/types/common.d.ts.map +1 -0
  173. package/dist/types/common.js +2 -0
  174. package/dist/types/common.js.map +1 -0
  175. package/dist/types/contracts/HelloWorld.d.ts +649 -0
  176. package/dist/types/contracts/HelloWorld.d.ts.map +1 -0
  177. package/dist/types/contracts/HelloWorld.js +2 -0
  178. package/dist/types/contracts/HelloWorld.js.map +1 -0
  179. package/dist/types/contracts/index.d.ts +2 -0
  180. package/dist/types/contracts/index.d.ts.map +1 -0
  181. package/dist/types/contracts/index.js +2 -0
  182. package/dist/types/contracts/index.js.map +1 -0
  183. package/dist/types/factories/@hyperlane-xyz/core/contracts/PackageVersioned__factory.d.ts +19 -0
  184. package/dist/types/factories/@hyperlane-xyz/core/contracts/PackageVersioned__factory.d.ts.map +1 -0
  185. package/dist/types/factories/@hyperlane-xyz/core/contracts/PackageVersioned__factory.js +29 -0
  186. package/dist/types/factories/@hyperlane-xyz/core/contracts/PackageVersioned__factory.js.map +1 -0
  187. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.d.ts +150 -0
  188. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.d.ts.map +1 -0
  189. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.js +198 -0
  190. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.js.map +1 -0
  191. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.d.ts +240 -0
  192. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.d.ts.map +1 -0
  193. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.js +315 -0
  194. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.js.map +1 -0
  195. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts +3 -0
  196. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts.map +1 -0
  197. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/index.js +6 -0
  198. package/dist/types/factories/@hyperlane-xyz/core/contracts/client/index.js.map +1 -0
  199. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts +2 -0
  200. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +1 -0
  201. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js +5 -0
  202. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js.map +1 -0
  203. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts +31 -0
  204. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts.map +1 -0
  205. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js +52 -0
  206. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js.map +1 -0
  207. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +2 -0
  208. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +1 -0
  209. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js +5 -0
  210. package/dist/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +1 -0
  211. package/dist/types/factories/@hyperlane-xyz/core/contracts/index.d.ts +5 -0
  212. package/dist/types/factories/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -0
  213. package/dist/types/factories/@hyperlane-xyz/core/contracts/index.js +8 -0
  214. package/dist/types/factories/@hyperlane-xyz/core/contracts/index.js.map +1 -0
  215. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +37 -0
  216. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -0
  217. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +53 -0
  218. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -0
  219. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +19 -0
  220. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -0
  221. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +29 -0
  222. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -0
  223. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  224. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  225. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.js +6 -0
  226. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  227. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts +332 -0
  228. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts.map +1 -0
  229. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js +436 -0
  230. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js.map +1 -0
  231. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts +27 -0
  232. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts.map +1 -0
  233. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js +39 -0
  234. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js.map +1 -0
  235. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts +65 -0
  236. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts.map +1 -0
  237. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js +90 -0
  238. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js.map +1 -0
  239. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +2 -0
  240. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +1 -0
  241. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js +5 -0
  242. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +1 -0
  243. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +5 -0
  244. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -0
  245. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js +8 -0
  246. package/dist/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -0
  247. package/dist/types/factories/@hyperlane-xyz/core/index.d.ts +2 -0
  248. package/dist/types/factories/@hyperlane-xyz/core/index.d.ts.map +1 -0
  249. package/dist/types/factories/@hyperlane-xyz/core/index.js +5 -0
  250. package/dist/types/factories/@hyperlane-xyz/core/index.js.map +1 -0
  251. package/dist/types/factories/@hyperlane-xyz/index.d.ts +2 -0
  252. package/dist/types/factories/@hyperlane-xyz/index.d.ts.map +1 -0
  253. package/dist/types/factories/@hyperlane-xyz/index.js +5 -0
  254. package/dist/types/factories/@hyperlane-xyz/index.js.map +1 -0
  255. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +60 -0
  256. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -0
  257. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +81 -0
  258. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -0
  259. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts +2 -0
  260. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts.map +1 -0
  261. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/index.js +5 -0
  262. package/dist/types/factories/@openzeppelin/contracts-upgradeable/access/index.js.map +1 -0
  263. package/dist/types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +4 -0
  264. package/dist/types/factories/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
  265. package/dist/types/factories/@openzeppelin/contracts-upgradeable/index.js +7 -0
  266. package/dist/types/factories/@openzeppelin/contracts-upgradeable/index.js.map +1 -0
  267. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +2 -0
  268. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
  269. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +5 -0
  270. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -0
  271. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +19 -0
  272. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -0
  273. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +29 -0
  274. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -0
  275. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
  276. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
  277. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +5 -0
  278. package/dist/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js.map +1 -0
  279. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +19 -0
  280. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -0
  281. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +29 -0
  282. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -0
  283. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
  284. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts.map +1 -0
  285. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/index.js +5 -0
  286. package/dist/types/factories/@openzeppelin/contracts-upgradeable/utils/index.js.map +1 -0
  287. package/dist/types/factories/@openzeppelin/index.d.ts +2 -0
  288. package/dist/types/factories/@openzeppelin/index.d.ts.map +1 -0
  289. package/dist/types/factories/@openzeppelin/index.js +5 -0
  290. package/dist/types/factories/@openzeppelin/index.js.map +1 -0
  291. package/dist/types/factories/contracts/HelloWorld__factory.d.ts +414 -0
  292. package/dist/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -0
  293. package/dist/types/factories/contracts/HelloWorld__factory.js +548 -0
  294. package/dist/types/factories/contracts/HelloWorld__factory.js.map +1 -0
  295. package/dist/types/factories/contracts/index.d.ts +2 -0
  296. package/dist/types/factories/contracts/index.d.ts.map +1 -0
  297. package/dist/types/factories/contracts/index.js +5 -0
  298. package/dist/types/factories/contracts/index.js.map +1 -0
  299. package/dist/types/factories/index.d.ts +4 -0
  300. package/dist/types/factories/index.d.ts.map +1 -0
  301. package/dist/types/factories/index.js +7 -0
  302. package/dist/types/factories/index.js.map +1 -0
  303. package/dist/types/index.d.ts +34 -0
  304. package/dist/types/index.d.ts.map +1 -0
  305. package/dist/types/index.js +15 -0
  306. package/dist/types/index.js.map +1 -0
  307. package/package.json +81 -0
@@ -0,0 +1,295 @@
1
+ import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, 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.js";
5
+ export interface MailboxClientInterface extends utils.Interface {
6
+ functions: {
7
+ "PACKAGE_VERSION()": FunctionFragment;
8
+ "hook()": FunctionFragment;
9
+ "interchainSecurityModule()": FunctionFragment;
10
+ "localDomain()": FunctionFragment;
11
+ "mailbox()": FunctionFragment;
12
+ "owner()": FunctionFragment;
13
+ "renounceOwnership()": FunctionFragment;
14
+ "setHook(address)": FunctionFragment;
15
+ "setInterchainSecurityModule(address)": FunctionFragment;
16
+ "transferOwnership(address)": FunctionFragment;
17
+ };
18
+ getFunction(nameOrSignatureOrTopic: "PACKAGE_VERSION" | "PACKAGE_VERSION()" | "hook" | "hook()" | "interchainSecurityModule" | "interchainSecurityModule()" | "localDomain" | "localDomain()" | "mailbox" | "mailbox()" | "owner" | "owner()" | "renounceOwnership" | "renounceOwnership()" | "setHook" | "setHook(address)" | "setInterchainSecurityModule" | "setInterchainSecurityModule(address)" | "transferOwnership" | "transferOwnership(address)"): FunctionFragment;
19
+ encodeFunctionData(functionFragment: "PACKAGE_VERSION", values?: undefined): string;
20
+ encodeFunctionData(functionFragment: "PACKAGE_VERSION()", values?: undefined): string;
21
+ encodeFunctionData(functionFragment: "hook", values?: undefined): string;
22
+ encodeFunctionData(functionFragment: "hook()", values?: undefined): string;
23
+ encodeFunctionData(functionFragment: "interchainSecurityModule", values?: undefined): string;
24
+ encodeFunctionData(functionFragment: "interchainSecurityModule()", values?: undefined): string;
25
+ encodeFunctionData(functionFragment: "localDomain", values?: undefined): string;
26
+ encodeFunctionData(functionFragment: "localDomain()", values?: undefined): string;
27
+ encodeFunctionData(functionFragment: "mailbox", values?: undefined): string;
28
+ encodeFunctionData(functionFragment: "mailbox()", values?: undefined): string;
29
+ encodeFunctionData(functionFragment: "owner", values?: undefined): string;
30
+ encodeFunctionData(functionFragment: "owner()", values?: undefined): string;
31
+ encodeFunctionData(functionFragment: "renounceOwnership", values?: undefined): string;
32
+ encodeFunctionData(functionFragment: "renounceOwnership()", values?: undefined): string;
33
+ encodeFunctionData(functionFragment: "setHook", values: [string]): string;
34
+ encodeFunctionData(functionFragment: "setHook(address)", values: [string]): string;
35
+ encodeFunctionData(functionFragment: "setInterchainSecurityModule", values: [string]): string;
36
+ encodeFunctionData(functionFragment: "setInterchainSecurityModule(address)", values: [string]): string;
37
+ encodeFunctionData(functionFragment: "transferOwnership", values: [string]): string;
38
+ encodeFunctionData(functionFragment: "transferOwnership(address)", values: [string]): string;
39
+ decodeFunctionResult(functionFragment: "PACKAGE_VERSION", data: BytesLike): Result;
40
+ decodeFunctionResult(functionFragment: "PACKAGE_VERSION()", data: BytesLike): Result;
41
+ decodeFunctionResult(functionFragment: "hook", data: BytesLike): Result;
42
+ decodeFunctionResult(functionFragment: "hook()", data: BytesLike): Result;
43
+ decodeFunctionResult(functionFragment: "interchainSecurityModule", data: BytesLike): Result;
44
+ decodeFunctionResult(functionFragment: "interchainSecurityModule()", data: BytesLike): Result;
45
+ decodeFunctionResult(functionFragment: "localDomain", data: BytesLike): Result;
46
+ decodeFunctionResult(functionFragment: "localDomain()", data: BytesLike): Result;
47
+ decodeFunctionResult(functionFragment: "mailbox", data: BytesLike): Result;
48
+ decodeFunctionResult(functionFragment: "mailbox()", data: BytesLike): Result;
49
+ decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
50
+ decodeFunctionResult(functionFragment: "owner()", data: BytesLike): Result;
51
+ decodeFunctionResult(functionFragment: "renounceOwnership", data: BytesLike): Result;
52
+ decodeFunctionResult(functionFragment: "renounceOwnership()", data: BytesLike): Result;
53
+ decodeFunctionResult(functionFragment: "setHook", data: BytesLike): Result;
54
+ decodeFunctionResult(functionFragment: "setHook(address)", data: BytesLike): Result;
55
+ decodeFunctionResult(functionFragment: "setInterchainSecurityModule", data: BytesLike): Result;
56
+ decodeFunctionResult(functionFragment: "setInterchainSecurityModule(address)", data: BytesLike): Result;
57
+ decodeFunctionResult(functionFragment: "transferOwnership", data: BytesLike): Result;
58
+ decodeFunctionResult(functionFragment: "transferOwnership(address)", data: BytesLike): Result;
59
+ events: {
60
+ "HookSet(address)": EventFragment;
61
+ "Initialized(uint8)": EventFragment;
62
+ "IsmSet(address)": EventFragment;
63
+ "OwnershipTransferred(address,address)": EventFragment;
64
+ };
65
+ getEvent(nameOrSignatureOrTopic: "HookSet"): EventFragment;
66
+ getEvent(nameOrSignatureOrTopic: "HookSet(address)"): EventFragment;
67
+ getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
68
+ getEvent(nameOrSignatureOrTopic: "Initialized(uint8)"): EventFragment;
69
+ getEvent(nameOrSignatureOrTopic: "IsmSet"): EventFragment;
70
+ getEvent(nameOrSignatureOrTopic: "IsmSet(address)"): EventFragment;
71
+ getEvent(nameOrSignatureOrTopic: "OwnershipTransferred"): EventFragment;
72
+ getEvent(nameOrSignatureOrTopic: "OwnershipTransferred(address,address)"): EventFragment;
73
+ }
74
+ export interface HookSetEventObject {
75
+ _hook: string;
76
+ }
77
+ export type HookSetEvent = TypedEvent<[string], HookSetEventObject>;
78
+ export type HookSetEventFilter = TypedEventFilter<HookSetEvent>;
79
+ export interface InitializedEventObject {
80
+ version: number;
81
+ }
82
+ export type InitializedEvent = TypedEvent<[number], InitializedEventObject>;
83
+ export type InitializedEventFilter = TypedEventFilter<InitializedEvent>;
84
+ export interface IsmSetEventObject {
85
+ _ism: string;
86
+ }
87
+ export type IsmSetEvent = TypedEvent<[string], IsmSetEventObject>;
88
+ export type IsmSetEventFilter = TypedEventFilter<IsmSetEvent>;
89
+ export interface OwnershipTransferredEventObject {
90
+ previousOwner: string;
91
+ newOwner: string;
92
+ }
93
+ export type OwnershipTransferredEvent = TypedEvent<[
94
+ string,
95
+ string
96
+ ], OwnershipTransferredEventObject>;
97
+ export type OwnershipTransferredEventFilter = TypedEventFilter<OwnershipTransferredEvent>;
98
+ export interface MailboxClient extends BaseContract {
99
+ connect(signerOrProvider: Signer | Provider | string): this;
100
+ attach(addressOrName: string): this;
101
+ deployed(): Promise<this>;
102
+ interface: MailboxClientInterface;
103
+ queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
104
+ listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
105
+ listeners(eventName?: string): Array<Listener>;
106
+ removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
107
+ removeAllListeners(eventName?: string): this;
108
+ off: OnEvent<this>;
109
+ on: OnEvent<this>;
110
+ once: OnEvent<this>;
111
+ removeListener: OnEvent<this>;
112
+ functions: {
113
+ PACKAGE_VERSION(overrides?: CallOverrides): Promise<[string]>;
114
+ "PACKAGE_VERSION()"(overrides?: CallOverrides): Promise<[string]>;
115
+ hook(overrides?: CallOverrides): Promise<[string]>;
116
+ "hook()"(overrides?: CallOverrides): Promise<[string]>;
117
+ interchainSecurityModule(overrides?: CallOverrides): Promise<[string]>;
118
+ "interchainSecurityModule()"(overrides?: CallOverrides): Promise<[string]>;
119
+ localDomain(overrides?: CallOverrides): Promise<[number]>;
120
+ "localDomain()"(overrides?: CallOverrides): Promise<[number]>;
121
+ mailbox(overrides?: CallOverrides): Promise<[string]>;
122
+ "mailbox()"(overrides?: CallOverrides): Promise<[string]>;
123
+ owner(overrides?: CallOverrides): Promise<[string]>;
124
+ "owner()"(overrides?: CallOverrides): Promise<[string]>;
125
+ renounceOwnership(overrides?: Overrides & {
126
+ from?: string;
127
+ }): Promise<ContractTransaction>;
128
+ "renounceOwnership()"(overrides?: Overrides & {
129
+ from?: string;
130
+ }): Promise<ContractTransaction>;
131
+ setHook(_hook: string, overrides?: Overrides & {
132
+ from?: string;
133
+ }): Promise<ContractTransaction>;
134
+ "setHook(address)"(_hook: string, overrides?: Overrides & {
135
+ from?: string;
136
+ }): Promise<ContractTransaction>;
137
+ setInterchainSecurityModule(_module: string, overrides?: Overrides & {
138
+ from?: string;
139
+ }): Promise<ContractTransaction>;
140
+ "setInterchainSecurityModule(address)"(_module: string, overrides?: Overrides & {
141
+ from?: string;
142
+ }): Promise<ContractTransaction>;
143
+ transferOwnership(newOwner: string, overrides?: Overrides & {
144
+ from?: string;
145
+ }): Promise<ContractTransaction>;
146
+ "transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
147
+ from?: string;
148
+ }): Promise<ContractTransaction>;
149
+ };
150
+ PACKAGE_VERSION(overrides?: CallOverrides): Promise<string>;
151
+ "PACKAGE_VERSION()"(overrides?: CallOverrides): Promise<string>;
152
+ hook(overrides?: CallOverrides): Promise<string>;
153
+ "hook()"(overrides?: CallOverrides): Promise<string>;
154
+ interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
155
+ "interchainSecurityModule()"(overrides?: CallOverrides): Promise<string>;
156
+ localDomain(overrides?: CallOverrides): Promise<number>;
157
+ "localDomain()"(overrides?: CallOverrides): Promise<number>;
158
+ mailbox(overrides?: CallOverrides): Promise<string>;
159
+ "mailbox()"(overrides?: CallOverrides): Promise<string>;
160
+ owner(overrides?: CallOverrides): Promise<string>;
161
+ "owner()"(overrides?: CallOverrides): Promise<string>;
162
+ renounceOwnership(overrides?: Overrides & {
163
+ from?: string;
164
+ }): Promise<ContractTransaction>;
165
+ "renounceOwnership()"(overrides?: Overrides & {
166
+ from?: string;
167
+ }): Promise<ContractTransaction>;
168
+ setHook(_hook: string, overrides?: Overrides & {
169
+ from?: string;
170
+ }): Promise<ContractTransaction>;
171
+ "setHook(address)"(_hook: string, overrides?: Overrides & {
172
+ from?: string;
173
+ }): Promise<ContractTransaction>;
174
+ setInterchainSecurityModule(_module: string, overrides?: Overrides & {
175
+ from?: string;
176
+ }): Promise<ContractTransaction>;
177
+ "setInterchainSecurityModule(address)"(_module: string, overrides?: Overrides & {
178
+ from?: string;
179
+ }): Promise<ContractTransaction>;
180
+ transferOwnership(newOwner: string, overrides?: Overrides & {
181
+ from?: string;
182
+ }): Promise<ContractTransaction>;
183
+ "transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
184
+ from?: string;
185
+ }): Promise<ContractTransaction>;
186
+ callStatic: {
187
+ PACKAGE_VERSION(overrides?: CallOverrides): Promise<string>;
188
+ "PACKAGE_VERSION()"(overrides?: CallOverrides): Promise<string>;
189
+ hook(overrides?: CallOverrides): Promise<string>;
190
+ "hook()"(overrides?: CallOverrides): Promise<string>;
191
+ interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
192
+ "interchainSecurityModule()"(overrides?: CallOverrides): Promise<string>;
193
+ localDomain(overrides?: CallOverrides): Promise<number>;
194
+ "localDomain()"(overrides?: CallOverrides): Promise<number>;
195
+ mailbox(overrides?: CallOverrides): Promise<string>;
196
+ "mailbox()"(overrides?: CallOverrides): Promise<string>;
197
+ owner(overrides?: CallOverrides): Promise<string>;
198
+ "owner()"(overrides?: CallOverrides): Promise<string>;
199
+ renounceOwnership(overrides?: CallOverrides): Promise<void>;
200
+ "renounceOwnership()"(overrides?: CallOverrides): Promise<void>;
201
+ setHook(_hook: string, overrides?: CallOverrides): Promise<void>;
202
+ "setHook(address)"(_hook: string, overrides?: CallOverrides): Promise<void>;
203
+ setInterchainSecurityModule(_module: string, overrides?: CallOverrides): Promise<void>;
204
+ "setInterchainSecurityModule(address)"(_module: string, overrides?: CallOverrides): Promise<void>;
205
+ transferOwnership(newOwner: string, overrides?: CallOverrides): Promise<void>;
206
+ "transferOwnership(address)"(newOwner: string, overrides?: CallOverrides): Promise<void>;
207
+ };
208
+ filters: {
209
+ "HookSet(address)"(_hook?: null): HookSetEventFilter;
210
+ HookSet(_hook?: null): HookSetEventFilter;
211
+ "Initialized(uint8)"(version?: null): InitializedEventFilter;
212
+ Initialized(version?: null): InitializedEventFilter;
213
+ "IsmSet(address)"(_ism?: null): IsmSetEventFilter;
214
+ IsmSet(_ism?: null): IsmSetEventFilter;
215
+ "OwnershipTransferred(address,address)"(previousOwner?: string | null, newOwner?: string | null): OwnershipTransferredEventFilter;
216
+ OwnershipTransferred(previousOwner?: string | null, newOwner?: string | null): OwnershipTransferredEventFilter;
217
+ };
218
+ estimateGas: {
219
+ PACKAGE_VERSION(overrides?: CallOverrides): Promise<BigNumber>;
220
+ "PACKAGE_VERSION()"(overrides?: CallOverrides): Promise<BigNumber>;
221
+ hook(overrides?: CallOverrides): Promise<BigNumber>;
222
+ "hook()"(overrides?: CallOverrides): Promise<BigNumber>;
223
+ interchainSecurityModule(overrides?: CallOverrides): Promise<BigNumber>;
224
+ "interchainSecurityModule()"(overrides?: CallOverrides): Promise<BigNumber>;
225
+ localDomain(overrides?: CallOverrides): Promise<BigNumber>;
226
+ "localDomain()"(overrides?: CallOverrides): Promise<BigNumber>;
227
+ mailbox(overrides?: CallOverrides): Promise<BigNumber>;
228
+ "mailbox()"(overrides?: CallOverrides): Promise<BigNumber>;
229
+ owner(overrides?: CallOverrides): Promise<BigNumber>;
230
+ "owner()"(overrides?: CallOverrides): Promise<BigNumber>;
231
+ renounceOwnership(overrides?: Overrides & {
232
+ from?: string;
233
+ }): Promise<BigNumber>;
234
+ "renounceOwnership()"(overrides?: Overrides & {
235
+ from?: string;
236
+ }): Promise<BigNumber>;
237
+ setHook(_hook: string, overrides?: Overrides & {
238
+ from?: string;
239
+ }): Promise<BigNumber>;
240
+ "setHook(address)"(_hook: string, overrides?: Overrides & {
241
+ from?: string;
242
+ }): Promise<BigNumber>;
243
+ setInterchainSecurityModule(_module: string, overrides?: Overrides & {
244
+ from?: string;
245
+ }): Promise<BigNumber>;
246
+ "setInterchainSecurityModule(address)"(_module: string, overrides?: Overrides & {
247
+ from?: string;
248
+ }): Promise<BigNumber>;
249
+ transferOwnership(newOwner: string, overrides?: Overrides & {
250
+ from?: string;
251
+ }): Promise<BigNumber>;
252
+ "transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
253
+ from?: string;
254
+ }): Promise<BigNumber>;
255
+ };
256
+ populateTransaction: {
257
+ PACKAGE_VERSION(overrides?: CallOverrides): Promise<PopulatedTransaction>;
258
+ "PACKAGE_VERSION()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
259
+ hook(overrides?: CallOverrides): Promise<PopulatedTransaction>;
260
+ "hook()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
261
+ interchainSecurityModule(overrides?: CallOverrides): Promise<PopulatedTransaction>;
262
+ "interchainSecurityModule()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
263
+ localDomain(overrides?: CallOverrides): Promise<PopulatedTransaction>;
264
+ "localDomain()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
265
+ mailbox(overrides?: CallOverrides): Promise<PopulatedTransaction>;
266
+ "mailbox()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
267
+ owner(overrides?: CallOverrides): Promise<PopulatedTransaction>;
268
+ "owner()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
269
+ renounceOwnership(overrides?: Overrides & {
270
+ from?: string;
271
+ }): Promise<PopulatedTransaction>;
272
+ "renounceOwnership()"(overrides?: Overrides & {
273
+ from?: string;
274
+ }): Promise<PopulatedTransaction>;
275
+ setHook(_hook: string, overrides?: Overrides & {
276
+ from?: string;
277
+ }): Promise<PopulatedTransaction>;
278
+ "setHook(address)"(_hook: string, overrides?: Overrides & {
279
+ from?: string;
280
+ }): Promise<PopulatedTransaction>;
281
+ setInterchainSecurityModule(_module: string, overrides?: Overrides & {
282
+ from?: string;
283
+ }): Promise<PopulatedTransaction>;
284
+ "setInterchainSecurityModule(address)"(_module: string, overrides?: Overrides & {
285
+ from?: string;
286
+ }): Promise<PopulatedTransaction>;
287
+ transferOwnership(newOwner: string, overrides?: Overrides & {
288
+ from?: string;
289
+ }): Promise<PopulatedTransaction>;
290
+ "transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
291
+ from?: string;
292
+ }): Promise<PopulatedTransaction>;
293
+ };
294
+ }
295
+ //# sourceMappingURL=MailboxClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MailboxClient.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MailboxClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MailboxClient.js","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.ts"],"names":[],"mappings":""}