Export verifyTypedData in utils (#687).
This commit is contained in:
parent
116cc89686
commit
a21202c66b
@ -19,7 +19,7 @@ import { computePublicKey, recoverPublicKey, SigningKey } from "@ethersproject/s
|
||||
import { formatBytes32String, nameprep, parseBytes32String, _toEscapedUtf8String, toUtf8Bytes, toUtf8CodePoints, toUtf8String, Utf8ErrorFuncs } from "@ethersproject/strings";
|
||||
import { computeAddress, parse as parseTransaction, recoverAddress, serialize as serializeTransaction } from "@ethersproject/transactions";
|
||||
import { commify, formatEther, parseEther, formatUnits, parseUnits } from "@ethersproject/units";
|
||||
import { verifyMessage } from "@ethersproject/wallet";
|
||||
import { verifyMessage, verifyTypedData } from "@ethersproject/wallet";
|
||||
import { _fetchData, fetchJson, poll } from "@ethersproject/web";
|
||||
|
||||
////////////////////////
|
||||
@ -160,6 +160,7 @@ export {
|
||||
recoverPublicKey,
|
||||
|
||||
verifyMessage,
|
||||
verifyTypedData,
|
||||
|
||||
mnemonicToEntropy,
|
||||
entropyToMnemonic,
|
||||
|
Loading…
Reference in New Issue
Block a user