Skip to content

Commit

Permalink
Add EIP-712 type exports (#221).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 10, 2022
1 parent f1cb0d2 commit 7ce41cd
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 7ce41cd

Please sign in to comment.