@bugbytes/hapi-connect
Version:
Lightweight HashConnect Browser Side Client Library
9 lines • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createRandomId = void 0;
const utils_1 = require("@noble/hashes/utils");
function createRandomId() {
return (0, utils_1.bytesToHex)((0, utils_1.randomBytes)(20));
}
exports.createRandomId = createRandomId;
//# sourceMappingURL=util.js.map