Add EIP-712 type exports (#221).
This commit is contained in:
parent
f1cb0d2dd6
commit
7ce41cdec7
@ -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";
|
||||
@ -107,6 +108,9 @@ export {
|
||||
|
||||
ContractInterface,
|
||||
|
||||
TypedDataDomain,
|
||||
TypedDataField,
|
||||
|
||||
BigNumberish,
|
||||
|
||||
Bytes,
|
||||
|
Loading…
Reference in New Issue
Block a user