UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

13 lines (12 loc) 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asProofOfDelegatedIdentity = exports.asBluetoothDeviceId = exports.asDeviceUniquePath = void 0; const asDeviceUniquePath = id => id; exports.asDeviceUniquePath = asDeviceUniquePath; const asBluetoothDeviceId = id => id; exports.asBluetoothDeviceId = asBluetoothDeviceId; const asProofOfDelegatedIdentity = value => value; exports.asProofOfDelegatedIdentity = asProofOfDelegatedIdentity; //# sourceMappingURL=device.js.map