UNPKG

@ton3/liteclient

Version:
16 lines 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.zeroStateIdExt = void 0; exports.zeroStateIdExt = { read: (dataReader) => { const workchain = dataReader.readInt32LE(); const root_hash = dataReader.readBuffer(32); const file_hash = dataReader.readBuffer(32); return { workchain, root_hash, file_hash, }; }, }; //# sourceMappingURL=zeroStateIdExt.js.map