@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 313 B
TypeScript
import type { DeviceManagementKit } from "@ledgerhq/device-management-kit";
import type Transport from "@ledgerhq/hw-transport";
export declare const isDmkTransport: (transport: Transport) => transport is Transport & {
dmk: DeviceManagementKit;
sessionId: string;
};
//# sourceMappingURL=dmkUtils.d.ts.map