mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
trezor-connect: Add optional CommonParams to wipeDevice
This commit is contained in:
2
types/trezor-connect/index.d.ts
vendored
2
types/trezor-connect/index.d.ts
vendored
@@ -382,7 +382,7 @@ export namespace TrezorConnect {
|
||||
/**
|
||||
* Resets device to factory defaults and removes all private data.
|
||||
*/
|
||||
function wipeDevice(): Promise<ResponseMessage<Message>>;
|
||||
function wipeDevice(params?: CommonParams): Promise<ResponseMessage<Message>>;
|
||||
|
||||
/**
|
||||
* Performs device setup and generates a new seed.
|
||||
|
||||
Reference in New Issue
Block a user