UNPKG

@ton3/liteclient

Version:
11 lines 538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAllShardsInfo = void 0; const utils_1 = require("../../utils"); const tonNode_1 = require("../../dataTypes/tonNode"); const getAllShardsInfo = (bufferWriter, blockId) => { bufferWriter.writeInt32LE((0, utils_1.crc32)('liteServer.getAllShardsInfo id:tonNode.blockIdExt = liteServer.AllShardsInfo')); tonNode_1.blockIdExt.write(bufferWriter, blockId); }; exports.getAllShardsInfo = getAllShardsInfo; //# sourceMappingURL=getAllShardsInfo.js.map