UNPKG

@ton3/liteclient

Version:
9 lines 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVersion = void 0; const utils_1 = require("../../utils"); const getVersion = (bufferWriter) => { bufferWriter.writeInt32LE((0, utils_1.crc32)('liteServer.getVersion = liteServer.Version')); }; exports.getVersion = getVersion; //# sourceMappingURL=getVersion.js.map