mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
527 B
527 B
Apply flags
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
flags— requirednumber
Result
{
success: true,
payload: {
message: "Flags applied"
}
}
Error
{
success: false,
payload: {
error: string // error message
}
}