@hyperlane-xyz/core 1.3.1 → 1.3.2

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 (325) hide show
  1. package/README.md +0 -1
  2. package/contracts/Mailbox.sol +2 -1
  3. package/contracts/Router.sol +6 -5
  4. package/contracts/interfaces/IAggregationIsm.sol +1 -1
  5. package/contracts/interfaces/isms/IMultisigIsm.sol +1 -1
  6. package/contracts/isms/aggregation/AbstractAggregationIsm.sol +1 -0
  7. package/contracts/isms/multisig/AbstractMultisigIsm.sol +6 -5
  8. package/contracts/isms/multisig/LegacyMultisigIsm.sol +15 -11
  9. package/contracts/libs/MetaProxy.sol +2 -2
  10. package/contracts/libs/MinimalProxy.sol +3 -2
  11. package/contracts/middleware/InterchainQueryRouter.sol +0 -1
  12. package/contracts/middleware/liquidity-layer/LiquidityLayerRouter.sol +4 -6
  13. package/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter.sol +9 -10
  14. package/contracts/middleware/liquidity-layer/adapters/PortalAdapter.sol +1 -1
  15. package/dist/contracts/middleware/liquidity-layer/adapters/PortalAdapter.d.ts +9 -1
  16. package/dist/contracts/middleware/liquidity-layer/adapters/PortalAdapter.d.ts.map +1 -1
  17. package/dist/factories/contracts/Mailbox__factory.d.ts +1 -1
  18. package/dist/factories/contracts/Mailbox__factory.js +1 -1
  19. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsmFactory__factory.d.ts +1 -1
  20. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsmFactory__factory.js +1 -1
  21. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsm__factory.d.ts +1 -1
  22. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsm__factory.js +1 -1
  23. package/dist/factories/contracts/isms/multisig/LegacyMultisigIsm__factory.d.ts +1 -1
  24. package/dist/factories/contracts/isms/multisig/LegacyMultisigIsm__factory.d.ts.map +1 -1
  25. package/dist/factories/contracts/isms/multisig/LegacyMultisigIsm__factory.js +1 -1
  26. package/dist/factories/contracts/isms/multisig/LegacyMultisigIsm__factory.js.map +1 -1
  27. package/dist/factories/contracts/isms/multisig/StaticMultisigIsmFactory__factory.d.ts +1 -1
  28. package/dist/factories/contracts/isms/multisig/StaticMultisigIsmFactory__factory.js +1 -1
  29. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm__factory.d.ts +1 -1
  30. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm__factory.js +1 -1
  31. package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.d.ts +1 -1
  32. package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.js +1 -1
  33. package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.d.ts +1 -1
  34. package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.d.ts.map +1 -1
  35. package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.js +1 -1
  36. package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.js.map +1 -1
  37. package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.d.ts +1 -1
  38. package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.d.ts.map +1 -1
  39. package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.js +1 -1
  40. package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.js.map +1 -1
  41. package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.d.ts +1 -1
  42. package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.d.ts.map +1 -1
  43. package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.js +1 -1
  44. package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.js.map +1 -1
  45. package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.d.ts +1 -1
  46. package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.d.ts.map +1 -1
  47. package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.js +14 -1
  48. package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.js.map +1 -1
  49. package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.d.ts +1 -1
  50. package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.d.ts.map +1 -1
  51. package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.js +1 -1
  52. package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.js.map +1 -1
  53. package/dist/factories/contracts/test/TestGasRouter__factory.d.ts +1 -1
  54. package/dist/factories/contracts/test/TestGasRouter__factory.d.ts.map +1 -1
  55. package/dist/factories/contracts/test/TestGasRouter__factory.js +1 -1
  56. package/dist/factories/contracts/test/TestGasRouter__factory.js.map +1 -1
  57. package/dist/factories/contracts/test/TestLegacyMultisigIsm__factory.d.ts +1 -1
  58. package/dist/factories/contracts/test/TestLegacyMultisigIsm__factory.d.ts.map +1 -1
  59. package/dist/factories/contracts/test/TestLegacyMultisigIsm__factory.js +1 -1
  60. package/dist/factories/contracts/test/TestLegacyMultisigIsm__factory.js.map +1 -1
  61. package/dist/factories/contracts/test/TestMailbox__factory.d.ts +1 -1
  62. package/dist/factories/contracts/test/TestMailbox__factory.js +1 -1
  63. package/dist/factories/contracts/test/TestQuery__factory.d.ts +1 -1
  64. package/dist/factories/contracts/test/TestQuery__factory.js +1 -1
  65. package/dist/factories/contracts/test/TestRouter__factory.d.ts +1 -1
  66. package/dist/factories/contracts/test/TestRouter__factory.d.ts.map +1 -1
  67. package/dist/factories/contracts/test/TestRouter__factory.js +1 -1
  68. package/dist/factories/contracts/test/TestRouter__factory.js.map +1 -1
  69. package/package.json +4 -3
  70. package/dist/contracts/Create2Factory.d.ts +0 -94
  71. package/dist/contracts/Create2Factory.d.ts.map +0 -1
  72. package/dist/contracts/Create2Factory.js +0 -4
  73. package/dist/contracts/Create2Factory.js.map +0 -1
  74. package/dist/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient.d.ts +0 -202
  75. package/dist/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient.d.ts.map +0 -1
  76. package/dist/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient.js +0 -4
  77. package/dist/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient.js.map +0 -1
  78. package/dist/contracts/ImmutableConnectionClient.sol/index.d.ts +0 -2
  79. package/dist/contracts/ImmutableConnectionClient.sol/index.d.ts.map +0 -1
  80. package/dist/contracts/ImmutableConnectionClient.sol/index.js +0 -3
  81. package/dist/contracts/ImmutableConnectionClient.sol/index.js.map +0 -1
  82. package/dist/contracts/InterchainGasPaymaster.d.ts +0 -162
  83. package/dist/contracts/InterchainGasPaymaster.d.ts.map +0 -1
  84. package/dist/contracts/InterchainGasPaymaster.js +0 -4
  85. package/dist/contracts/InterchainGasPaymaster.js.map +0 -1
  86. package/dist/contracts/isms/MultisigIsm.d.ts +0 -290
  87. package/dist/contracts/isms/MultisigIsm.d.ts.map +0 -1
  88. package/dist/contracts/isms/MultisigIsm.js +0 -4
  89. package/dist/contracts/isms/MultisigIsm.js.map +0 -1
  90. package/dist/contracts/libs/ImmutableOwnable.d.ts +0 -43
  91. package/dist/contracts/libs/ImmutableOwnable.d.ts.map +0 -1
  92. package/dist/contracts/libs/ImmutableOwnable.js +0 -4
  93. package/dist/contracts/libs/ImmutableOwnable.js.map +0 -1
  94. package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.d.ts +0 -78
  95. package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.d.ts.map +0 -1
  96. package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.js +0 -4
  97. package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.js.map +0 -1
  98. package/dist/contracts/mock/MockCircleBridge.d.ts +0 -86
  99. package/dist/contracts/mock/MockCircleBridge.d.ts.map +0 -1
  100. package/dist/contracts/mock/MockCircleBridge.js +0 -4
  101. package/dist/contracts/mock/MockCircleBridge.js.map +0 -1
  102. package/dist/contracts/mock/MockInterchainAccountRouter.d.ts +0 -422
  103. package/dist/contracts/mock/MockInterchainAccountRouter.d.ts.map +0 -1
  104. package/dist/contracts/mock/MockInterchainAccountRouter.js +0 -4
  105. package/dist/contracts/mock/MockInterchainAccountRouter.js.map +0 -1
  106. package/dist/contracts/test/TestMultisigIsm.d.ts +0 -306
  107. package/dist/contracts/test/TestMultisigIsm.d.ts.map +0 -1
  108. package/dist/contracts/test/TestMultisigIsm.js +0 -4
  109. package/dist/contracts/test/TestMultisigIsm.js.map +0 -1
  110. package/dist/factories/contracts/Create2Factory__factory.d.ts +0 -55
  111. package/dist/factories/contracts/Create2Factory__factory.d.ts.map +0 -1
  112. package/dist/factories/contracts/Create2Factory__factory.js +0 -163
  113. package/dist/factories/contracts/Create2Factory__factory.js.map +0 -1
  114. package/dist/factories/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient__factory.d.ts +0 -43
  115. package/dist/factories/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient__factory.d.ts.map +0 -1
  116. package/dist/factories/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient__factory.js +0 -200
  117. package/dist/factories/contracts/ImmutableConnectionClient.sol/HyperlaneConnectionClient__factory.js.map +0 -1
  118. package/dist/factories/contracts/ImmutableConnectionClient.sol/index.d.ts +0 -2
  119. package/dist/factories/contracts/ImmutableConnectionClient.sol/index.d.ts.map +0 -1
  120. package/dist/factories/contracts/ImmutableConnectionClient.sol/index.js +0 -9
  121. package/dist/factories/contracts/ImmutableConnectionClient.sol/index.js.map +0 -1
  122. package/dist/factories/contracts/InterchainGasPaymaster__factory.d.ts +0 -62
  123. package/dist/factories/contracts/InterchainGasPaymaster__factory.d.ts.map +0 -1
  124. package/dist/factories/contracts/InterchainGasPaymaster__factory.js +0 -178
  125. package/dist/factories/contracts/InterchainGasPaymaster__factory.js.map +0 -1
  126. package/dist/factories/contracts/isms/MultisigIsm__factory.d.ts +0 -55
  127. package/dist/factories/contracts/isms/MultisigIsm__factory.d.ts.map +0 -1
  128. package/dist/factories/contracts/isms/MultisigIsm__factory.js +0 -437
  129. package/dist/factories/contracts/isms/MultisigIsm__factory.js.map +0 -1
  130. package/dist/factories/contracts/libs/ImmutableOwnable__factory.d.ts +0 -19
  131. package/dist/factories/contracts/libs/ImmutableOwnable__factory.d.ts.map +0 -1
  132. package/dist/factories/contracts/libs/ImmutableOwnable__factory.js +0 -31
  133. package/dist/factories/contracts/libs/ImmutableOwnable__factory.js.map +0 -1
  134. package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.d.ts +0 -36
  135. package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.d.ts.map +0 -1
  136. package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.js +0 -104
  137. package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.js.map +0 -1
  138. package/dist/factories/contracts/mock/MockCircleBridge__factory.d.ts +0 -59
  139. package/dist/factories/contracts/mock/MockCircleBridge__factory.d.ts.map +0 -1
  140. package/dist/factories/contracts/mock/MockCircleBridge__factory.js +0 -151
  141. package/dist/factories/contracts/mock/MockCircleBridge__factory.js.map +0 -1
  142. package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.d.ts +0 -69
  143. package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.d.ts.map +0 -1
  144. package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.js +0 -556
  145. package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.js.map +0 -1
  146. package/dist/factories/contracts/test/TestMultisigIsm__factory.d.ts +0 -48
  147. package/dist/factories/contracts/test/TestMultisigIsm__factory.d.ts.map +0 -1
  148. package/dist/factories/contracts/test/TestMultisigIsm__factory.js +0 -480
  149. package/dist/factories/contracts/test/TestMultisigIsm__factory.js.map +0 -1
  150. package/dist/factories/interfaces/IAggregationIsm__factory.d.ts +0 -23
  151. package/dist/factories/interfaces/IAggregationIsm__factory.d.ts.map +0 -1
  152. package/dist/factories/interfaces/IAggregationIsm__factory.js +0 -79
  153. package/dist/factories/interfaces/IAggregationIsm__factory.js.map +0 -1
  154. package/dist/factories/interfaces/IGasOracle__factory.d.ts +0 -23
  155. package/dist/factories/interfaces/IGasOracle__factory.d.ts.map +0 -1
  156. package/dist/factories/interfaces/IGasOracle__factory.js +0 -42
  157. package/dist/factories/interfaces/IGasOracle__factory.js.map +0 -1
  158. package/dist/factories/interfaces/IHyperlaneConnectionClient__factory.d.ts +0 -29
  159. package/dist/factories/interfaces/IHyperlaneConnectionClient__factory.d.ts.map +0 -1
  160. package/dist/factories/interfaces/IHyperlaneConnectionClient__factory.js +0 -96
  161. package/dist/factories/interfaces/IHyperlaneConnectionClient__factory.js.map +0 -1
  162. package/dist/factories/interfaces/IInterchainAccountRouter__factory.d.ts +0 -33
  163. package/dist/factories/interfaces/IInterchainAccountRouter__factory.d.ts.map +0 -1
  164. package/dist/factories/interfaces/IInterchainAccountRouter__factory.js +0 -107
  165. package/dist/factories/interfaces/IInterchainAccountRouter__factory.js.map +0 -1
  166. package/dist/factories/interfaces/IInterchainGasPaymaster__factory.d.ts +0 -19
  167. package/dist/factories/interfaces/IInterchainGasPaymaster__factory.d.ts.map +0 -1
  168. package/dist/factories/interfaces/IInterchainGasPaymaster__factory.js +0 -46
  169. package/dist/factories/interfaces/IInterchainGasPaymaster__factory.js.map +0 -1
  170. package/dist/factories/interfaces/IInterchainQueryRouter__factory.d.ts +0 -33
  171. package/dist/factories/interfaces/IInterchainQueryRouter__factory.d.ts.map +0 -1
  172. package/dist/factories/interfaces/IInterchainQueryRouter__factory.js +0 -134
  173. package/dist/factories/interfaces/IInterchainQueryRouter__factory.js.map +0 -1
  174. package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +0 -23
  175. package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +0 -1
  176. package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +0 -55
  177. package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +0 -1
  178. package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +0 -19
  179. package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +0 -1
  180. package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +0 -31
  181. package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +0 -1
  182. package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.d.ts +0 -3
  183. package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +0 -1
  184. package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.js +0 -11
  185. package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.js.map +0 -1
  186. package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.d.ts +0 -19
  187. package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.d.ts.map +0 -1
  188. package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.js +0 -51
  189. package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.js.map +0 -1
  190. package/dist/factories/interfaces/ILiquidityLayerRouter__factory.d.ts +0 -23
  191. package/dist/factories/interfaces/ILiquidityLayerRouter__factory.d.ts.map +0 -1
  192. package/dist/factories/interfaces/ILiquidityLayerRouter__factory.js +0 -62
  193. package/dist/factories/interfaces/ILiquidityLayerRouter__factory.js.map +0 -1
  194. package/dist/factories/interfaces/IMailbox__factory.d.ts +0 -23
  195. package/dist/factories/interfaces/IMailbox__factory.d.ts.map +0 -1
  196. package/dist/factories/interfaces/IMailbox__factory.js +0 -141
  197. package/dist/factories/interfaces/IMailbox__factory.js.map +0 -1
  198. package/dist/factories/interfaces/IMessageRecipient__factory.d.ts +0 -19
  199. package/dist/factories/interfaces/IMessageRecipient__factory.d.ts.map +0 -1
  200. package/dist/factories/interfaces/IMessageRecipient__factory.js +0 -41
  201. package/dist/factories/interfaces/IMessageRecipient__factory.js.map +0 -1
  202. package/dist/factories/interfaces/IMultisigIsm__factory.d.ts +0 -23
  203. package/dist/factories/interfaces/IMultisigIsm__factory.d.ts.map +0 -1
  204. package/dist/factories/interfaces/IMultisigIsm__factory.js +0 -79
  205. package/dist/factories/interfaces/IMultisigIsm__factory.js.map +0 -1
  206. package/dist/factories/interfaces/IRouter__factory.d.ts +0 -23
  207. package/dist/factories/interfaces/IRouter__factory.d.ts.map +0 -1
  208. package/dist/factories/interfaces/IRouter__factory.js +0 -86
  209. package/dist/factories/interfaces/IRouter__factory.js.map +0 -1
  210. package/dist/factories/interfaces/IValidatorAnnounce__factory.d.ts +0 -23
  211. package/dist/factories/interfaces/IValidatorAnnounce__factory.d.ts.map +0 -1
  212. package/dist/factories/interfaces/IValidatorAnnounce__factory.js +0 -105
  213. package/dist/factories/interfaces/IValidatorAnnounce__factory.js.map +0 -1
  214. package/dist/factories/interfaces/index.d.ts +0 -10
  215. package/dist/factories/interfaces/index.d.ts.map +0 -1
  216. package/dist/factories/interfaces/index.js +0 -47
  217. package/dist/factories/interfaces/index.js.map +0 -1
  218. package/dist/factories/interfaces/isms/IMultisigIsm__factory.d.ts +0 -23
  219. package/dist/factories/interfaces/isms/IMultisigIsm__factory.d.ts.map +0 -1
  220. package/dist/factories/interfaces/isms/IMultisigIsm__factory.js +0 -79
  221. package/dist/factories/interfaces/isms/IMultisigIsm__factory.js.map +0 -1
  222. package/dist/factories/interfaces/isms/index.d.ts +0 -2
  223. package/dist/factories/interfaces/isms/index.d.ts.map +0 -1
  224. package/dist/factories/interfaces/isms/index.js +0 -9
  225. package/dist/factories/interfaces/isms/index.js.map +0 -1
  226. package/dist/factories/interfaces/middleware/IInterchainAccountRouter__factory.d.ts +0 -33
  227. package/dist/factories/interfaces/middleware/IInterchainAccountRouter__factory.d.ts.map +0 -1
  228. package/dist/factories/interfaces/middleware/IInterchainAccountRouter__factory.js +0 -265
  229. package/dist/factories/interfaces/middleware/IInterchainAccountRouter__factory.js.map +0 -1
  230. package/dist/factories/interfaces/middleware/IInterchainQueryRouter__factory.d.ts +0 -43
  231. package/dist/factories/interfaces/middleware/IInterchainQueryRouter__factory.d.ts.map +0 -1
  232. package/dist/factories/interfaces/middleware/IInterchainQueryRouter__factory.js +0 -100
  233. package/dist/factories/interfaces/middleware/IInterchainQueryRouter__factory.js.map +0 -1
  234. package/dist/factories/interfaces/middleware/index.d.ts +0 -3
  235. package/dist/factories/interfaces/middleware/index.d.ts.map +0 -1
  236. package/dist/factories/interfaces/middleware/index.js +0 -11
  237. package/dist/factories/interfaces/middleware/index.js.map +0 -1
  238. package/dist/interfaces/IAggregationIsm.d.ts +0 -76
  239. package/dist/interfaces/IAggregationIsm.d.ts.map +0 -1
  240. package/dist/interfaces/IAggregationIsm.js +0 -4
  241. package/dist/interfaces/IAggregationIsm.js.map +0 -1
  242. package/dist/interfaces/IGasOracle.d.ts +0 -61
  243. package/dist/interfaces/IGasOracle.d.ts.map +0 -1
  244. package/dist/interfaces/IGasOracle.js +0 -4
  245. package/dist/interfaces/IGasOracle.js.map +0 -1
  246. package/dist/interfaces/IHyperlaneConnectionClient.d.ts +0 -107
  247. package/dist/interfaces/IHyperlaneConnectionClient.d.ts.map +0 -1
  248. package/dist/interfaces/IHyperlaneConnectionClient.js +0 -4
  249. package/dist/interfaces/IHyperlaneConnectionClient.js.map +0 -1
  250. package/dist/interfaces/IInterchainAccountRouter.d.ts +0 -83
  251. package/dist/interfaces/IInterchainAccountRouter.d.ts.map +0 -1
  252. package/dist/interfaces/IInterchainAccountRouter.js +0 -4
  253. package/dist/interfaces/IInterchainAccountRouter.js.map +0 -1
  254. package/dist/interfaces/IInterchainGasPaymaster.d.ts +0 -51
  255. package/dist/interfaces/IInterchainGasPaymaster.d.ts.map +0 -1
  256. package/dist/interfaces/IInterchainGasPaymaster.js +0 -4
  257. package/dist/interfaces/IInterchainGasPaymaster.js.map +0 -1
  258. package/dist/interfaces/IInterchainQueryRouter.d.ts +0 -91
  259. package/dist/interfaces/IInterchainQueryRouter.d.ts.map +0 -1
  260. package/dist/interfaces/IInterchainQueryRouter.js +0 -4
  261. package/dist/interfaces/IInterchainQueryRouter.js.map +0 -1
  262. package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +0 -59
  263. package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +0 -1
  264. package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +0 -4
  265. package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +0 -1
  266. package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +0 -43
  267. package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +0 -1
  268. package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +0 -4
  269. package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +0 -1
  270. package/dist/interfaces/IInterchainSecurityModule.sol/index.d.ts +0 -3
  271. package/dist/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +0 -1
  272. package/dist/interfaces/IInterchainSecurityModule.sol/index.js +0 -3
  273. package/dist/interfaces/IInterchainSecurityModule.sol/index.js.map +0 -1
  274. package/dist/interfaces/ILiquidityLayerMessageRecipient.d.ts +0 -51
  275. package/dist/interfaces/ILiquidityLayerMessageRecipient.d.ts.map +0 -1
  276. package/dist/interfaces/ILiquidityLayerMessageRecipient.js +0 -4
  277. package/dist/interfaces/ILiquidityLayerMessageRecipient.js.map +0 -1
  278. package/dist/interfaces/ILiquidityLayerRouter.d.ts +0 -51
  279. package/dist/interfaces/ILiquidityLayerRouter.d.ts.map +0 -1
  280. package/dist/interfaces/ILiquidityLayerRouter.js +0 -4
  281. package/dist/interfaces/ILiquidityLayerRouter.js.map +0 -1
  282. package/dist/interfaces/IMailbox.d.ts +0 -107
  283. package/dist/interfaces/IMailbox.d.ts.map +0 -1
  284. package/dist/interfaces/IMailbox.js +0 -4
  285. package/dist/interfaces/IMailbox.js.map +0 -1
  286. package/dist/interfaces/IMessageRecipient.d.ts +0 -51
  287. package/dist/interfaces/IMessageRecipient.d.ts.map +0 -1
  288. package/dist/interfaces/IMessageRecipient.js +0 -4
  289. package/dist/interfaces/IMessageRecipient.js.map +0 -1
  290. package/dist/interfaces/IMultisigIsm.d.ts +0 -82
  291. package/dist/interfaces/IMultisigIsm.d.ts.map +0 -1
  292. package/dist/interfaces/IMultisigIsm.js +0 -4
  293. package/dist/interfaces/IMultisigIsm.js.map +0 -1
  294. package/dist/interfaces/IRouter.d.ts +0 -83
  295. package/dist/interfaces/IRouter.d.ts.map +0 -1
  296. package/dist/interfaces/IRouter.js +0 -4
  297. package/dist/interfaces/IRouter.js.map +0 -1
  298. package/dist/interfaces/IValidatorAnnounce.d.ts +0 -83
  299. package/dist/interfaces/IValidatorAnnounce.d.ts.map +0 -1
  300. package/dist/interfaces/IValidatorAnnounce.js +0 -4
  301. package/dist/interfaces/IValidatorAnnounce.js.map +0 -1
  302. package/dist/interfaces/index.d.ts +0 -11
  303. package/dist/interfaces/index.d.ts.map +0 -1
  304. package/dist/interfaces/index.js +0 -4
  305. package/dist/interfaces/index.js.map +0 -1
  306. package/dist/interfaces/isms/IMultisigIsm.d.ts +0 -82
  307. package/dist/interfaces/isms/IMultisigIsm.d.ts.map +0 -1
  308. package/dist/interfaces/isms/IMultisigIsm.js +0 -4
  309. package/dist/interfaces/isms/IMultisigIsm.js.map +0 -1
  310. package/dist/interfaces/isms/index.d.ts +0 -2
  311. package/dist/interfaces/isms/index.d.ts.map +0 -1
  312. package/dist/interfaces/isms/index.js +0 -3
  313. package/dist/interfaces/isms/index.js.map +0 -1
  314. package/dist/interfaces/middleware/IInterchainAccountRouter.d.ts +0 -127
  315. package/dist/interfaces/middleware/IInterchainAccountRouter.d.ts.map +0 -1
  316. package/dist/interfaces/middleware/IInterchainAccountRouter.js +0 -4
  317. package/dist/interfaces/middleware/IInterchainAccountRouter.js.map +0 -1
  318. package/dist/interfaces/middleware/IInterchainQueryRouter.d.ts +0 -88
  319. package/dist/interfaces/middleware/IInterchainQueryRouter.d.ts.map +0 -1
  320. package/dist/interfaces/middleware/IInterchainQueryRouter.js +0 -4
  321. package/dist/interfaces/middleware/IInterchainQueryRouter.js.map +0 -1
  322. package/dist/interfaces/middleware/index.d.ts +0 -3
  323. package/dist/interfaces/middleware/index.d.ts.map +0 -1
  324. package/dist/interfaces/middleware/index.js +0 -3
  325. package/dist/interfaces/middleware/index.js.map +0 -1
