Export verifyTypedData in utils (#687).

This commit is contained in:
Richard Moore 2020-10-20 00:17:43 -04:00
parent 116cc89686
commit a21202c66b
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -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,