@ton3/liteclient
Version:
TON Blockchain LiteClient
12 lines • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.accountId = void 0;
const utils_1 = require("../../utils");
exports.accountId = {
tag: (0, utils_1.crc32)('liteServer.accountId workchain:int id:int256 = liteServer.AccountId'),
write: (bufferWriter, account) => {
bufferWriter.writeInt32LE(account.workchain);
bufferWriter.writeBuffer(account.id);
},
};
//# sourceMappingURL=accountId.js.map