@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 407 B
TypeScript
import Transport from "@ledgerhq/hw-transport";
/**
* Attempt to fetch a hash of the custom image loaded on the device.
* We will not consider the 0x662e status code an error since it just
* means empty custom image and an empty string will fit better.
*/
declare const _default: (transport: Transport) => Promise<string>;
export default _default;
//# sourceMappingURL=customLockScreenFetchHash.d.ts.map