Quick Access
Coin Methods
Bitcoin
Miscellaneous
Methods
Device
changeWipeCode

Change wipe code

🚫

Management command - this method is restricted to Trezor.io and can't be used in 3rd party applications.

This method initiates wipe code change sequence.

const result = await TrezorConnect.changeWipeCode(params);

Params

Including CommonParams

PROTO.ChangeWipeCode

Result

{
    success: true,
    payload: {
        message: string
    }
}
 

Error

{
    success: false,
    payload: {
        error: string // error message
    }
}