@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
10 lines • 464 B
TypeScript
import Transport from "@ledgerhq/hw-transport";
/**
* Specify a new name for a device. This is technically supported on all models
* but only allowed on LNX and Stax currently. There are some FW version based
* limitations on the max length to account for but these are enforced at the
* command user level.
*/
declare const _default: (transport: Transport, name: string) => Promise<void>;
export default _default;
//# sourceMappingURL=editDeviceName.d.ts.map