Quick Access
Coin Methods
Bitcoin
Miscellaneous
Methods
Device
applyFlags

Apply flags

🚫

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

Change device flags. This methods allows you to set a mark on device (number) which must not be lower than previously set flag.

const result = await TrezorConnect.applyFlags(params);

Params

Including CommonParams

PROTO.ApplyFlags

Result

{
    success: true,
    payload: {
        message: "Flags applied"
    }
}
 

Error

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