Skip to content

Commit

Permalink
Add EIP-712 type exports (ethers-io#221).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 29e5cd3 commit 3552097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ethers/src.ts/ethers.ts
Expand Up @@ -21,6 +21,7 @@ import { ErrorCode as errors, Logger } from "@ethersproject/logger";
////////////////////////
// Types

import type { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer";
import { BigNumberish } from "@ethersproject/bignumber";
import { Bytes, BytesLike, Signature } from "@ethersproject/bytes";
import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
Expand Down Expand Up @@ -107,6 +108,9 @@ export {

ContractInterface,

TypedDataDomain,
TypedDataField,

BigNumberish,

Bytes,
Expand Down

0 comments on commit 3552097

Please sign in to comment.