UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

9 lines 220 B
export function convertPrivateKey(privateKey) { if (privateKey.startsWith('0x')) { return privateKey; } else { return `0x${privateKey}`; } } //# sourceMappingURL=convert-private-key.js.map