Skip to content

Commit 7ce41cd

Browse files
committed
Add EIP-712 type exports (#221).
1 parent f1cb0d2 commit 7ce41cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ethers/src.ts/ethers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { ErrorCode as errors, Logger } from "@ethersproject/logger";
2121
////////////////////////
2222
// Types
2323

24+
import type { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer";
2425
import { BigNumberish } from "@ethersproject/bignumber";
2526
import { Bytes, BytesLike, Signature } from "@ethersproject/bytes";
2627
import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
@@ -107,6 +108,9 @@ export {
107108

108109
ContractInterface,
109110

111+
TypedDataDomain,
112+
TypedDataField,
113+
110114
BigNumberish,
111115

112116
Bytes,

0 commit comments

Comments
 (0)