UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

6 lines 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceUniquePath = void 0; const DeviceUniquePath = (id) => id; exports.DeviceUniquePath = DeviceUniquePath; //# sourceMappingURL=device.js.map