@hyperlane-xyz/helloworld 0.5.3 → 0.5.4-1

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 (93) hide show
  1. package/contracts/HelloWorld.sol +9 -8
  2. package/dist/src/deploy/deploy.js +1 -1
  3. package/dist/src/deploy/deploy.js.map +1 -1
  4. package/dist/src/types/@hyperlane-xyz/core/contracts/{AbacusConnectionClient.d.ts → HyperlaneConnectionClient.d.ts} +69 -36
  5. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts.map +1 -0
  6. package/dist/src/types/@hyperlane-xyz/core/{interfaces/IAbacusConnectionManager.js → contracts/HyperlaneConnectionClient.js} +1 -1
  7. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js.map +1 -0
  8. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts +65 -32
  9. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts.map +1 -1
  10. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts +1 -1
  11. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  12. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.d.ts +7 -7
  13. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.d.ts.map +1 -1
  14. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +51 -0
  15. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -0
  16. package/dist/src/types/@hyperlane-xyz/core/interfaces/{IOutbox.js → IInterchainSecurityModule.sol/IInterchainSecurityModule.js} +1 -1
  17. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -0
  18. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +43 -0
  19. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -0
  20. package/dist/src/types/@hyperlane-xyz/core/{contracts/AbacusConnectionClient.js → interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js} +1 -1
  21. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -0
  22. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  23. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  24. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js +3 -0
  25. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  26. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts +58 -10
  27. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts.map +1 -1
  28. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.d.ts +2 -2
  29. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.d.ts.map +1 -1
  30. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.js +1 -0
  31. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.js.map +1 -1
  32. package/dist/src/types/contracts/HelloWorld.d.ts +65 -32
  33. package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
  34. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{AbacusConnectionClient__factory.d.ts → HyperlaneConnectionClient__factory.d.ts} +5 -5
  35. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts.map +1 -0
  36. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{AbacusConnectionClient__factory.js → HyperlaneConnectionClient__factory.js} +61 -22
  37. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js.map +1 -0
  38. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts.map +1 -1
  39. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js +65 -26
  40. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js.map +1 -1
  41. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts +1 -1
  42. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  43. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js +3 -3
  44. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js.map +1 -1
  45. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -1
  46. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.js +3 -8
  47. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.js.map +1 -1
  48. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/{IAbacusConnectionManager__factory.d.ts → IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts} +5 -5
  49. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -0
  50. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +42 -0
  51. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -0
  52. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +19 -0
  53. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -0
  54. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +31 -0
  55. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -0
  56. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  57. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  58. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js +11 -0
  59. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  60. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.d.ts +5 -1
  61. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.d.ts.map +1 -1
  62. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js +81 -3
  63. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js.map +1 -1
  64. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.d.ts +1 -2
  65. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.d.ts.map +1 -1
  66. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.js +25 -5
  67. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.js.map +1 -1
  68. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +3 -3
  69. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
  70. package/dist/src/types/factories/contracts/HelloWorld__factory.js +71 -32
  71. package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
  72. package/dist/src/types/index.d.ts +6 -6
  73. package/dist/src/types/index.d.ts.map +1 -1
  74. package/dist/src/types/index.js +7 -7
  75. package/dist/src/types/index.js.map +1 -1
  76. package/package.json +4 -3
  77. package/dist/src/types/@hyperlane-xyz/core/contracts/AbacusConnectionClient.d.ts.map +0 -1
  78. package/dist/src/types/@hyperlane-xyz/core/contracts/AbacusConnectionClient.js.map +0 -1
  79. package/dist/src/types/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager.d.ts +0 -59
  80. package/dist/src/types/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager.d.ts.map +0 -1
  81. package/dist/src/types/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager.js.map +0 -1
  82. package/dist/src/types/@hyperlane-xyz/core/interfaces/IOutbox.d.ts +0 -148
  83. package/dist/src/types/@hyperlane-xyz/core/interfaces/IOutbox.d.ts.map +0 -1
  84. package/dist/src/types/@hyperlane-xyz/core/interfaces/IOutbox.js.map +0 -1
  85. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/AbacusConnectionClient__factory.d.ts.map +0 -1
  86. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/AbacusConnectionClient__factory.js.map +0 -1
  87. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__factory.d.ts.map +0 -1
  88. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__factory.js +0 -63
  89. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__factory.js.map +0 -1
  90. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.d.ts +0 -23
  91. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.d.ts.map +0 -1
  92. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.js +0 -155
  93. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.js.map +0 -1
