From 0200fee41489ef58ec97f78a063ee5cdce87865c Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Thu, 21 Mar 2019 13:21:44 -0300 Subject: [PATCH] trezor-connect: Add optional CommonParams to wipeDevice --- types/trezor-connect/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/trezor-connect/index.d.ts b/types/trezor-connect/index.d.ts index 540fad6459..099e0ef37c 100644 --- a/types/trezor-connect/index.d.ts +++ b/types/trezor-connect/index.d.ts @@ -382,7 +382,7 @@ export namespace TrezorConnect { /** * Resets device to factory defaults and removes all private data. */ - function wipeDevice(): Promise>; + function wipeDevice(params?: CommonParams): Promise>; /** * Performs device setup and generates a new seed.