@ton3/liteclient
Version:
TON Blockchain LiteClient
11 lines • 538 B
JavaScript
;
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