@@ -1,3 +1,3 @@
1
- export type { AbacusConnectionClient } from "./AbacusConnectionClient";
1
+ export type { HyperlaneConnectionClient } from "./HyperlaneConnectionClient";
2
2
  export type { Router } from "./Router";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/contracts/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/contracts/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAC7E,YAAY,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
@@ -4,10 +4,10 @@ import type { Listener, Provider } from "@ethersproject/providers";
4
4
  import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, PayableOverrides, PopulatedTransaction, Signer, utils } from "ethers";
5
5
  export interface IInterchainGasPaymasterInterface extends utils.Interface {
6
6
  functions: {
7
- "payGasFor(address,uint256,uint32)": FunctionFragment;
7
+ "payGasFor(bytes32,uint32)": FunctionFragment;
8
8
  };
9
9
  getFunction(nameOrSignatureOrTopic: "payGasFor"): FunctionFragment;
10
- encodeFunctionData(functionFragment: "payGasFor", values: [string, BigNumberish, BigNumberish]): string;
10
+ encodeFunctionData(functionFragment: "payGasFor", values: [BytesLike, BigNumberish]): string;
11
11
  decodeFunctionResult(functionFragment: "payGasFor", data: BytesLike): Result;
12
12
  events: {};
13
13
  }
@@ -26,24 +26,24 @@ export interface IInterchainGasPaymaster extends BaseContract {
26
26
  once: OnEvent<this>;
27
27
  removeListener: OnEvent<this>;
28
28
  functions: {
29
- payGasFor(_outbox: string, _leafIndex: BigNumberish, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
29
+ payGasFor(_messageId: BytesLike, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
30
30
  from?: string | Promise<string>;
31
31
  }): Promise<ContractTransaction>;
32
32
  };
33
- payGasFor(_outbox: string, _leafIndex: BigNumberish, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
33
+ payGasFor(_messageId: BytesLike, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
34
34
  from?: string | Promise<string>;
35
35
  }): Promise<ContractTransaction>;
36
36
  callStatic: {
37
- payGasFor(_outbox: string, _leafIndex: BigNumberish, _destinationDomain: BigNumberish, overrides?: CallOverrides): Promise<void>;
37
+ payGasFor(_messageId: BytesLike, _destinationDomain: BigNumberish, overrides?: CallOverrides): Promise<void>;
38
38
  };
39
39
  filters: {};
40
40
  estimateGas: {
41
- payGasFor(_outbox: string, _leafIndex: BigNumberish, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
41
+ payGasFor(_messageId: BytesLike, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
42
42
  from?: string | Promise<string>;
43
43
  }): Promise<BigNumber>;
44
44
  };
45
45
  populateTransaction: {
46
- payGasFor(_outbox: string, _leafIndex: BigNumberish, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
46
+ payGasFor(_messageId: BytesLike, _destinationDomain: BigNumberish, overrides?: PayableOverrides & {
47
47
  from?: string | Promise<string>;
48
48
  }): Promise<PopulatedTransaction>;
49
49
  };
@@ -1 +1 @@
1
- {"version":3,"file":"IInterchainGasPaymaster.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IInterchainGasPaymaster.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,SAAS,EACT,aAAa,EACb,mBAAmB,EACnB,gBAAgB,EAChB,oBAAoB,EACpB,MAAM,EACN,KAAK,EACN,MAAM,QAAQ,CAAC;AAEhB,MAAM,WAAW,gCAAiC,SAAQ,KAAK,CAAC,SAAS;IACvE,SAAS,EAAE;QACT,2BAA2B,EAAE,gBAAgB,CAAC;KAC/C,CAAC;IAEF,WAAW,CAAC,sBAAsB,EAAE,WAAW,GAAG,gBAAgB,CAAC;IAEnE,kBAAkB,CAChB,gBAAgB,EAAE,WAAW,EAC7B,MAAM,EAAE,CAAC,SAAS,EAAE,YAAY,CAAC,GAChC,MAAM,CAAC;IAEV,oBAAoB,CAAC,gBAAgB,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IAE7E,MAAM,EAAE,EAAE,CAAC;CACZ;AAED,MAAM,WAAW,uBAAwB,SAAQ,YAAY;IAC3D,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5D,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B,SAAS,EAAE,gCAAgC,CAAC;IAE5C,WAAW,CAAC,MAAM,SAAS,UAAU,EACnC,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1B,SAAS,CAAC,MAAM,SAAS,UAAU,EACjC,WAAW,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAChC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/C,kBAAkB,CAAC,MAAM,SAAS,UAAU,EAC1C,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACpC,IAAI,CAAC;IACR,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,SAAS,EAAE;QACT,SAAS,CACP,UAAU,EAAE,SAAS,EACrB,kBAAkB,EAAE,YAAY,EAChC,SAAS,CAAC,EAAE,gBAAgB,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GACjE,OAAO,CAAC,mBAAmB,CAAC,CAAC;KACjC,CAAC;IAEF,SAAS,CACP,UAAU,EAAE,SAAS,EACrB,kBAAkB,EAAE,YAAY,EAChC,SAAS,CAAC,EAAE,gBAAgB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;KAAE,GACjE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC,UAAU,EAAE;QACV,SAAS,CACP,UAAU,EAAE,SAAS,EACrB,kBAAkB,EAAE,YAAY,EAChC,SAAS,CAAC,EAAE,aAAa,GACxB,OAAO,CAAC,IAAI,CAAC,CAAC;KAClB,CAAC;IAEF,OAAO,EAAE,EAAE,CAAC;IAEZ,WAAW,EAAE;QACX,SAAS,CACP,UAAU,EAAE,SAAS,EACrB,kBAAkB,EAAE,YAAY,EAChC,SAAS,CAAC,EAAE,gBAAgB,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GACjE,OAAO,CAAC,SAAS,CAAC,CAAC;KACvB,CAAC;IAEF,mBAAmB,EAAE;QACnB,SAAS,CACP,UAAU,EAAE,SAAS,EACrB,kBAAkB,EAAE,YAAY,EAChC,SAAS,CAAC,EAAE,gBAAgB,GAAG;YAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;SAAE,GACjE,OAAO,CAAC,oBAAoB,CAAC,CAAC;KAClC,CAAC;CACH"}
@@ -0,0 +1,51 @@
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 IInterchainSecurityModuleInterface extends utils.Interface {
6
+ functions: {
7
+ "verify(bytes,bytes)": FunctionFragment;
8
+ };
9
+ getFunction(nameOrSignatureOrTopic: "verify"): FunctionFragment;
10
+ encodeFunctionData(functionFragment: "verify", values: [BytesLike, BytesLike]): string;
11
+ decodeFunctionResult(functionFragment: "verify", data: BytesLike): Result;
12
+ events: {};
13
+ }
14
+ export interface IInterchainSecurityModule extends BaseContract {
15
+ connect(signerOrProvider: Signer | Provider | string): this;
16
+ attach(addressOrName: string): this;
17
+ deployed(): Promise<this>;
18
+ interface: IInterchainSecurityModuleInterface;
19
+ queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
20
+ listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
21
+ listeners(eventName?: string): Array<Listener>;
22
+ removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
23
+ removeAllListeners(eventName?: string): this;
24
+ off: OnEvent<this>;
25
+ on: OnEvent<this>;
26
+ once: OnEvent<this>;
27
+ removeListener: OnEvent<this>;
28
+ functions: {
29
+ verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
30
+ from?: string | Promise<string>;
31
+ }): Promise<ContractTransaction>;
32
+ };
33
+ verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
34
+ from?: string | Promise<string>;
35
+ }): Promise<ContractTransaction>;
36
+ callStatic: {
37
+ verify(_metadata: BytesLike, _message: BytesLike, overrides?: CallOverrides): Promise<boolean>;
38
+ };
39
+ filters: {};
40
+ estimateGas: {
41
+ verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
42
+ from?: string | Promise<string>;
43
+ }): Promise<BigNumber>;
44
+ };
45
+ populateTransaction: {
46
+ verify(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
47
+ from?: string | Promise<string>;
48
+ }): Promise<PopulatedTransaction>;
49
+ };
50
+ }
51
+ //# sourceMappingURL=IInterchainSecurityModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainSecurityModule.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  /* Autogenerated file. Do not edit manually. */
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=IOutbox.js.map
4
+ //# sourceMappingURL=IInterchainSecurityModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainSecurityModule.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -0,0 +1,43 @@
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, PopulatedTransaction, Signer, utils } from "ethers";
5
+ export interface ISpecifiesInterchainSecurityModuleInterface extends utils.Interface {
6
+ functions: {
7
+ "interchainSecurityModule()": FunctionFragment;
8
+ };
9
+ getFunction(nameOrSignatureOrTopic: "interchainSecurityModule"): FunctionFragment;
10
+ encodeFunctionData(functionFragment: "interchainSecurityModule", values?: undefined): string;
11
+ decodeFunctionResult(functionFragment: "interchainSecurityModule", data: BytesLike): Result;
12
+ events: {};
13
+ }
14
+ export interface ISpecifiesInterchainSecurityModule extends BaseContract {
15
+ connect(signerOrProvider: Signer | Provider | string): this;
16
+ attach(addressOrName: string): this;
17
+ deployed(): Promise<this>;
18
+ interface: ISpecifiesInterchainSecurityModuleInterface;
19
+ queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
20
+ listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
21
+ listeners(eventName?: string): Array<Listener>;
22
+ removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
23
+ removeAllListeners(eventName?: string): this;
24
+ off: OnEvent<this>;
25
+ on: OnEvent<this>;
26
+ once: OnEvent<this>;
27
+ removeListener: OnEvent<this>;
28
+ functions: {
29
+ interchainSecurityModule(overrides?: CallOverrides): Promise<[string]>;
30
+ };
31
+ interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
32
+ callStatic: {
33
+ interchainSecurityModule(overrides?: CallOverrides): Promise<string>;
34
+ };
35
+ filters: {};
36
+ estimateGas: {
37
+ interchainSecurityModule(overrides?: CallOverrides): Promise<BigNumber>;
38
+ };
39
+ populateTransaction: {
40
+ interchainSecurityModule(overrides?: CallOverrides): Promise<PopulatedTransaction>;
41
+ };
42
+ }
43
+ //# sourceMappingURL=ISpecifiesInterchainSecurityModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISpecifiesInterchainSecurityModule.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,YAAY,EACZ,SAAS,EACT,SAAS,EACT,aAAa,EACb,oBAAoB,EACpB,MAAM,EACN,KAAK,EACN,MAAM,QAAQ,CAAC;AAEhB,MAAM,WAAW,2CACf,SAAQ,KAAK,CAAC,SAAS;IACvB,SAAS,EAAE;QACT,4BAA4B,EAAE,gBAAgB,CAAC;KAChD,CAAC;IAEF,WAAW,CACT,sBAAsB,EAAE,0BAA0B,GACjD,gBAAgB,CAAC;IAEpB,kBAAkB,CAChB,gBAAgB,EAAE,0BAA0B,EAC5C,MAAM,CAAC,EAAE,SAAS,GACjB,MAAM,CAAC;IAEV,oBAAoB,CAClB,gBAAgB,EAAE,0BAA0B,EAC5C,IAAI,EAAE,SAAS,GACd,MAAM,CAAC;IAEV,MAAM,EAAE,EAAE,CAAC;CACZ;AAED,MAAM,WAAW,kCAAmC,SAAQ,YAAY;IACtE,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5D,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B,SAAS,EAAE,2CAA2C,CAAC;IAEvD,WAAW,CAAC,MAAM,SAAS,UAAU,EACnC,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1B,SAAS,CAAC,MAAM,SAAS,UAAU,EACjC,WAAW,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAChC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/C,kBAAkB,CAAC,MAAM,SAAS,UAAU,EAC1C,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACpC,IAAI,CAAC;IACR,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,SAAS,EAAE;QACT,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;KACxE,CAAC;IAEF,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAErE,UAAU,EAAE;QACV,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;KACtE,CAAC;IAEF,OAAO,EAAE,EAAE,CAAC;IAEZ,WAAW,EAAE;QACX,wBAAwB,CAAC,SAAS,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;KACzE,CAAC;IAEF,mBAAmB,EAAE;QACnB,wBAAwB,CACtB,SAAS,CAAC,EAAE,aAAa,GACxB,OAAO,CAAC,oBAAoB,CAAC,CAAC;KAClC,CAAC;CACH"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  /* Autogenerated file. Do not edit manually. */
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=AbacusConnectionClient.js.map
4
+ //# sourceMappingURL=ISpecifiesInterchainSecurityModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISpecifiesInterchainSecurityModule.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -0,0 +1,3 @@
1
+ export type { IInterchainSecurityModule } from "./IInterchainSecurityModule";
2
+ export type { ISpecifiesInterchainSecurityModule } from "./ISpecifiesInterchainSecurityModule";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAC7E,YAAY,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.ts"],"names":[],"mappings":""}
@@ -1,17 +1,29 @@
1
1
  import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