@@ -1,83 +0,0 @@
1
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../common";
2
- import type { FunctionFragment, Result } from "@ethersproject/abi";
3
- import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
5
- export interface IValidatorAnnounceInterface extends utils.Interface {
6
- functions: {
7
- "announce(address,string,bytes)": FunctionFragment;
8
- "getAnnouncedStorageLocations(address[])": FunctionFragment;
9
- "getAnnouncedValidators()": FunctionFragment;
10
- "localDomain()": FunctionFragment;
11
- "mailbox()": FunctionFragment;
12
- };
13
- getFunction(nameOrSignatureOrTopic: "announce" | "getAnnouncedStorageLocations" | "getAnnouncedValidators" | "localDomain" | "mailbox"): FunctionFragment;
14
- encodeFunctionData(functionFragment: "announce", values: [string, string, BytesLike]): string;
15
- encodeFunctionData(functionFragment: "getAnnouncedStorageLocations", values: [string[]]): string;
16
- encodeFunctionData(functionFragment: "getAnnouncedValidators", values?: undefined): string;
17
- encodeFunctionData(functionFragment: "localDomain", values?: undefined): string;
18
- encodeFunctionData(functionFragment: "mailbox", values?: undefined): string;
19
- decodeFunctionResult(functionFragment: "announce", data: BytesLike): Result;
20
- decodeFunctionResult(functionFragment: "getAnnouncedStorageLocations", data: BytesLike): Result;
21
- decodeFunctionResult(functionFragment: "getAnnouncedValidators", data: BytesLike): Result;
22
- decodeFunctionResult(functionFragment: "localDomain", data: BytesLike): Result;
23
- decodeFunctionResult(functionFragment: "mailbox", data: BytesLike): Result;
24
- events: {};
25
- }
26
- export interface IValidatorAnnounce extends BaseContract {
27
- connect(signerOrProvider: Signer | Provider | string): this;
28
- attach(addressOrName: string): this;
29
- deployed(): Promise<this>;
30
- interface: IValidatorAnnounceInterface;
31
- queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
32
- listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
33
- listeners(eventName?: string): Array<Listener>;
34
- removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
35
- removeAllListeners(eventName?: string): this;
36
- off: OnEvent<this>;
37
- on: OnEvent<this>;
38
- once: OnEvent<this>;
39
- removeListener: OnEvent<this>;
40
- functions: {
41
- announce(_validator: string, _storageLocation: string, _signature: BytesLike, overrides?: Overrides & {
42
- from?: string | Promise<string>;
43
- }): Promise<ContractTransaction>;
44
- getAnnouncedStorageLocations(_validators: string[], overrides?: CallOverrides): Promise<[string[][]]>;
45
- getAnnouncedValidators(overrides?: CallOverrides): Promise<[string[]]>;
46
- localDomain(overrides?: CallOverrides): Promise<[number]>;
47
- mailbox(overrides?: CallOverrides): Promise<[string]>;
48
- };
49
- announce(_validator: string, _storageLocation: string, _signature: BytesLike, overrides?: Overrides & {
50
- from?: string | Promise<string>;
51
- }): Promise<ContractTransaction>;
52
- getAnnouncedStorageLocations(_validators: string[], overrides?: CallOverrides): Promise<string[][]>;
53
- getAnnouncedValidators(overrides?: CallOverrides): Promise<string[]>;
54
- localDomain(overrides?: CallOverrides): Promise<number>;
55
- mailbox(overrides?: CallOverrides): Promise<string>;
56
- callStatic: {
57
- announce(_validator: string, _storageLocation: string, _signature: BytesLike, overrides?: CallOverrides): Promise<boolean>;
58
- getAnnouncedStorageLocations(_validators: string[], overrides?: CallOverrides): Promise<string[][]>;
59
- getAnnouncedValidators(overrides?: CallOverrides): Promise<string[]>;
60
- localDomain(overrides?: CallOverrides): Promise<number>;
61
- mailbox(overrides?: CallOverrides): Promise<string>;
62
- };
63
- filters: {};
64
- estimateGas: {
65
- announce(_validator: string, _storageLocation: string, _signature: BytesLike, overrides?: Overrides & {
66
- from?: string | Promise<string>;
67
- }): Promise<BigNumber>;
68
- getAnnouncedStorageLocations(_validators: string[], overrides?: CallOverrides): Promise<BigNumber>;
69
- getAnnouncedValidators(overrides?: CallOverrides): Promise<BigNumber>;
70
- localDomain(overrides?: CallOverrides): Promise<BigNumber>;
71
- mailbox(overrides?: CallOverrides): Promise<BigNumber>;
72
- };
73
- populateTransaction: {
74
- announce(_validator: string, _storageLocation: string, _signature: BytesLike, overrides?: Overrides & {
75
- from?: string | Promise<string>;
76
- }): Promise<PopulatedTransaction>;
77
- getAnnouncedStorageLocations(_validators: string[], overrides?: CallOverrides): Promise<PopulatedTransaction>;
78
- getAnnouncedValidators(overrides?: CallOverrides): Promise<PopulatedTransaction>;
79
- localDomain(overrides?: CallOverrides): Promise<PopulatedTransaction>;
80
- mailbox(overrides?: CallOverrides): Promise<PopulatedTransaction>;
81
- };
82
- }
83
- //# sourceMappingURL=IValidatorAnnounce.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IValidatorAnnounce.d.ts","sourceRoot":"","sources":["../../types/interfaces/IValidatorAnnounce.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=IValidatorAnnounce.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IValidatorAnnounce.js","sourceRoot":"","sources":["../../types/interfaces/IValidatorAnnounce.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1,11 +0,0 @@
1
- import type * as iInterchainSecurityModuleSol from "./IInterchainSecurityModule.sol";
2
- export type { iInterchainSecurityModuleSol };
3
- export type { IInterchainAccountRouter } from "./IInterchainAccountRouter";
4
- export type { IInterchainGasPaymaster } from "./IInterchainGasPaymaster";
5
- export type { IInterchainQueryRouter } from "./IInterchainQueryRouter";
6
- export type { ILiquidityLayerMessageRecipient } from "./ILiquidityLayerMessageRecipient";
7
- export type { ILiquidityLayerRouter } from "./ILiquidityLayerRouter";
8
- export type { IMailbox } from "./IMailbox";
9
- export type { IMessageRecipient } from "./IMessageRecipient";
10
- export type { IMultisigIsm } from "./IMultisigIsm";
11
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../types/interfaces/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,4BAA4B,MAAM,iCAAiC,CAAC;AAErF,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAC7C,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,YAAY,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,4 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/interfaces/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1,82 +0,0 @@
1
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../common";
2
- import type { FunctionFragment, Result } from "@ethersproject/abi";
3
- import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
5
- export interface IMultisigIsmInterface extends utils.Interface {
6
- functions: {
7
- "moduleType()": FunctionFragment;
8
- "validatorsAndThreshold(bytes)": FunctionFragment;
9
- "verify(bytes,bytes)": FunctionFragment;
10
- };
11
- getFunction(nameOrSignatureOrTopic: "moduleType" | "validatorsAndThreshold" | "verify"): FunctionFragment;
12
- encodeFunctionData(functionFragment: "moduleType", values?: undefined): string;
13
- encodeFunctionData(functionFragment: "validatorsAndThreshold", values: [BytesLike]): string;
14
- encodeFunctionData(functionFragment: "verify", values: [BytesLike, BytesLike]): string;
15
- decodeFunctionResult(functionFragment: "moduleType", data: BytesLike): Result;
16
- decodeFunctionResult(functionFragment: "validatorsAndThreshold", data: BytesLike): Result;
17
- decodeFunctionResult(functionFragment: "verify", data: BytesLike): Result;
18
- events: {};
19
- }
20
- export interface IMultisigIsm extends BaseContract {
21
- connect(signerOrProvider: Signer | Provider | string): this;
22
- attach(addressOrName: string): this;
23
- deployed(): Promise<this>;
24
- interface: IMultisigIsmInterface;
25
- queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
26
- listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
27
- listeners(eventName?: string): Array<Listener>;
28
- removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
29
- removeAllListeners(eventName?: string): this;
30
- off: OnEvent<this>;
31
- on: OnEvent<this>;
32
- once: OnEvent<this>;
33
- removeListener: OnEvent<this>;
34
- functions: {
35
- moduleType(overrides?: CallOverrides): Promise<[number]>;
36
- validatorsAndThreshold(_message: BytesLike, overrides?: CallOverrides): Promise<[
37
- string[],
38
- number
39
- ] & {
40
- validators: string[];
41
- threshold: number;
42
- }>;
43
- verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
44
- from?: string | Promise<string>;
45
- }): Promise<ContractTransaction>;
46
- };
47
- moduleType(overrides?: CallOverrides): Promise<number>;
48
- validatorsAndThreshold(_message: BytesLike, overrides?: CallOverrides): Promise<[string[], number] & {
49
- validators: string[];
50
- threshold: number;
51
- }>;
52
- verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
53
- from?: string | Promise<string>;
54
- }): Promise<ContractTransaction>;
55
- callStatic: {
56
- moduleType(overrides?: CallOverrides): Promise<number>;
57
- validatorsAndThreshold(_message: BytesLike, overrides?: CallOverrides): Promise<[
58
- string[],
59
- number
60
- ] & {
61
- validators: string[];
62
- threshold: number;
63
- }>;
64
- verify(_metadata: BytesLike, _message: BytesLike, overrides?: CallOverrides): Promise<boolean>;
65
- };
66
- filters: {};
67
- estimateGas: {
68
- moduleType(overrides?: CallOverrides): Promise<BigNumber>;
69
- validatorsAndThreshold(_message: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
70
- verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
71
- from?: string | Promise<string>;
72
- }): Promise<BigNumber>;
73
- };
74
- populateTransaction: {
75
- moduleType(overrides?: CallOverrides): Promise<PopulatedTransaction>;
76
- validatorsAndThreshold(_message: BytesLike, overrides?: CallOverrides): Promise<PopulatedTransaction>;
77
- verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
78
- from?: string | Promise<string>;
79
- }): Promise<PopulatedTransaction>;
80
- };
81
- }
82
- //# sourceMappingURL=IMultisigIsm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IMultisigIsm.d.ts","sourceRoot":"","sources":["../../../types/interfaces/isms/IMultisigIsm.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=IMultisigIsm.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IMultisigIsm.js","sourceRoot":"","sources":["../../../types/interfaces/isms/IMultisigIsm.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1,2 +0,0 @@
1
- export type { IMultisigIsm } from "./IMultisigIsm";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../types/interfaces/isms/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/interfaces/isms/index.ts"],"names":[],"mappings":""}
@@ -1,127 +0,0 @@
1
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../common";
2
- import type { FunctionFragment, Result } from "@ethersproject/abi";
3
- import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
5
- export declare namespace CallLib {
6
- type CallStruct = {
7
- to: BytesLike;
8
- value: BigNumberish;
9
- data: BytesLike;
10
- };
11
- type CallStructOutput = [string, BigNumber, string] & {
12
- to: string;
13
- value: BigNumber;
14
- data: string;
15
- };
16
- }
17
- export interface IInterchainAccountRouterInterface extends utils.Interface {
18
- functions: {
19
- "callRemote(uint32,address,uint256,bytes)": FunctionFragment;
20
- "callRemote(uint32,(bytes32,uint256,bytes)[])": FunctionFragment;
21
- "callRemoteWithOverrides(uint32,bytes32,bytes32,(bytes32,uint256,bytes)[])": FunctionFragment;
22
- "getLocalInterchainAccount(uint32,address,address,address)": FunctionFragment;
23
- "getLocalInterchainAccount(uint32,bytes32,bytes32,address)": FunctionFragment;
24
- "getRemoteInterchainAccount(uint32,address)": FunctionFragment;
25
- "getRemoteInterchainAccount(address,address,address)": FunctionFragment;
26
- };
27
- getFunction(nameOrSignatureOrTopic: "callRemote(uint32,address,uint256,bytes)" | "callRemote(uint32,(bytes32,uint256,bytes)[])" | "callRemoteWithOverrides" | "getLocalInterchainAccount(uint32,address,address,address)" | "getLocalInterchainAccount(uint32,bytes32,bytes32,address)" | "getRemoteInterchainAccount(uint32,address)" | "getRemoteInterchainAccount(address,address,address)"): FunctionFragment;
28
- encodeFunctionData(functionFragment: "callRemote(uint32,address,uint256,bytes)", values: [BigNumberish, string, BigNumberish, BytesLike]): string;
29
- encodeFunctionData(functionFragment: "callRemote(uint32,(bytes32,uint256,bytes)[])", values: [BigNumberish, CallLib.CallStruct[]]): string;
30
- encodeFunctionData(functionFragment: "callRemoteWithOverrides", values: [BigNumberish, BytesLike, BytesLike, CallLib.CallStruct[]]): string;
31
- encodeFunctionData(functionFragment: "getLocalInterchainAccount(uint32,address,address,address)", values: [BigNumberish, string, string, string]): string;
32
- encodeFunctionData(functionFragment: "getLocalInterchainAccount(uint32,bytes32,bytes32,address)", values: [BigNumberish, BytesLike, BytesLike, string]): string;
33
- encodeFunctionData(functionFragment: "getRemoteInterchainAccount(uint32,address)", values: [BigNumberish, string]): string;
34
- encodeFunctionData(functionFragment: "getRemoteInterchainAccount(address,address,address)", values: [string, string, string]): string;
35
- decodeFunctionResult(functionFragment: "callRemote(uint32,address,uint256,bytes)", data: BytesLike): Result;
36
- decodeFunctionResult(functionFragment: "callRemote(uint32,(bytes32,uint256,bytes)[])", data: BytesLike): Result;
37
- decodeFunctionResult(functionFragment: "callRemoteWithOverrides", data: BytesLike): Result;
38
- decodeFunctionResult(functionFragment: "getLocalInterchainAccount(uint32,address,address,address)", data: BytesLike): Result;
39
- decodeFunctionResult(functionFragment: "getLocalInterchainAccount(uint32,bytes32,bytes32,address)", data: BytesLike): Result;
40
- decodeFunctionResult(functionFragment: "getRemoteInterchainAccount(uint32,address)", data: BytesLike): Result;
41
- decodeFunctionResult(functionFragment: "getRemoteInterchainAccount(address,address,address)", data: BytesLike): Result;
42
- events: {};
43
- }
44
- export interface IInterchainAccountRouter extends BaseContract {
45
- connect(signerOrProvider: Signer | Provider | string): this;
46
- attach(addressOrName: string): this;
47
- deployed(): Promise<this>;
48
- interface: IInterchainAccountRouterInterface;
49
- queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
50
- listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
51
- listeners(eventName?: string): Array<Listener>;
52
- removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
53
- removeAllListeners(eventName?: string): this;
54
- off: OnEvent<this>;
55
- on: OnEvent<this>;
56
- once: OnEvent<this>;
57
- removeListener: OnEvent<this>;
58
- functions: {
59
- "callRemote(uint32,address,uint256,bytes)"(_destination: BigNumberish, _to: string, _value: BigNumberish, _data: BytesLike, overrides?: Overrides & {
60
- from?: string | Promise<string>;
61
- }): Promise<ContractTransaction>;
62
- "callRemote(uint32,(bytes32,uint256,bytes)[])"(_destination: BigNumberish, calls: CallLib.CallStruct[], overrides?: Overrides & {
63
- from?: string | Promise<string>;
64
- }): Promise<ContractTransaction>;
65
- callRemoteWithOverrides(_destination: BigNumberish, _router: BytesLike, _ism: BytesLike, calls: CallLib.CallStruct[], overrides?: Overrides & {
66
- from?: string | Promise<string>;
67
- }): Promise<ContractTransaction>;
68
- "getLocalInterchainAccount(uint32,address,address,address)"(_origin: BigNumberish, _router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<[string]>;
69
- "getLocalInterchainAccount(uint32,bytes32,bytes32,address)"(_origin: BigNumberish, _router: BytesLike, _owner: BytesLike, _ism: string, overrides?: CallOverrides): Promise<[string]>;
70
- "getRemoteInterchainAccount(uint32,address)"(_destination: BigNumberish, _owner: string, overrides?: CallOverrides): Promise<[string]>;
71
- "getRemoteInterchainAccount(address,address,address)"(_router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<[string]>;
72
- };
73
- "callRemote(uint32,address,uint256,bytes)"(_destination: BigNumberish, _to: string, _value: BigNumberish, _data: BytesLike, overrides?: Overrides & {
74
- from?: string | Promise<string>;
75
- }): Promise<ContractTransaction>;
76
- "callRemote(uint32,(bytes32,uint256,bytes)[])"(_destination: BigNumberish, calls: CallLib.CallStruct[], overrides?: Overrides & {
77
- from?: string | Promise<string>;
78
- }): Promise<ContractTransaction>;
79
- callRemoteWithOverrides(_destination: BigNumberish, _router: BytesLike, _ism: BytesLike, calls: CallLib.CallStruct[], overrides?: Overrides & {
80
- from?: string | Promise<string>;
81
- }): Promise<ContractTransaction>;
82
- "getLocalInterchainAccount(uint32,address,address,address)"(_origin: BigNumberish, _router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<string>;
83
- "getLocalInterchainAccount(uint32,bytes32,bytes32,address)"(_origin: BigNumberish, _router: BytesLike, _owner: BytesLike, _ism: string, overrides?: CallOverrides): Promise<string>;
84
- "getRemoteInterchainAccount(uint32,address)"(_destination: BigNumberish, _owner: string, overrides?: CallOverrides): Promise<string>;
85
- "getRemoteInterchainAccount(address,address,address)"(_router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<string>;
86
- callStatic: {
87
- "callRemote(uint32,address,uint256,bytes)"(_destination: BigNumberish, _to: string, _value: BigNumberish, _data: BytesLike, overrides?: CallOverrides): Promise<string>;
88
- "callRemote(uint32,(bytes32,uint256,bytes)[])"(_destination: BigNumberish, calls: CallLib.CallStruct[], overrides?: CallOverrides): Promise<string>;
89
- callRemoteWithOverrides(_destination: BigNumberish, _router: BytesLike, _ism: BytesLike, calls: CallLib.CallStruct[], overrides?: CallOverrides): Promise<string>;
90
- "getLocalInterchainAccount(uint32,address,address,address)"(_origin: BigNumberish, _router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<string>;
91
- "getLocalInterchainAccount(uint32,bytes32,bytes32,address)"(_origin: BigNumberish, _router: BytesLike, _owner: BytesLike, _ism: string, overrides?: CallOverrides): Promise<string>;
92
- "getRemoteInterchainAccount(uint32,address)"(_destination: BigNumberish, _owner: string, overrides?: CallOverrides): Promise<string>;
93
- "getRemoteInterchainAccount(address,address,address)"(_router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<string>;
94
- };
95
- filters: {};
96
- estimateGas: {
97
- "callRemote(uint32,address,uint256,bytes)"(_destination: BigNumberish, _to: string, _value: BigNumberish, _data: BytesLike, overrides?: Overrides & {
98
- from?: string | Promise<string>;
99
- }): Promise<BigNumber>;
100
- "callRemote(uint32,(bytes32,uint256,bytes)[])"(_destination: BigNumberish, calls: CallLib.CallStruct[], overrides?: Overrides & {
101
- from?: string | Promise<string>;
102
- }): Promise<BigNumber>;
103
- callRemoteWithOverrides(_destination: BigNumberish, _router: BytesLike, _ism: BytesLike, calls: CallLib.CallStruct[], overrides?: Overrides & {
104
- from?: string | Promise<string>;
105
- }): Promise<BigNumber>;
106
- "getLocalInterchainAccount(uint32,address,address,address)"(_origin: BigNumberish, _router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<BigNumber>;
107
- "getLocalInterchainAccount(uint32,bytes32,bytes32,address)"(_origin: BigNumberish, _router: BytesLike, _owner: BytesLike, _ism: string, overrides?: CallOverrides): Promise<BigNumber>;
108
- "getRemoteInterchainAccount(uint32,address)"(_destination: BigNumberish, _owner: string, overrides?: CallOverrides): Promise<BigNumber>;
109
- "getRemoteInterchainAccount(address,address,address)"(_router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<BigNumber>;
110
- };
111
- populateTransaction: {
112
- "callRemote(uint32,address,uint256,bytes)"(_destination: BigNumberish, _to: string, _value: BigNumberish, _data: BytesLike, overrides?: Overrides & {
113
- from?: string | Promise<string>;
114
- }): Promise<PopulatedTransaction>;
115
- "callRemote(uint32,(bytes32,uint256,bytes)[])"(_destination: BigNumberish, calls: CallLib.CallStruct[], overrides?: Overrides & {
116
- from?: string | Promise<string>;
117
- }): Promise<PopulatedTransaction>;
118
- callRemoteWithOverrides(_destination: BigNumberish, _router: BytesLike, _ism: BytesLike, calls: CallLib.CallStruct[], overrides?: Overrides & {
119
- from?: string | Promise<string>;
120
- }): Promise<PopulatedTransaction>;
121
- "getLocalInterchainAccount(uint32,address,address,address)"(_origin: BigNumberish, _router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<PopulatedTransaction>;
122
- "getLocalInterchainAccount(uint32,bytes32,bytes32,address)"(_origin: BigNumberish, _router: BytesLike, _owner: BytesLike, _ism: string, overrides?: CallOverrides): Promise<PopulatedTransaction>;
123
- "getRemoteInterchainAccount(uint32,address)"(_destination: BigNumberish, _owner: string, overrides?: CallOverrides): Promise<PopulatedTransaction>;
124
- "getRemoteInterchainAccount(address,address,address)"(_router: string, _owner: string, _ism: string, overrides?: CallOverrides): Promise<PopulatedTransaction>;
125
- };
126
- }
127
- //# sourceMappingURL=IInterchainAccountRouter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IInterchainAccountRouter.d.ts","sourceRoot":"","sources":["../../../types/interfaces/middleware/IInterchainAccountRouter.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=IInterchainAccountRouter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IInterchainAccountRouter.js","sourceRoot":"","sources":["../../../types/interfaces/middleware/IInterchainAccountRouter.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1,88 +0,0 @@
1
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../common";
2
- import type { FunctionFragment, Result } from "@ethersproject/abi";
3
- import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
5
- export declare namespace CallLib {
6
- type StaticCallStruct = {
7
- to: BytesLike;
8
- data: BytesLike;
9
- };
10
- type StaticCallStructOutput = [string, string] & {
11
- to: string;
12
- data: string;
13
- };
14
- type StaticCallWithCallbackStruct = {
15
- _call: CallLib.StaticCallStruct;
16
- callback: BytesLike;
17
- };
18
- type StaticCallWithCallbackStructOutput = [
19
- CallLib.StaticCallStructOutput,
20
- string
21
- ] & {
22
- _call: CallLib.StaticCallStructOutput;
23
- callback: string;
24
- };
25
- }
26
- export interface IInterchainQueryRouterInterface extends utils.Interface {
27
- functions: {
28
- "query(uint32,address,bytes,bytes)": FunctionFragment;
29
- "query(uint32,((bytes32,bytes),bytes)[])": FunctionFragment;
30
- };
31
- getFunction(nameOrSignatureOrTopic: "query(uint32,address,bytes,bytes)" | "query(uint32,((bytes32,bytes),bytes)[])"): FunctionFragment;
32
- encodeFunctionData(functionFragment: "query(uint32,address,bytes,bytes)", values: [BigNumberish, string, BytesLike, BytesLike]): string;
33
- encodeFunctionData(functionFragment: "query(uint32,((bytes32,bytes),bytes)[])", values: [BigNumberish, CallLib.StaticCallWithCallbackStruct[]]): string;
34
- decodeFunctionResult(functionFragment: "query(uint32,address,bytes,bytes)", data: BytesLike): Result;
35
- decodeFunctionResult(functionFragment: "query(uint32,((bytes32,bytes),bytes)[])", data: BytesLike): Result;
36
- events: {};
37
- }
38
- export interface IInterchainQueryRouter extends BaseContract {
39
- connect(signerOrProvider: Signer | Provider | string): this;
40
- attach(addressOrName: string): this;
41
- deployed(): Promise<this>;
42
- interface: IInterchainQueryRouterInterface;
43
- queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
44
- listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
45
- listeners(eventName?: string): Array<Listener>;
46
- removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
47
- removeAllListeners(eventName?: string): this;
48
- off: OnEvent<this>;
49
- on: OnEvent<this>;
50
- once: OnEvent<this>;
51
- removeListener: OnEvent<this>;
52
- functions: {
53
- "query(uint32,address,bytes,bytes)"(_destination: BigNumberish, _to: string, _data: BytesLike, _callback: BytesLike, overrides?: Overrides & {
54
- from?: string | Promise<string>;
55
- }): Promise<ContractTransaction>;
56
- "query(uint32,((bytes32,bytes),bytes)[])"(_destination: BigNumberish, calls: CallLib.StaticCallWithCallbackStruct[], overrides?: Overrides & {
57
- from?: string | Promise<string>;
58
- }): Promise<ContractTransaction>;
59
- };
60
- "query(uint32,address,bytes,bytes)"(_destination: BigNumberish, _to: string, _data: BytesLike, _callback: BytesLike, overrides?: Overrides & {
61
- from?: string | Promise<string>;
62
- }): Promise<ContractTransaction>;
63
- "query(uint32,((bytes32,bytes),bytes)[])"(_destination: BigNumberish, calls: CallLib.StaticCallWithCallbackStruct[], overrides?: Overrides & {
64
- from?: string | Promise<string>;
65
- }): Promise<ContractTransaction>;
66
- callStatic: {
67
- "query(uint32,address,bytes,bytes)"(_destination: BigNumberish, _to: string, _data: BytesLike, _callback: BytesLike, overrides?: CallOverrides): Promise<string>;
68
- "query(uint32,((bytes32,bytes),bytes)[])"(_destination: BigNumberish, calls: CallLib.StaticCallWithCallbackStruct[], overrides?: CallOverrides): Promise<string>;
69
- };
70
- filters: {};
71
- estimateGas: {
72
- "query(uint32,address,bytes,bytes)"(_destination: BigNumberish, _to: string, _data: BytesLike, _callback: BytesLike, overrides?: Overrides & {
73
- from?: string | Promise<string>;
74
- }): Promise<BigNumber>;
75
- "query(uint32,((bytes32,bytes),bytes)[])"(_destination: BigNumberish, calls: CallLib.StaticCallWithCallbackStruct[], overrides?: Overrides & {
76
- from?: string | Promise<string>;
77
- }): Promise<BigNumber>;
78
- };
79
- populateTransaction: {
80
- "query(uint32,address,bytes,bytes)"(_destination: BigNumberish, _to: string, _data: BytesLike, _callback: BytesLike, overrides?: Overrides & {
81
- from?: string | Promise<string>;
82
- }): Promise<PopulatedTransaction>;
83
- "query(uint32,((bytes32,bytes),bytes)[])"(_destination: BigNumberish, calls: CallLib.StaticCallWithCallbackStruct[], overrides?: Overrides & {
84
- from?: string | Promise<string>;
85
- }): Promise<PopulatedTransaction>;
86
- };
87
- }
88
- //# sourceMappingURL=IInterchainQueryRouter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IInterchainQueryRouter.d.ts","sourceRoot":"","sources":["../../../types/interfaces/middleware/IInterchainQueryRouter.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=IInterchainQueryRouter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IInterchainQueryRouter.js","sourceRoot":"","sources":["../../../types/interfaces/middleware/IInterchainQueryRouter.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1,3 +0,0 @@
1
- export type { IInterchainAccountRouter } from "./IInterchainAccountRouter";
2
- export type { IInterchainQueryRouter } from "./IInterchainQueryRouter";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../types/interfaces/middleware/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/interfaces/middleware/index.ts"],"names":[],"mappings":""}