@hyperlane-xyz/helloworld 1.5.3 → 1.5.5-beta0
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.
- package/contracts/HelloWorld.sol +23 -13
- package/dist/hardhat.config.js +1 -1
- package/dist/hardhat.config.js.map +1 -1
- package/dist/src/app/app.d.ts +1 -2
- package/dist/src/app/app.d.ts.map +1 -1
- package/dist/src/app/app.js +4 -3
- package/dist/src/app/app.js.map +1 -1
- package/dist/src/deploy/deploy.d.ts.map +1 -1
- package/dist/src/deploy/deploy.js +2 -1
- package/dist/src/deploy/deploy.js.map +1 -1
- package/dist/src/multiProtocolApp/evmAdapter.d.ts.map +1 -1
- package/dist/src/multiProtocolApp/evmAdapter.js +4 -2
- package/dist/src/multiProtocolApp/evmAdapter.js.map +1 -1
- package/dist/src/scripts/check.js +1 -2
- package/dist/src/scripts/check.js.map +1 -1
- package/dist/src/scripts/deploy.js +1 -2
- package/dist/src/scripts/deploy.js.map +1 -1
- package/dist/src/test/deploy.test.js +1 -1
- package/dist/src/test/deploy.test.js.map +1 -1
- package/dist/src/test/helloworld.test.js +16 -16
- package/dist/src/test/helloworld.test.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts +260 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js +4 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts +445 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js +4 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts +3 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/{Router.js → client/index.js} +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts +3 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js +4 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts +50 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js +4 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +2 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/{interfaces/IInterchainGasPaymaster.js → hooks/libs/index.js} +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts +4 -2
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.js +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +25 -3
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +10 -3
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts +163 -44
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts +22 -7
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts +96 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js +4 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +2 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/{HyperlaneConnectionClient.js → interfaces/hooks/index.js} +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +2 -2
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/index.js +1 -0
- package/dist/src/types/@hyperlane-xyz/core/index.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/index.js +1 -0
- package/dist/src/types/@hyperlane-xyz/index.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +42 -3
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +1 -0
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts +2 -2
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js +1 -0
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js +1 -0
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +3 -2
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +1 -0
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +3 -2
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +1 -0
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -1
- package/dist/src/types/@openzeppelin/index.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/index.js +1 -0
- package/dist/src/types/@openzeppelin/index.js.map +1 -1
- package/dist/src/types/common.d.ts.map +1 -1
- package/dist/src/types/common.js +1 -0
- package/dist/src/types/common.js.map +1 -1
- package/dist/src/types/contracts/HelloWorld.d.ts +309 -75
- package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
- package/dist/src/types/contracts/HelloWorld.js +1 -0
- package/dist/src/types/contracts/HelloWorld.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{HyperlaneConnectionClient__factory.d.ts → client/MailboxClient__factory.d.ts} +6 -6
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{HyperlaneConnectionClient__factory.js → client/MailboxClient__factory.js} +22 -63
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{Router__factory.d.ts → client/Router__factory.d.ts} +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{Router__factory.js → client/Router__factory.js} +37 -71
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts +3 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js +11 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts +2 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js +31 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts +31 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js +54 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +2 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js +9 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js +3 -5
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +0 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +0 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js +181 -26
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js +1 -3
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts +23 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js +79 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +2 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js +9 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +1 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js +2 -5
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +2 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +0 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +2 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +0 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +2 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +0 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -1
- package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +5 -5
- package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
- package/dist/src/types/factories/contracts/HelloWorld__factory.js +68 -78
- package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
- package/dist/src/types/index.d.ts +10 -10
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/types/index.js +10 -9
- package/dist/src/types/index.js.map +1 -1
- package/package.json +12 -10
- package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts +0 -202
- package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts +0 -279
- package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/Router.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts +0 -107
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js +0 -3
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts +0 -76
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts +0 -29
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js +0 -98
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts +0 -36
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js +0 -97
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMailbox.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IMailbox.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import type {
|
|
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 {
|
|
4
|
+
import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, PayableOverrides, PopulatedTransaction, Signer, utils } from "ethers";
|
|
5
5
|
export interface IMessageRecipientInterface extends utils.Interface {
|
|
6
6
|
functions: {
|
|
7
7
|
"handle(uint32,bytes32,bytes)": FunctionFragment;
|
|
8
8
|
};
|
|
9
|
-
getFunction(nameOrSignatureOrTopic: "handle"): FunctionFragment;
|
|
9
|
+
getFunction(nameOrSignatureOrTopic: "handle" | "handle(uint32,bytes32,bytes)"): FunctionFragment;
|
|
10
10
|
encodeFunctionData(functionFragment: "handle", values: [BigNumberish, BytesLike, BytesLike]): string;
|
|
11
|
+
encodeFunctionData(functionFragment: "handle(uint32,bytes32,bytes)", values: [BigNumberish, BytesLike, BytesLike]): string;
|
|
11
12
|
decodeFunctionResult(functionFragment: "handle", data: BytesLike): Result;
|
|
13
|
+
decodeFunctionResult(functionFragment: "handle(uint32,bytes32,bytes)", data: BytesLike): Result;
|
|
12
14
|
events: {};
|
|
13
15
|
}
|
|
14
16
|
export interface IMessageRecipient extends BaseContract {
|
|
@@ -26,24 +28,37 @@ export interface IMessageRecipient extends BaseContract {
|
|
|
26
28
|
once: OnEvent<this>;
|
|
27
29
|
removeListener: OnEvent<this>;
|
|
28
30
|
functions: {
|
|
29
|
-
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?:
|
|
31
|
+
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
32
|
+
from?: string | Promise<string>;
|
|
33
|
+
}): Promise<ContractTransaction>;
|
|
34
|
+
"handle(uint32,bytes32,bytes)"(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
30
35
|
from?: string | Promise<string>;
|
|
31
36
|
}): Promise<ContractTransaction>;
|
|
32
37
|
};
|
|
33
|
-
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?:
|
|
38
|
+
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
39
|
+
from?: string | Promise<string>;
|
|
40
|
+
}): Promise<ContractTransaction>;
|
|
41
|
+
"handle(uint32,bytes32,bytes)"(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
34
42
|
from?: string | Promise<string>;
|
|
35
43
|
}): Promise<ContractTransaction>;
|
|
36
44
|
callStatic: {
|
|
37
45
|
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: CallOverrides): Promise<void>;
|
|
46
|
+
"handle(uint32,bytes32,bytes)"(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: CallOverrides): Promise<void>;
|
|
38
47
|
};
|
|
39
48
|
filters: {};
|
|
40
49
|
estimateGas: {
|
|
41
|
-
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?:
|
|
50
|
+
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
51
|
+
from?: string | Promise<string>;
|
|
52
|
+
}): Promise<BigNumber>;
|
|
53
|
+
"handle(uint32,bytes32,bytes)"(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
42
54
|
from?: string | Promise<string>;
|
|
43
55
|
}): Promise<BigNumber>;
|
|
44
56
|
};
|
|
45
57
|
populateTransaction: {
|
|
46
|
-
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?:
|
|
58
|
+
handle(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
59
|
+
from?: string | Promise<string>;
|
|
60
|
+
}): Promise<PopulatedTransaction>;
|
|
61
|
+
"handle(uint32,bytes32,bytes)"(_origin: BigNumberish, _sender: BytesLike, _message: BytesLike, overrides?: PayableOverrides & {
|
|
47
62
|
from?: string | Promise<string>;
|
|
48
63
|
}): Promise<PopulatedTransaction>;
|
|
49
64
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMessageRecipient.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IMessageRecipient.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMessageRecipient.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IMessageRecipient.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -0,0 +1,96 @@
|
|
|
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, PayableOverrides, PopulatedTransaction, Signer, utils } from "ethers";
|
|
5
|
+
export interface IPostDispatchHookInterface extends utils.Interface {
|
|
6
|
+
functions: {
|
|
7
|
+
"postDispatch(bytes,bytes)": FunctionFragment;
|
|
8
|
+
"quoteDispatch(bytes,bytes)": FunctionFragment;
|
|
9
|
+
"supportsMetadata(bytes)": FunctionFragment;
|
|
10
|
+
};
|
|
11
|
+
getFunction(nameOrSignatureOrTopic: "postDispatch" | "postDispatch(bytes,bytes)" | "quoteDispatch" | "quoteDispatch(bytes,bytes)" | "supportsMetadata" | "supportsMetadata(bytes)"): FunctionFragment;
|
|
12
|
+
encodeFunctionData(functionFragment: "postDispatch", values: [BytesLike, BytesLike]): string;
|
|
13
|
+
encodeFunctionData(functionFragment: "postDispatch(bytes,bytes)", values: [BytesLike, BytesLike]): string;
|
|
14
|
+
encodeFunctionData(functionFragment: "quoteDispatch", values: [BytesLike, BytesLike]): string;
|
|
15
|
+
encodeFunctionData(functionFragment: "quoteDispatch(bytes,bytes)", values: [BytesLike, BytesLike]): string;
|
|
16
|
+
encodeFunctionData(functionFragment: "supportsMetadata", values: [BytesLike]): string;
|
|
17
|
+
encodeFunctionData(functionFragment: "supportsMetadata(bytes)", values: [BytesLike]): string;
|
|
18
|
+
decodeFunctionResult(functionFragment: "postDispatch", data: BytesLike): Result;
|
|
19
|
+
decodeFunctionResult(functionFragment: "postDispatch(bytes,bytes)", data: BytesLike): Result;
|
|
20
|
+
decodeFunctionResult(functionFragment: "quoteDispatch", data: BytesLike): Result;
|
|
21
|
+
decodeFunctionResult(functionFragment: "quoteDispatch(bytes,bytes)", data: BytesLike): Result;
|
|
22
|
+
decodeFunctionResult(functionFragment: "supportsMetadata", data: BytesLike): Result;
|
|
23
|
+
decodeFunctionResult(functionFragment: "supportsMetadata(bytes)", data: BytesLike): Result;
|
|
24
|
+
events: {};
|
|
25
|
+
}
|
|
26
|
+
export interface IPostDispatchHook extends BaseContract {
|
|
27
|
+
connect(signerOrProvider: Signer | Provider | string): this;
|
|
28
|
+
attach(addressOrName: string): this;
|
|
29
|
+
deployed(): Promise<this>;
|
|
30
|
+
interface: IPostDispatchHookInterface;
|
|
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
|
+
postDispatch(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
42
|
+
from?: string | Promise<string>;
|
|
43
|
+
}): Promise<ContractTransaction>;
|
|
44
|
+
"postDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
45
|
+
from?: string | Promise<string>;
|
|
46
|
+
}): Promise<ContractTransaction>;
|
|
47
|
+
quoteDispatch(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
48
|
+
"quoteDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
49
|
+
supportsMetadata(metadata: BytesLike, overrides?: CallOverrides): Promise<[boolean]>;
|
|
50
|
+
"supportsMetadata(bytes)"(metadata: BytesLike, overrides?: CallOverrides): Promise<[boolean]>;
|
|
51
|
+
};
|
|
52
|
+
postDispatch(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
53
|
+
from?: string | Promise<string>;
|
|
54
|
+
}): Promise<ContractTransaction>;
|
|
55
|
+
"postDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
56
|
+
from?: string | Promise<string>;
|
|
57
|
+
}): Promise<ContractTransaction>;
|
|
58
|
+
quoteDispatch(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
59
|
+
"quoteDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
60
|
+
supportsMetadata(metadata: BytesLike, overrides?: CallOverrides): Promise<boolean>;
|
|
61
|
+
"supportsMetadata(bytes)"(metadata: BytesLike, overrides?: CallOverrides): Promise<boolean>;
|
|
62
|
+
callStatic: {
|
|
63
|
+
postDispatch(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<void>;
|
|
64
|
+
"postDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<void>;
|
|
65
|
+
quoteDispatch(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
66
|
+
"quoteDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
67
|
+
supportsMetadata(metadata: BytesLike, overrides?: CallOverrides): Promise<boolean>;
|
|
68
|
+
"supportsMetadata(bytes)"(metadata: BytesLike, overrides?: CallOverrides): Promise<boolean>;
|
|
69
|
+
};
|
|
70
|
+
filters: {};
|
|
71
|
+
estimateGas: {
|
|
72
|
+
postDispatch(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
73
|
+
from?: string | Promise<string>;
|
|
74
|
+
}): Promise<BigNumber>;
|
|
75
|
+
"postDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
76
|
+
from?: string | Promise<string>;
|
|
77
|
+
}): Promise<BigNumber>;
|
|
78
|
+
quoteDispatch(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
79
|
+
"quoteDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
80
|
+
supportsMetadata(metadata: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
81
|
+
"supportsMetadata(bytes)"(metadata: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
|
|
82
|
+
};
|
|
83
|
+
populateTransaction: {
|
|
84
|
+
postDispatch(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
85
|
+
from?: string | Promise<string>;
|
|
86
|
+
}): Promise<PopulatedTransaction>;
|
|
87
|
+
"postDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: PayableOverrides & {
|
|
88
|
+
from?: string | Promise<string>;
|
|
89
|
+
}): Promise<PopulatedTransaction>;
|
|
90
|
+
quoteDispatch(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
91
|
+
"quoteDispatch(bytes,bytes)"(metadata: BytesLike, message: BytesLike, overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
92
|
+
supportsMetadata(metadata: BytesLike, overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
93
|
+
"supportsMetadata(bytes)"(metadata: BytesLike, overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=IPostDispatchHook.d.ts.map
|
package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPostDispatchHook.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.ts"],"names":[],"mappings":"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"}
|
package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPostDispatchHook.js","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as iInterchainSecurityModuleSol from "./IInterchainSecurityModule.sol";
|
|
2
|
+
import type * as hooks from "./hooks";
|
|
2
3
|
export type { iInterchainSecurityModuleSol };
|
|
3
|
-
export type {
|
|
4
|
-
export type { IInterchainGasPaymaster } from "./IInterchainGasPaymaster";
|
|
4
|
+
export type { hooks };
|
|
5
5
|
export type { IMailbox } from "./IMailbox";
|
|
6
6
|
export type { IMessageRecipient } from "./IMessageRecipient";
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,4BAA4B,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,KAAK,KAAK,MAAM,SAAS,CAAC;AAEtC,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAE7C,YAAY,EAAE,KAAK,EAAE,CAAC;AACtB,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/types/@hyperlane-xyz/core/contracts/interfaces/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,SAAS,MAAM,aAAa,CAAC;AAE9C,YAAY,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/@hyperlane-xyz/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/@hyperlane-xyz/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,IAAI,MAAM,QAAQ,CAAC;AAEpC,YAAY,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/@hyperlane-xyz/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/@hyperlane-xyz/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1,26 +1,34 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
|
|
2
2
|
import type { FunctionFragment, Result, EventFragment } from "@ethersproject/abi";
|
|
3
3
|
import type { Listener, Provider } from "@ethersproject/providers";
|
|
4
|
-
import type {
|
|
4
|
+
import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
|
|
5
5
|
export interface OwnableUpgradeableInterface extends utils.Interface {
|
|
6
6
|
functions: {
|
|
7
7
|
"owner()": FunctionFragment;
|
|
8
8
|
"renounceOwnership()": FunctionFragment;
|
|
9
9
|
"transferOwnership(address)": FunctionFragment;
|
|
10
10
|
};
|
|
11
|
-
getFunction(nameOrSignatureOrTopic: "owner" | "renounceOwnership" | "transferOwnership"): FunctionFragment;
|
|
11
|
+
getFunction(nameOrSignatureOrTopic: "owner" | "owner()" | "renounceOwnership" | "renounceOwnership()" | "transferOwnership" | "transferOwnership(address)"): FunctionFragment;
|
|
12
12
|
encodeFunctionData(functionFragment: "owner", values?: undefined): string;
|
|
13
|
+
encodeFunctionData(functionFragment: "owner()", values?: undefined): string;
|
|
13
14
|
encodeFunctionData(functionFragment: "renounceOwnership", values?: undefined): string;
|
|
15
|
+
encodeFunctionData(functionFragment: "renounceOwnership()", values?: undefined): string;
|
|
14
16
|
encodeFunctionData(functionFragment: "transferOwnership", values: [string]): string;
|
|
17
|
+
encodeFunctionData(functionFragment: "transferOwnership(address)", values: [string]): string;
|
|
15
18
|
decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
|
|
19
|
+
decodeFunctionResult(functionFragment: "owner()", data: BytesLike): Result;
|
|
16
20
|
decodeFunctionResult(functionFragment: "renounceOwnership", data: BytesLike): Result;
|
|
21
|
+
decodeFunctionResult(functionFragment: "renounceOwnership()", data: BytesLike): Result;
|
|
17
22
|
decodeFunctionResult(functionFragment: "transferOwnership", data: BytesLike): Result;
|
|
23
|
+
decodeFunctionResult(functionFragment: "transferOwnership(address)", data: BytesLike): Result;
|
|
18
24
|
events: {
|
|
19
25
|
"Initialized(uint8)": EventFragment;
|
|
20
26
|
"OwnershipTransferred(address,address)": EventFragment;
|
|
21
27
|
};
|
|
22
28
|
getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
|
|
29
|
+
getEvent(nameOrSignatureOrTopic: "Initialized(uint8)"): EventFragment;
|
|
23
30
|
getEvent(nameOrSignatureOrTopic: "OwnershipTransferred"): EventFragment;
|
|
31
|
+
getEvent(nameOrSignatureOrTopic: "OwnershipTransferred(address,address)"): EventFragment;
|
|
24
32
|
}
|
|
25
33
|
export interface InitializedEventObject {
|
|
26
34
|
version: number;
|
|
@@ -52,24 +60,41 @@ export interface OwnableUpgradeable extends BaseContract {
|
|
|
52
60
|
removeListener: OnEvent<this>;
|
|
53
61
|
functions: {
|
|
54
62
|
owner(overrides?: CallOverrides): Promise<[string]>;
|
|
63
|
+
"owner()"(overrides?: CallOverrides): Promise<[string]>;
|
|
55
64
|
renounceOwnership(overrides?: Overrides & {
|
|
56
65
|
from?: string | Promise<string>;
|
|
57
66
|
}): Promise<ContractTransaction>;
|
|
67
|
+
"renounceOwnership()"(overrides?: Overrides & {
|
|
68
|
+
from?: string | Promise<string>;
|
|
69
|
+
}): Promise<ContractTransaction>;
|
|
58
70
|
transferOwnership(newOwner: string, overrides?: Overrides & {
|
|
59
71
|
from?: string | Promise<string>;
|
|
60
72
|
}): Promise<ContractTransaction>;
|
|
73
|
+
"transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
|
|
74
|
+
from?: string | Promise<string>;
|
|
75
|
+
}): Promise<ContractTransaction>;
|
|
61
76
|
};
|
|
62
77
|
owner(overrides?: CallOverrides): Promise<string>;
|
|
78
|
+
"owner()"(overrides?: CallOverrides): Promise<string>;
|
|
63
79
|
renounceOwnership(overrides?: Overrides & {
|
|
64
80
|
from?: string | Promise<string>;
|
|
65
81
|
}): Promise<ContractTransaction>;
|
|
82
|
+
"renounceOwnership()"(overrides?: Overrides & {
|
|
83
|
+
from?: string | Promise<string>;
|
|
84
|
+
}): Promise<ContractTransaction>;
|
|
66
85
|
transferOwnership(newOwner: string, overrides?: Overrides & {
|
|
67
86
|
from?: string | Promise<string>;
|
|
68
87
|
}): Promise<ContractTransaction>;
|
|
88
|
+
"transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
|
|
89
|
+
from?: string | Promise<string>;
|
|
90
|
+
}): Promise<ContractTransaction>;
|
|
69
91
|
callStatic: {
|
|
70
92
|
owner(overrides?: CallOverrides): Promise<string>;
|
|
93
|
+
"owner()"(overrides?: CallOverrides): Promise<string>;
|
|
71
94
|
renounceOwnership(overrides?: CallOverrides): Promise<void>;
|
|
95
|
+
"renounceOwnership()"(overrides?: CallOverrides): Promise<void>;
|
|
72
96
|
transferOwnership(newOwner: string, overrides?: CallOverrides): Promise<void>;
|
|
97
|
+
"transferOwnership(address)"(newOwner: string, overrides?: CallOverrides): Promise<void>;
|
|
73
98
|
};
|
|
74
99
|
filters: {
|
|
75
100
|
"Initialized(uint8)"(version?: null): InitializedEventFilter;
|
|
@@ -79,21 +104,35 @@ export interface OwnableUpgradeable extends BaseContract {
|
|
|
79
104
|
};
|
|
80
105
|
estimateGas: {
|
|
81
106
|
owner(overrides?: CallOverrides): Promise<BigNumber>;
|
|
107
|
+
"owner()"(overrides?: CallOverrides): Promise<BigNumber>;
|
|
82
108
|
renounceOwnership(overrides?: Overrides & {
|
|
83
109
|
from?: string | Promise<string>;
|
|
84
110
|
}): Promise<BigNumber>;
|
|
111
|
+
"renounceOwnership()"(overrides?: Overrides & {
|
|
112
|
+
from?: string | Promise<string>;
|
|
113
|
+
}): Promise<BigNumber>;
|
|
85
114
|
transferOwnership(newOwner: string, overrides?: Overrides & {
|
|
86
115
|
from?: string | Promise<string>;
|
|
87
116
|
}): Promise<BigNumber>;
|
|
117
|
+
"transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
|
|
118
|
+
from?: string | Promise<string>;
|
|
119
|
+
}): Promise<BigNumber>;
|
|
88
120
|
};
|
|
89
121
|
populateTransaction: {
|
|
90
122
|
owner(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
123
|
+
"owner()"(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
91
124
|
renounceOwnership(overrides?: Overrides & {
|
|
92
125
|
from?: string | Promise<string>;
|
|
93
126
|
}): Promise<PopulatedTransaction>;
|
|
127
|
+
"renounceOwnership()"(overrides?: Overrides & {
|
|
128
|
+
from?: string | Promise<string>;
|
|
129
|
+
}): Promise<PopulatedTransaction>;
|
|
94
130
|
transferOwnership(newOwner: string, overrides?: Overrides & {
|
|
95
131
|
from?: string | Promise<string>;
|
|
96
132
|
}): Promise<PopulatedTransaction>;
|
|
133
|
+
"transferOwnership(address)"(newOwner: string, overrides?: Overrides & {
|
|
134
|
+
from?: string | Promise<string>;
|
|
135
|
+
}): Promise<PopulatedTransaction>;
|
|
97
136
|
};
|
|
98
137
|
}
|
|
99
138
|
//# sourceMappingURL=OwnableUpgradeable.d.ts.map
|
package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OwnableUpgradeable.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OwnableUpgradeable.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OwnableUpgradeable.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"OwnableUpgradeable.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as access from "./access";
|
|
2
|
-
export type { access };
|
|
3
2
|
import type * as proxy from "./proxy";
|
|
4
|
-
export type { proxy };
|
|
5
3
|
import type * as utils from "./utils";
|
|
4
|
+
export type { access };
|
|
5
|
+
export type { proxy };
|
|
6
6
|
export type { utils };
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/@openzeppelin/contracts-upgradeable/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/@openzeppelin/contracts-upgradeable/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,KAAK,KAAK,MAAM,SAAS,CAAC;AACtC,OAAO,KAAK,KAAK,KAAK,MAAM,SAAS,CAAC;AAEtC,YAAY,EAAE,MAAM,EAAE,CAAC;AAEvB,YAAY,EAAE,KAAK,EAAE,CAAC;AAEtB,YAAY,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/@openzeppelin/contracts-upgradeable/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/@openzeppelin/contracts-upgradeable/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,KAAK,MAAM,SAAS,CAAC;AAEtC,YAAY,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../common";
|
|
2
2
|
import type { EventFragment } from "@ethersproject/abi";
|
|
3
3
|
import type { Listener, Provider } from "@ethersproject/providers";
|
|
4
|
-
import type {
|
|
4
|
+
import type { BaseContract, Signer, utils } from "ethers";
|
|
5
5
|
export interface InitializableInterface extends utils.Interface {
|
|
6
6
|
functions: {};
|
|
7
7
|
events: {
|
|
8
8
|
"Initialized(uint8)": EventFragment;
|
|
9
9
|
};
|
|
10
10
|
getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
|
|
11
|
+
getEvent(nameOrSignatureOrTopic: "Initialized(uint8)"): EventFragment;
|
|
11
12
|
}
|
|
12
13
|
export interface InitializedEventObject {
|
|
13
14
|
version: number;
|
package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Initializable.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Initializable.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE1D,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,SAAS;IAC7D,SAAS,EAAE,EAAE,CAAC;IAEd,MAAM,EAAE;QACN,oBAAoB,EAAE,aAAa,CAAC;KACrC,CAAC;IAEF,QAAQ,CAAC,sBAAsB,EAAE,aAAa,GAAG,aAAa,CAAC;IAC/D,QAAQ,CAAC,sBAAsB,EAAE,oBAAoB,GAAG,aAAa,CAAC;CACvE;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,CAAC,MAAM,CAAC,EAAE,sBAAsB,CAAC,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAExE,MAAM,WAAW,aAAc,SAAQ,YAAY;IACjD,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,sBAAsB,CAAC;IAElC,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,EAAE,CAAC;IAEd,UAAU,EAAE,EAAE,CAAC;IAEf,OAAO,EAAE;QACP,oBAAoB,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;QAC7D,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;KACrD,CAAC;IAEF,WAAW,EAAE,EAAE,CAAC;IAEhB,mBAAmB,EAAE,EAAE,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Initializable.js","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"Initializable.js","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
|
|
2
2
|
import type { EventFragment } from "@ethersproject/abi";
|
|
3
3
|
import type { Listener, Provider } from "@ethersproject/providers";
|
|
4
|
-
import type {
|
|
4
|
+
import type { BaseContract, Signer, utils } from "ethers";
|
|
5
5
|
export interface ContextUpgradeableInterface extends utils.Interface {
|
|
6
6
|
functions: {};
|
|
7
7
|
events: {
|
|
8
8
|
"Initialized(uint8)": EventFragment;
|
|
9
9
|
};
|
|
10
10
|
getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
|
|
11
|
+
getEvent(nameOrSignatureOrTopic: "Initialized(uint8)"): EventFragment;
|
|
11
12
|
}
|
|
12
13
|
export interface InitializedEventObject {
|
|
13
14
|
version: number;
|
package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextUpgradeable.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContextUpgradeable.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE1D,MAAM,WAAW,2BAA4B,SAAQ,KAAK,CAAC,SAAS;IAClE,SAAS,EAAE,EAAE,CAAC;IAEd,MAAM,EAAE;QACN,oBAAoB,EAAE,aAAa,CAAC;KACrC,CAAC;IAEF,QAAQ,CAAC,sBAAsB,EAAE,aAAa,GAAG,aAAa,CAAC;IAC/D,QAAQ,CAAC,sBAAsB,EAAE,oBAAoB,GAAG,aAAa,CAAC;CACvE;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,CAAC,MAAM,CAAC,EAAE,sBAAsB,CAAC,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAExE,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,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,2BAA2B,CAAC;IAEvC,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,EAAE,CAAC;IAEd,UAAU,EAAE,EAAE,CAAC;IAEf,OAAO,EAAE;QACP,oBAAoB,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;QAC7D,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;KACrD,CAAC;IAEF,WAAW,EAAE,EAAE,CAAC;IAEhB,mBAAmB,EAAE,EAAE,CAAC;CACzB"}
|