2
2
  import type { FunctionFragment, Result } from "@ethersproject/abi";
3
3
  import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BytesLike, CallOverrides, PopulatedTransaction, Signer, utils } from "ethers";
4
+ import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
5
5
  export interface IMailboxInterface extends utils.Interface {
6
6
  functions: {
7
+ "count()": FunctionFragment;
8
+ "dispatch(uint32,bytes32,bytes)": FunctionFragment;
9
+ "latestCheckpoint()": FunctionFragment;
7
10
  "localDomain()": FunctionFragment;
8
- "validatorManager()": FunctionFragment;
11
+ "process(bytes,bytes)": FunctionFragment;
12
+ "root()": FunctionFragment;
9
13
  };
10
- getFunction(nameOrSignatureOrTopic: "localDomain" | "validatorManager"): FunctionFragment;
14
+ getFunction(nameOrSignatureOrTopic: "count" | "dispatch" | "latestCheckpoint" | "localDomain" | "process" | "root"): FunctionFragment;
15
+ encodeFunctionData(functionFragment: "count", values?: undefined): string;
16
+ encodeFunctionData(functionFragment: "dispatch", values: [BigNumberish, BytesLike, BytesLike]): string;
17
+ encodeFunctionData(functionFragment: "latestCheckpoint", values?: undefined): string;
11
18
  encodeFunctionData(functionFragment: "localDomain", values?: undefined): string;
12
- encodeFunctionData(functionFragment: "validatorManager", values?: undefined): string;
19
+ encodeFunctionData(functionFragment: "process", values: [BytesLike, BytesLike]): string;
20
+ encodeFunctionData(functionFragment: "root", values?: undefined): string;
21
+ decodeFunctionResult(functionFragment: "count", data: BytesLike): Result;
22
+ decodeFunctionResult(functionFragment: "dispatch", data: BytesLike): Result;
23
+ decodeFunctionResult(functionFragment: "latestCheckpoint", data: BytesLike): Result;
13
24
  decodeFunctionResult(functionFragment: "localDomain", data: BytesLike): Result;
14
- decodeFunctionResult(functionFragment: "validatorManager", data: BytesLike): Result;
25
+ decodeFunctionResult(functionFragment: "process", data: BytesLike): Result;
26
+ decodeFunctionResult(functionFragment: "root", data: BytesLike): Result;
15
27
  events: {};
16
28
  }
