We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cb0d2 commit 7ce41cdCopy full SHA for 7ce41cd
packages/ethers/src.ts/ethers.ts
@@ -21,6 +21,7 @@ import { ErrorCode as errors, Logger } from "@ethersproject/logger";
21
////////////////////////
22
// Types
23
24
+import type { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer";
25
import { BigNumberish } from "@ethersproject/bignumber";
26
import { Bytes, BytesLike, Signature } from "@ethersproject/bytes";
27
import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
@@ -107,6 +108,9 @@ export {
107
108
109
ContractInterface,
110
111
+ TypedDataDomain,
112
+ TypedDataField,
113
+
114
BigNumberish,
115
116
Bytes,
0 commit comments