@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 315 B
TypeScript
import Transport from "@ledgerhq/hw-transport";
/**
* Attempt to fetch the size of the custom image set on the device,
* or zero if there is no custom image set.
*/
declare const _default: (transport: Transport) => Promise<number>;
export default _default;
//# sourceMappingURL=customLockScreenFetchSize.d.ts.map