17
29
  export interface IMailbox extends BaseContract {
@@ -29,23 +41,59 @@ export interface IMailbox extends BaseContract {
29
41
  once: OnEvent<this>;
30
42
  removeListener: OnEvent<this>;
31
43
  functions: {
44
+ count(overrides?: CallOverrides): Promise<[number]>;
45
+ dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
46
+ from?: string | Promise<string>;
47
+ }): Promise<ContractTransaction>;
48
+ latestCheckpoint(overrides?: CallOverrides): Promise<[string, number]>;
32
49
  localDomain(overrides?: CallOverrides): Promise<[number]>;
33
- validatorManager(overrides?: CallOverrides): Promise<[string]>;
50
+ process(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
51
+ from?: string | Promise<string>;
52
+ }): Promise<ContractTransaction>;
53
+ root(overrides?: CallOverrides): Promise<[string]>;
34
54
  };
55
+ count(overrides?: CallOverrides): Promise<number>;
56
+ dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
57
+ from?: string | Promise<string>;
58
+ }): Promise<ContractTransaction>;
59
+ latestCheckpoint(overrides?: CallOverrides): Promise<[string, number]>;
35
60
  localDomain(overrides?: CallOverrides): Promise<number>;
36
- validatorManager(overrides?: CallOverrides): Promise<string>;
61
+ process(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
62
+ from?: string | Promise<string>;
63
+ }): Promise<ContractTransaction>;
64
+ root(overrides?: CallOverrides): Promise<string>;
37
65
  callStatic: {
66
+ count(overrides?: CallOverrides): Promise<number>;
67
+ dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: CallOverrides): Promise<string>;
68
+ latestCheckpoint(overrides?: CallOverrides): Promise<[string, number]>;
38
69
  localDomain(overrides?: CallOverrides): Promise<number>;
39
- validatorManager(overrides?: CallOverrides): Promise<string>;
70
+ process(_metadata: BytesLike, _message: BytesLike, overrides?: CallOverrides): Promise<void>;
71
+ root(overrides?: CallOverrides): Promise<string>;
40
72
  };
41
73
  filters: {};
42
74
  estimateGas: {
75
+ count(overrides?: CallOverrides): Promise<BigNumber>;
76
+ dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
77
+ from?: string | Promise<string>;
78
+ }): Promise<BigNumber>;
79
+ latestCheckpoint(overrides?: CallOverrides): Promise<BigNumber>;
43
80
  localDomain(overrides?: CallOverrides): Promise<BigNumber>;
44
- validatorManager(overrides?: CallOverrides): Promise<BigNumber>;
81
+ process(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
82
+ from?: string | Promise<string>;
83
+ }): Promise<BigNumber>;
84
+ root(overrides?: CallOverrides): Promise<BigNumber>;
45
85
  };
46
86
  populateTransaction: {
87
+ count(overrides?: CallOverrides): Promise<PopulatedTransaction>;
88
+ dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
89
+ from?: string | Promise<string>;
90
+ }): Promise<PopulatedTransaction>;
91
+ latestCheckpoint(overrides?: CallOverrides): Promise<PopulatedTransaction>;
47
92
  localDomain(overrides?: CallOverrides): Promise<PopulatedTransaction>;
48
- validatorManager(overrides?: CallOverrides): Promise<PopulatedTransaction>;
93
+ process(_metadata: BytesLike, _message: BytesLike, overrides?: Overrides & {
94
+ from?: string | Promise<string>;
95
+ }): Promise<PopulatedTransaction>;
96
+ root(overrides?: CallOverrides): Promise<PopulatedTransaction>;
49
97
  };
50
98
  }
51
99
  //# sourceMappingURL=IMailbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IMailbox.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/IMailbox.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IMailbox.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/IMailbox.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
- export type { IAbacusConnectionManager } from "./IAbacusConnectionManager";
1
+ import type * as iInterchainSecurityModuleSol from "./IInterchainSecurityModule.sol";
2
+ export type { iInterchainSecurityModuleSol };
2
3
  export type { IInterchainGasPaymaster } from "./IInterchainGasPaymaster";
3
4
  export type { IMailbox } from "./IMailbox";
4
5
  export type { IMessageRecipient } from "./IMessageRecipient";
5
- export type { IOutbox } from "./IOutbox";
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,4BAA4B,MAAM,iCAAiC,CAAC;AAErF,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAC7C,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}